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

[pluralsight] Add support for new beta player #7890

Closed
linuxeasy opened this issue Dec 17, 2015 · 5 comments
Closed

[pluralsight] Add support for new beta player #7890

linuxeasy opened this issue Dec 17, 2015 · 5 comments

Comments

@linuxeasy
Copy link

@linuxeasy linuxeasy commented Dec 17, 2015

youtube-dl -u xxxxx -p xxxxxx https://app.pluralsight.com/library/courses/angularjs-fundamentals/table-of-contents --verbose

[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-u', u'PRIVATE', u'-p', u'PRIVATE', u'https://app.pluralsight.com/library/courses/angularjs-fundamentals/table-of-contents', u'--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.13
[debug] Python version 2.7.10 - Darwin-15.2.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[pluralsight:course] angularjs-fundamentals: Downloading course JSON
[pluralsight:course] angularjs-fundamentals: Downloading course data JSON
[download] Downloading playlist: Angular Fundamentals
[pluralsight:course] playlist Angular Fundamentals: Collected 98 video ids (downloading 98 of them)
[download] Downloading video 1 of 98
[pluralsight] Downloading login page
[pluralsight] Logging in as xxxxx
[pluralsight] angularjs-fundamentals-m1-intro-0: Downloading webpage
[pluralsight] angularjs-fundamentals-m1-intro-0: Downloading mp4-high URL
[pluralsight] angularjs-fundamentals-m1-intro-0: Waiting for 3 seconds to avoid throttling
ERROR: An extractor error has occured. (caused by KeyError(u'clipName',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 235, in _real_extract
'id': clip['clipName'],
KeyError: u'clipName'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 663, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 296, in extract
raise ExtractorError('An extractor error has occured.', cause=e)
ExtractorError: An extractor error has occured. (caused by KeyError(u'clipName',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 17, 2015

Post the output of youtube-dl -u xxxxx -p xxxxxx https://app.pluralsight.com/library/courses/angularjs-fundamentals/table-of-contents --verbose --dump-pages.

@linuxeasy
Copy link
Author

@linuxeasy linuxeasy commented Dec 17, 2015

Here is the output http://pastebin.com/kQBKJU3p

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 17, 2015

Similar to #7614.

@linuxeasy linuxeasy closed this Dec 17, 2015
@dstftw dstftw reopened this Dec 17, 2015
@dstftw dstftw changed the title Error While downloading via pluralsight [pluralsight] Add support for new beta player Dec 18, 2015
@daincredibleholg
Copy link

@daincredibleholg daincredibleholg commented Jan 12, 2016

Same issue for me - let me know if you need a tester.

@zendyani
Copy link

@zendyani zendyani commented Jan 12, 2016

Same here, this is a pull request to fix it #8215

@dstftw dstftw closed this Jan 13, 2016
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
4 participants
You can’t perform that action at this time.