Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No video formats found: Linkedin Learning #26655

Open
ahmadkakarr opened this issue Sep 21, 2020 · 1 comment
Open

ERROR: No video formats found: Linkedin Learning #26655

ahmadkakarr opened this issue Sep 21, 2020 · 1 comment

Comments

@ahmadkakarr
Copy link

@ahmadkakarr ahmadkakarr commented Sep 21, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.09.20
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [ x] I've searched the bugtracker for similar issues including closed ones

Verbose log

ERROR: No video formats found; 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 "c:\users\ahmad\appdata\local\programs\python\python38-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 797, in extract_info
    ie_result = ie.extract(url)
  File "c:\users\ahmad\appdata\local\programs\python\python38-32\lib\site-packages\youtube_dl\extractor\common.py", line 532, in extract
    ie_result = self._real_extract(url)
  File "c:\users\ahmad\appdata\local\programs\python\python38-32\lib\site-packages\youtube_dl\extractor\linkedin.py", line 127, in _real_extract
    self._sort_formats(formats, ('width', 'height', 'source_preference', 'tbr', 'abr'))
  File "c:\users\ahmad\appdata\local\programs\python\python38-32\lib\site-packages\youtube_dl\extractor\common.py", line 1359, in _sort_formats
    raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; 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.

Description

WRITE DESCRIPTION HERE

@sheilnaik
Copy link

@sheilnaik sheilnaik commented Sep 22, 2020

Use the cookies.txt add-on with Firefox and try using it with the --cookies flag. I tried grabbing cookies from Chrome and for some reason, it worked with Firefox but not with Chrome. Here's an example:

youtube-dl --cookies "cookies.txt" https://www.linkedin.com/learning/python-essential-training-2/hello-world

For more complete info, check out this comment. martin54 explains how to use cookies and also how to use a header in case you're trying to use Linkedin Learning with single sign-on (like I was).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.