Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The url you provided is not supported by audiobook-dl #143

Open
dia1959 opened this issue Jan 21, 2025 · 3 comments
Open

The url you provided is not supported by audiobook-dl #143

dia1959 opened this issue Jan 21, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@dia1959
Copy link

dia1959 commented Jan 21, 2025

Installation method: pip install "git+https://github.com/jo1gi/audiobook-dl.git"
Python 3.12.8
audiobook-dl-0.7.3
command: audiobook-dl --username ***** --password ***** https://www.storytel.com/bg/bg/%D0%BC%D0%BE%D1%8F%D1%82%D0%B0-%D0%B1%D0%B8%D0%B1%D0%BB%D0%B8%D0%BE%D1%82%D0%B5%D0%BA%D0%B0

Finding compatible source
ERROR: The url you provided is not supported by audiobook-dl

Supported services are:
• audiobooks.com
• Blinkist
• BookBeat
• Chirp
• eReolen
• Everand
• Libby
• Librivox
• Mofibo
• Nextory
• Overdrive
• Podimo
• Saxo
• Scribd
• Storytel
• YourCloudLibrary

Traceback
Traceback (most recent call last):
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl_main_.py", line 33, in main
process_url(url, options, config)
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl_main_.py", line 50, in process_url
source_class = find_compatible_source(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl\sources_init_.py", line 28, in find_compatible_source
raise NoSourceFound
audiobookdl.exceptions.NoSourceFound

@dia1959 dia1959 added the bug Something isn't working label Jan 21, 2025
@iamthehoot
Copy link

iamthehoot commented Jan 21, 2025

The link you have posted returns 404 on their website.

Image

It's decoded as storytel.com/bg/bg/моята-библиотека

@dia1959
Copy link
Author

dia1959 commented Jan 22, 2025

C:\Users\Yavor>audiobook-dl --username **** --password **** https://www.storytel.com/bg/bg/моята-библиотека --debug
DEBUG audiobook-dl 0.7.3
DEBUG python 3.12.8 (tags/v3.12.8:2dc476b, Dec 3 2024, 19:30:04) [MSC v.1942 64 bit (AMD64)]
INFO Finding compatible source
ERROR: The url you provided is not supported by audiobook-dl

Supported services are:
• audiobooks.com
• Blinkist
• BookBeat
• Chirp
• eReolen
• Everand
• Libby
• Librivox
• Mofibo
• Nextory
• Overdrive
• Podimo
• Saxo
• Scribd
• Storytel
• YourCloudLibrary

Traceback
Traceback (most recent call last):
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl_main_.py", line 33, in main
process_url(url, options, config)
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl_main_.py", line 50, in process_url
source_class = find_compatible_source(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Yavor\AppData\Local\Programs\Python\Python312\Lib\site-packages\audiobookdl\sources_init_.py", line 28, in find_compatible_source
raise NoSourceFound
audiobookdl.exceptions.NoSourceFound

@dia1959
Copy link
Author

dia1959 commented Feb 1, 2025

Problem solved. My mistake. I did not write the link to the book correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants