-
Notifications
You must be signed in to change notification settings - Fork 10k
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
No Suitable InfoExtractor URL on safaribooksonline.com #10202
Comments
@dstftw Thank you for the quick fix. |
Wish it also could download closed captions.
|
@dash17291 Please open a new issue for closed captions. |
Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
C:\Users\USERNAME\Downloads\RHCE-Prep>youtube-dl.exe --username myuserID https://www.safaribooksonline.com/library/view/learning-path-red/978013
4664057/ --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--username', 'PRIVATE', 'https://www.safaribooksonl
ine.com/library/view/learning-path-red/9780134664057/', '--verbose']
Type account password and press [Return]:
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2016.07.30
[debug] Python version 3.4.4 - Windows-2012ServerR2-6.3.9600
[debug] exe versions: none
[debug] Proxy map: {}
[safari:course] Downloading login form
[safari:course] Logging in as myuserID
[safari:course] Login successful
[safari:course] 9780134664057: Downloading course JSON
[download] Downloading playlist: Learning Path: Red Hat Certified Engineer (RHCE)
[safari:course] playlist Learning Path: Red Hat Certified Engineer (RHCE): Collected 223 video ids (downloading 223 of them)
[download] Downloading video 1 of 223
ERROR: no suitable InfoExtractor for URL https://www.safaribooksonline.com/api/v1/book/9780134664057/chapter/RHCE_Introduction.html
File "main.py", line 19, in
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl__init__.py", line 422, in main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl__init__.py", line 412, in _real_main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 1775, in download
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 693, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 854, in process_ie_result
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 746, in process_ie_result
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 708, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\build\youtube_dl\YoutubeDL.py", line 556, in report_error
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpiptyv43b\bu
ild\youtube_dl\YoutubeDL.py", line 518, in trouble
C:\Users\USERNAME\Downloads\RHCE-Prep>youtube-dl -U
youtube-dl is up-to-date (2016.07.30)
Description of your issue, suggested solution and other information
When I try to download a video course from www.safaribooksonline.com it fails with a no suitable InfoExtractor URL error. I believe this website might have gone through a big change in the last few months.
The text was updated successfully, but these errors were encountered: