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.
Unable to download videos from Udemy. #8753
Comments
|
Post the full output of youtube-dl when run with
Do not post screenshots of verbose log only plain text is acceptable. The output (including the first lines) contains important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever. |
|
E:\Course\BDD> youtube-dl -u username@gmail.com -p password***** -v https://www.udemy.com/rubyonrails-bdd-rspec-capybara/learn/v4/content Still i am having this issue... It was working properly till last version of udemy.. With the latest which was updated a day ago... I am having this issue... |
|
Post the output of |
|
R u sure...?? It is having 175+ pages of output.. even more than that... i am unable to save completely |
|
It is 405 pages of output... |
|
Check this... This is the error... |
|
Post the output I've suggested. Without it it's impossible to debug the issue. |
|
where can I post it? I cant attach a file here... And that big output is not sufficient in this box... |
|
Use any pastebin or fileshare. |
|
Is that k or do need anything else? |
|
Does https://www.udemy.com/java-tutorial/ work for you? |
|
No I am unable to download.. |
|
Post verbose log. |
|
PS E:\TestUdemy> youtube-dl -u username@gmail.com -p password***** -v https://www.udemy.com/java-tutorial/ |
|
Looks like udemy serves you a webpage of different layout. What's your location? |
|
India... Telanga... If you don't mind.. Can you share the link from where you can download? |
|
|
Try using some proxy with |
|
Tried.. No use... |
|
Post verbose log. |
|
PS C:\aulinha> youtube-dl -u login@hotmail.com -p pass**** -v --verbose "" https://www.udemy.com/curso-completo-desenvolvedor-android/learn would that be it? i'm getting the same error here |
|
Just fix this issue in #8868 |
While trying to download videos from udemy. I get this error...
ERROR: Unable to extract course id; please report this issue on https://yt-dl.org/bug . Make sure you are using the late
st version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and incl
ude its complete output.
Traceback (most recent call last):
File "c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 666, in extract_info
ie_result = ie.extract(url)
File "c:\python27\lib\site-packages\youtube_dl\extractor\common.py", line 316, in extract
return self._real_extract(url)
File "c:\python27\lib\site-packages\youtube_dl\extractor\udemy.py", line 147, in _real_extract
r'data-course-id="'', webpage, 'course id')
File "c:\python27\lib\site-packages\youtube_dl\extractor\common.py", line 611, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract course id; please report this issue on https://yt-dl.org/bug . Make sure you are u
sing the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose
flag and include its complete output.
Previously it was working fine...