Working with unsupported sites (Codeschool) #8397

Closed
opened 2026-02-21 03:10:25 -05:00 by deekerman · 2 comments
Owner

Originally created by @picwellwisher12pk on GitHub (Aug 2, 2016).

I guess my problem is all about unsupported extractor that you might include in package in future releases. Here is the output though

youtube-dl.exe -v https://www.codeschool.com/courses/surviving-apis-with-rails/videos
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', 'https://www.codeschool.com/courses/surviving-apis-with-rails/videos']
[debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252
[debug] youtube-dl version 2016.08.01
[debug] Python version 3.4.4 - Windows-10-10.0.10586
[debug] exe versions: none
[debug] Proxy map: {}
[generic] videos: Requesting header
[redirect] Following redirect to https://www.codeschool.com/users/sign_in
[generic] sign_in: Requesting header
WARNING: Falling back on generic information extractor.
[generic] sign_in: Downloading webpage
[generic] sign_in: Extracting information
ERROR: Unsupported URL: https://www.codeschool.com/users/sign_in
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\YoutubeDL.py", line 682, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\extractor\common.py", line 347, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\extractor\generic.py", line 2336, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.codeschool.com/users/sign_in

Originally created by @picwellwisher12pk on GitHub (Aug 2, 2016). I guess my problem is all about unsupported extractor that you might include in package in future releases. Here is the output though ``` youtube-dl.exe -v https://www.codeschool.com/courses/surviving-apis-with-rails/videos [debug] System config: [] [debug] User config: [] [debug] Command-line args: ['-v', 'https://www.codeschool.com/courses/surviving-apis-with-rails/videos'] [debug] Encodings: locale cp1252, fs mbcs, out cp1252, pref cp1252 [debug] youtube-dl version 2016.08.01 [debug] Python version 3.4.4 - Windows-10-10.0.10586 [debug] exe versions: none [debug] Proxy map: {} [generic] videos: Requesting header [redirect] Following redirect to https://www.codeschool.com/users/sign_in [generic] sign_in: Requesting header WARNING: Falling back on generic information extractor. [generic] sign_in: Downloading webpage [generic] sign_in: Extracting information ERROR: Unsupported URL: https://www.codeschool.com/users/sign_in Traceback (most recent call last): File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\YoutubeDL.py", line 682, in extract_info File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\extractor\common.py", line 347, in extract File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpnq4x675r\build\youtube_dl\extractor\generic.py", line 2336, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.codeschool.com/users/sign_in ```
Author
Owner

@picwellwisher12pk commented on GitHub (Aug 2, 2016):

I wish I had enough knowledge to make the extractor myself, then I would not had bothered you and rather had helped you instead.

@picwellwisher12pk commented on GitHub (Aug 2, 2016): I wish I had enough knowledge to make the extractor myself, then I would not had bothered you and rather had helped you instead.
Author
Owner

@yan12125 commented on GitHub (Aug 2, 2016):

Duplicate of #4810. See https://github.com/rg3/youtube-dl/blob/master/README.md#developer-instructions if you're going to write your own extractor.

@yan12125 commented on GitHub (Aug 2, 2016): Duplicate of #4810. See https://github.com/rg3/youtube-dl/blob/master/README.md#developer-instructions if you're going to write your own extractor.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl#8397
No description provided.