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.
Dowlnloading Lynda videos issue #9581
Comments
|
Remove brackets around the URL, put space before each command line switch. |
|
Also change your lynda's password you've just posted on this public issue tracker. |
Hi,
I am using this command in command prompt to download tutorial from lynda.com but i get error at the end. Here is code i use to run program:
Youtube-dl.exe [http://www.lynda.com/PostgreSQL-tutorials/Prerequisites/73930/93117-4.html]--xxx
xxx@xx.com--password xxx
Here is outcome:
C:\Users\Lukasz\Desktop\Youtube Dl>Youtube-dl.exe [http://www.lynda.com/PostgreSQL-tutorials/Prerequisites/73930/93117-4.html]--xxx@xx.com--password xxxx
WARNING: The url doesn't specify the protocol, trying with http
Traceback (most recent call last):
File "main.py", line 19, in
File "youtube_dl__init__.pyo", line 421, in main
File "youtube_dl__init__.pyo", line 411, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 1736, in download
File "youtube_dl\YoutubeDL.pyo", line 687, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 740, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 676, in extract_info
File "youtube_dl\extractor\common.pyo", line 341, in extract
File "youtube_dl\extractor\generic.pyo", line 1278, in _real_extract
File "urlparse.pyo", line 143, in urlparse
File "urlparse.pyo", line 191, in urlsplit
ValueError: Invalid IPv6 URL
Any idead why it doesnt work?
Thanks,