Skip to content

Commit 248bc0b

Browse files
authored
Fixed connection to audible
Audible changed something on their back end. I just published a fix , you can either re-download the updated .src script, or make a few simple changes in your own copy
1 parent 0fceb7e commit 248bc0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Mp3tag/data/sources/Audible.com#Search by Filename.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ endif
162162
# Author
163163
outputto "Albumartist"
164164
findline "authorLabel"
165-
moveline 1 1
166-
joinuntil "</span>"
165+
moveline 3 1
166+
joinuntil "</li>"
167167
regexpreplace "</?[^><]+>" ""
168168
unspace
169169
regexpreplace " +" " "
@@ -173,8 +173,8 @@ sayrest
173173
# narratorLabel
174174
outputto "Composer"
175175
findline "narratorLabel"
176-
moveline 1 1
177-
joinuntil "</span>"
176+
moveline 3 1
177+
joinuntil "</li>"
178178
regexpreplace "</?[^><]+>" ""
179179
unspace
180180
regexpreplace " +" " "

0 commit comments

Comments
 (0)