jo1gi / grawlix

eBook cli downloader
GNU General Public License v3.0
16 stars 6 forks source link

Storytel stop working #19

Open nianhbg opened 1 month ago

nianhbg commented 1 month ago

Hi downloading from storytel just stoped working. It says "The given url does not match any sources"

fedeD84 commented 1 week ago

Same issue for me

nonab commented 1 week ago

as a temporary workaround you can use audiobook-dl with modified storytel.py file just replace every "abook" with "ebook" & ext="mp3" with ext="epub" & "audio/mpeg" with "application/epub+zip" it will grab an ebook :D

nianhbg commented 1 week ago

Thanks I will try this

nonab commented 1 week ago

i added this to make it easier for me but you can also check it. with "--ebook 1" or whatever you can download ebook instead of audiobook https://github.com/jo1gi/audiobook-dl/commit/7ad0664bdfc2945b34f08759fc0d9a8db5ec34fb

nianhbg commented 5 days ago

Thanks It works perfect

ballaballaballa commented 2 days ago

I don't have any issues with Storytel, but I installed using pip install grawlix and then had to replace the installed files with the latest ones from the repo.