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

Working with unsupported sites (Codeschool) #10208

Closed
picwellwisher12pk opened this issue Aug 2, 2016 · 2 comments
Closed

Working with unsupported sites (Codeschool) #10208

picwellwisher12pk opened this issue Aug 2, 2016 · 2 comments

Comments

@picwellwisher12pk
Copy link

@picwellwisher12pk picwellwisher12pk commented 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

@picwellwisher12pk
Copy link
Author

@picwellwisher12pk picwellwisher12pk commented 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.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.