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.
Issue While downloading from Lynda.com #2986
Comments
|
If anyone faces this issue, please upgrade the version of youtube-dl sudo aptitude show youtube-dl Below is the link I used to upgrade it, from webupd8. http://www.webupd8.org/2014/02/video-downloader-youtube-dl-gets.html |
I am trying to download from Lynda.com, I do have username and password as well and when I provide in on the command line its giving the following error..
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://www.lynda.com/Linux-tutorials/Specifying-field-record-separators-variables/162719/173846-4.html', '--username', '', '--password', '']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
[debug] youtube-dl version 2014.02.17
[debug] Python version 2.7.6 - Linux-3.13.0-24-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[lynda] Logging in as vinit.khandagle@<myworkingid.com>
[lynda] Confirming log in and log out from another device
ERROR: Unable to log in; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 157, in extract
self.initialize()
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 152, in initialize
self._real_initialize()
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/lynda.py", line 38, in _real_initialize
self._login()
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/lynda.py", line 122, in _login
raise ExtractorError('Unable to log in')
ExtractorError: Unable to log in; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
However I am logging in with the same Username and Password on the browser