ultimate_lyrics 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c42fb57f470acdff1dd4678a29800fbbcfac00cea6bfa0f911f5cafe6b4064d1
|
|
4
|
+
data.tar.gz: f31ec4c761a9e453bafbcad96c8a2a88f874d519c1fa3280a18c92d78439a0d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '068174430fa9b79423c4b0e6c3c980227e68f060a68d47b50a501ff1bbe6c2651dced1e0c3fdd02afb7ddda11a8441b68b174e017f3240405e617f635b0d59c5'
|
|
7
|
+
data.tar.gz: 9150058f969f50324e7dd27f5c332446491f1a682b8012d24a38165f90c92ff09f44793c78776163945e4cb07994e4be3d3e5132cdf7469e45bfc5728fdd077d
|
|
@@ -26,7 +26,7 @@ module UltimateLyrics
|
|
|
26
26
|
|
|
27
27
|
# @return [UltimateLyrics::Parser]
|
|
28
28
|
def lyrics_original_text
|
|
29
|
-
::Aranha::Parsers::SourceAddress.detect_sub(url).content
|
|
29
|
+
::Aranha::Parsers::SourceAddress.detect_sub(url).content.force_encoding(provider.encoding)
|
|
30
30
|
rescue ::Aranha::Parsers::SourceAddress::FetchContentError
|
|
31
31
|
nil
|
|
32
32
|
end
|
|
@@ -147,7 +147,8 @@ Copy of https://raw.githubusercontent.com/clementine-player/Clementine/fb93ae4b0
|
|
|
147
147
|
<item tag="<div id="lyrics" class="SCREENONLY">" />
|
|
148
148
|
</extract>
|
|
149
149
|
<exclude>
|
|
150
|
-
<item begin="<br>
|
|
150
|
+
<item begin="<br>" end="<br>" />
|
|
151
|
+
<item begin="<a target='_blank'" end="></a>" />
|
|
151
152
|
</exclude>
|
|
152
153
|
<invalidIndicator value="Click to search for the Lyrics on Lyrics.com" />
|
|
153
154
|
<invalidIndicator value="we do not have the lyric for this song" />
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultimate_lyrics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo H. Bogoni
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aranha-parsers
|