Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Egghead not working #22004
Egghead not working #22004
Comments
|
@remitamine Where is stored the verbose logs? I used --verbose, but don´t know if there are more logs than I pasted, where can I look ? Thanks. |
|
in the CMD/Terminal output. |
|
@remitamine I updated the log. |
|
the lesson you're trying to download is Pro Lesson(require a Full Access Membership). |
|
@remitamine This one is free in the network tab is doing the same. |
next time when you say something is not working, prove that it's not working with youtube-dl while it's working in the browser. |
|
@remitamine Sorry, seems this is not working for PRO courses only, it downloads first 2 and then stops with the error I posted, can´t post login credentials because are not mine. |
Checklist
Verbose log
Description
WRITE DESCRIPTION HERE
Hi guys, Egghead courses are not working, I am using cookies to retrive the videos, also tried with username/password it´s the same, the thing apparently is that now egghead it like lazy loading video fragments m4s files.
The error I 'am getting is quite old:
ERROR: An extractor error has occurred. (caused by KeyError(u'media_urls',)); 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 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/egghead.py", line 98, in _real_extract
for _, format_url in lesson['media_urls'].items():
KeyError: u'media_urls'
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 543, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'media_urls',)); 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.
Thanks for your help!
Nikolai.