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

Noco: unable to authenticate #3706

Closed
ianuxfr opened this issue Sep 9, 2014 · 4 comments
Closed

Noco: unable to authenticate #3706

ianuxfr opened this issue Sep 9, 2014 · 4 comments

Comments

@ianuxfr
Copy link

@ianuxfr ianuxfr commented Sep 9, 2014

Noco.tv requires you to subscribe to be able to see the vast majority of the videos. Using --user and --password youtube-dl options doesn't work. Noco plugin only works with free access videos that don't need you to authenticate.

Example output:

#  youtube-dl -v -F -u *** -p *** http://noco.tv/emission/14278/nolife/101/1437-08-09-2014-lundi
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-F', '-u', '<PRIVATE>', '-p', '<PRIVATE>', 'http://noco.tv/emission/14278/nolife/101/1437-08-09-2014-lundi']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09.06
[debug] Python version 3.4.1 - Linux-3.16.2-1-ck-i686-with-arch
[debug] Proxy map: {}
[Noco] 14278: Downloading video JSON
[Noco] 14278: Downloading LQ video JSON
ERROR: Noco returned error: Vous ntes pas abonné(e) à Nolife - Vidéo non disponible
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 523, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 178, in extract
    return self._real_extract(url)
  File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/noco.py", line 57, in _real_extract
    expected=True)
youtube_dl.utils.ExtractorError: Noco returned error: Vous ntes pas abonné(e) à Nolife - Vidéo non disponible

Last line reads: You have not subscribe to Nolife - Video unavailable

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 9, 2014

Currently, only free noco.tv videos are supported. You can assist by providing an account credentials with paid subscription to get this implemented in youtube-dl asap.

@ianuxfr
Copy link
Author

@ianuxfr ianuxfr commented Sep 9, 2014

In fact, there are videos that are free to watch but need an account. I think the auth mecanism should be the same for free and paid account-needing videos.
Try this: create an account on noco.tv and then, subscribe to the free Olydri Studio catalogue. You should then be able to see the whole authentication process to access a video.

@ianuxfr ianuxfr closed this Sep 9, 2014
@ianuxfr ianuxfr reopened this Sep 9, 2014
@dstftw dstftw closed this in c63b309 Sep 9, 2014
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 9, 2014

Noco extractor now supports authentication. This will be available in the next release of youtube-dl. Thanks for the report.

@ianuxfr
Copy link
Author

@ianuxfr ianuxfr commented Sep 9, 2014

Amazing! Well done!

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.