Skip to content

Commit

Permalink
Fixed connection to audible
Browse files Browse the repository at this point in the history
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
  • Loading branch information
seanap authored Nov 12, 2020
1 parent 0fceb7e commit 248bc0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Mp3tag/data/sources/Audible.com#Search by Filename.src
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ endif
# Author
outputto "Albumartist"
findline "authorLabel"
moveline 1 1
joinuntil "</span>"
moveline 3 1
joinuntil "</li>"
regexpreplace "</?[^><]+>" ""
unspace
regexpreplace " +" " "
Expand All @@ -173,8 +173,8 @@ sayrest
# narratorLabel
outputto "Composer"
findline "narratorLabel"
moveline 1 1
joinuntil "</span>"
moveline 3 1
joinuntil "</li>"
regexpreplace "</?[^><]+>" ""
unspace
regexpreplace " +" " "
Expand Down

0 comments on commit 248bc0b

Please sign in to comment.