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.
lynda.com cant download premium videos even account is premium #11475
Comments
|
Post the output with |
|
i used linkedin credentials to login with ... youtube-dl --verbose --dump-pages -u ********@linkedin.com https://www.lynda.com/Linux-tutorials/Linux-Multitasking-Command-Line/519671-2.html?srchtrk=index%3a0%0alinktypeid%3a2%0aq%3alinux+task+command%0apage%3a1%0as%3arelevance%0asa%3atrue%0aproducttypeid%3a2 --cookies ~/lynda.cookies During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
LinkedIn authentication is not supported. You have to export cookies from browser and pass to youtube-dl. |
|
yeah got it thanks |
I tried to download lynda course with premium account but got error
i pasted the --verbose output below....
youtube-dl --verbose -u ******* https://www.lynda.com/Linux-tutorials/Linux-Multitasking-Command-Line/519671-2.html?srchtrk=index%3a0%0alinktypeid%3a2%0aq%3alinux+task+command%0apage%3a1%0as%3arelevance%0asa%3atrue%0aproducttypeid%3a2 --cookies ~/lynda.cookies
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-u', 'PRIVATE', 'https://www.lynda.com/Linux-tutorials/Linux-Multitasking-Command-Line/519671-2.html?srchtrk=index%3a0%0alinktypeid%3a2%0aq%3alinux+task+command%0apage%3a1%0as%3arelevance%0asa%3atrue%0aproducttypeid%3a2', '--cookies', '/home/user/lynda.cookies']
Type account password and press [Return]:
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.12.15
[debug] Python version 3.5.2 - Linux-4.4.0-53-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: avconv 2.8.10-0ubuntu0.16.04.1, avprobe 2.8.10-0ubuntu0.16.04.1, ffmpeg 2.8.10-0ubuntu0.16.04.1, ffprobe 2.8.10-0ubuntu0.16.04.1, rtmpdump 2.4
[debug] Proxy map: {}
[lynda:course] Downloading signin page
[lynda:course] Submitting email
ERROR: An extractor error has occurred. (caused by KeyError('body',)); please report this issue on https://yt-dl.org/bug . Make sure you are using 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.
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 356, in extract
self.initialize()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 350, in initialize
self._real_initialize()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/lynda.py", line 26, in _real_initialize
self._login()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/lynda.py", line 88, in _login
password_form = signin_page['body']
KeyError: 'body'
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 356, in extract
self.initialize()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 350, in initialize
self._real_initialize()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/lynda.py", line 26, in _real_initialize
self._login()
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/lynda.py", line 88, in _login
password_form = signin_page['body']
KeyError: 'body'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/common.py", line 363, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('body',)); please report this issue on https://yt-dl.org/bug . Make sure you are using 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