yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
90.7k stars 7.05k forks source link

Linkedin Learning not downloading some videos of a course (No video formats found error) #2498

Open pyntel opened 2 years ago

pyntel commented 2 years ago

Checklist

Region

The Netherlands

Description

I get errors on some videos from a Linkedin Learning course. It says there are no video formats found. The videos play just fine when used through the Linkedin Learning website.

YT-DLP authentication for LinkedIn works fine (cookies, netrc, n2 setup). There's four videos that download just fine (apparently there are video formats found for those but not the others?). I get the same error both when calling the whole course URL and separate videos in the course. Both approaches throw the same error output listed below in the verbose log.

Direct links to the working videos: 01 - Welcome: https://www.linkedin.com/learning/learning-modular-synthesis/welcome 04 - Fundamental concept - Voltage control (CV + gate): https://www.linkedin.com/learning/learning-modular-synthesis/fundamental-concept-voltage-control-cv-gate 10 - Patching a typical synthesizer “voice”: https://www.linkedin.com/learning/learning-modular-synthesis/patching-a-typical-synthesizer-voice 27 - Exponential frequency modulation (FM): https://www.linkedin.com/learning/learning-modular-synthesis/exponential-frequency-modulation-fm

Direct link to the course URL/playlist: https://www.linkedin.com/learning/learning-modular-synthesis

Verbose log

[debug] Command-line config: ['-vU', '--cookies', 'cookies.txt', '--write-subs', '--verbose', 'https://www.linkedin.com/learning/learning-modular-synthesis/how-we-got-here']
[debug] Encodings: locale UTF-8, fs utf-8, out utf-8, err utf-8, pref UTF-8
[debug] yt-dlp version 2022.01.21 [f20d607b0]
[debug] Python version 3.9.10 (CPython 64bit) - macOS-10.14.6-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.4.1 (setts), ffprobe 4.4.1, rtmpdump 2.4
[debug] Optional libraries: sqlite, websockets
[debug] Proxy map: {}
Latest version: 2022.01.21, Current version: 2022.01.21
yt-dlp is up to date (2022.01.21)
[debug] [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/learning-modular-synthesis/how-we-got-here
[linkedin:learning] how-we-got-here: Downloading 360p JSON metadata
[linkedin:learning] how-we-got-here: Downloading 540p JSON metadata
[linkedin:learning] how-we-got-here: Downloading 720p JSON metadata
[debug] Downloading subtitles: en
ERROR: [linkedin:learning] 493513: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see  https://github.com/yt-dlp/yt-dlp  on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/Cellar/yt-dlp/2022.1.21/libexec/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1367, in wrapper
    return func(self, *args, **kwargs)
  File "/usr/local/Cellar/yt-dlp/2022.1.21/libexec/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1451, in __extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/local/Cellar/yt-dlp/2022.1.21/libexec/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 1503, in process_ie_result
    ie_result = self.process_video_result(ie_result, download=download)
  File "/usr/local/Cellar/yt-dlp/2022.1.21/libexec/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 2413, in process_video_result
    self.raise_no_formats(info_dict)
  File "/usr/local/Cellar/yt-dlp/2022.1.21/libexec/lib/python3.9/site-packages/yt_dlp/YoutubeDL.py", line 954, in raise_no_formats
    raise ExtractorError(msg, video_id=info['id'], ie=info['extractor'],
yt_dlp.utils.ExtractorError: [linkedin:learning] 493513: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp . Make sure you are using the latest version; see  https://github.com/yt-dlp/yt-dlp  on how to update. Be sure to call yt-dlp with the --verbose flag and include its complete output.
michael-hart-github commented 2 years ago

I would like to report that I am also seeing this as well. For example, from a playlist of a series of videos titled "Jira Service Management: Administration" 34 of 42 videos failed to download.

yt-dlp -U

Latest version: 2022.02.04, Current version: 2022.02.04 yt-dlp is up to date (2022.02.04)

yt-dlp https://www.linkedin.com/learning/jira-service-management-administration/

Fails to download:

  1. https://www.linkedin.com/learning-login/share?forceAccount=false&redirect=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fjira-service-management-administration%2Fwhat-is-jira-service-management%3Ftrk%3Dshare_video_url%26shareId%3DFoJjfo4yTUa4alUP19wJ3g%253D%253D
  2. https://www.linkedin.com/learning-login/share?forceAccount=false&redirect=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fjira-service-management-administration%2Fwhich-application-type-do-you-have%3Ftrk%3Dshare_video_url%26shareId%3DFoJjfo4yTUa4alUP19wJ3g%253D%253D
  3. https://www.linkedin.com/learning-login/share?forceAccount=false&redirect=https%3A%2F%2Fwww.linkedin.com%2Flearning%2Fjira-service-management-administration%2Fwhich-deployment-type-do-you-have%3Ftrk%3Dshare_video_url%26shareId%3DFoJjfo4yTUa4alUP19wJ3g%253D%253D
  4. Etc.

@pukkandan I noticed the "account-needed" label has been added to this. I read through the instructions but am not thrilled at the idea of sharing my account details. Is there a means to share account info effectively without exposing our creds to the general public? If it's any help, it is entirely possible to sign up for a free month of LinkedIn Learning. :man_shrugging:

michael-hart-github commented 2 years ago

@pyntel FYI, there is a workaround you can use, through a program called llvd. https://pypi.org/project/llvd/

It requires a bit of setup, but isn't too bad. The options are very limited, compared to yt-dlp, but it's better than nothing, I suppose.

pyntel commented 2 years ago

@michael-hart-github thank you for that pointer.

The tool works but still does not download any video except for the 4 mentioned in the opening topic. The fun thing is though that LLVD does provide me with a more useful feedback in this error message: "This video is locked, you probably need a premium account."

Again, those videos play just fine from LinkedIn Learning's own website for me, so it has nothing to do with my account itself.

michael-hart-github commented 2 years ago

@pyntel Sorry to hear that!

I was looking through the github repo for llvd and noticed an issue that was closed a while back: https://github.com/knowbee/llvd/issues/58

It sounds like some people have company-based accounts, and think that they are premium, but they might not actually be. (Crazy to think about, considering how much those companies must be paying!)

I really don't know why you would be getting that error message. If your account is company-based you might want to double-check what type of account you have:

  1. Log in to LinkedIn Learning
  2. Go to settings
  3. Check your account type. Mine says "Account type: Learning Premium"

Screenshot from 2022-02-23 14-36-16

My own account is on a free month trial - with the intent to expense it to my company - but not tied directly to a "Company Plan" or whatever LinkedIn Learning would call it. If you've got some kind of a group account, maybe it's an underlying problem. :thinking:

pyntel commented 2 years ago

My settings don't show a specific account type like yours does but I know I'm on a company plan.

I'm confounded as to why that would lead to such differences in the performance and behaviour of two command-line download tools. But I guess it is the most likely reason.

iMuhammadMustafa commented 2 years ago

I have the same issue and I can access the course and I've used a different application and it was able to download the whole course alright. I'm willing to share my account if needed.

edit: the other app uses linkedin's tokens which I've tried to replicate with yt-dlp but it didn't work

1gituser commented 1 year ago

When wiil this be fixed please? I am trying to download linkedin learning course: https://www.linkedin.com/learning/python-quick-start/ and just 3 of 27 videos are available, on rest i get :

ERROR: [linkedin:learning] 2249818: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 27 of 27. [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/python-quick-start/next-steps [linkedin:learning] next-steps: Downloading 360p JSON metadata [linkedin:learning] next-steps: Downloading 540p JSON metadata [linkedin:learning] next-steps: Downloading 720p JSON metadata [info] 2248817: Downloading subtitles: en ERROR: [linkedin:learning] 2248817: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Finished downloading playlist: Python Quick Start

I am on the latest version of yt-dlp: yt-dlp is up to date (2023.02.17)

I have linkedIn premium account valid till 10th of march, so want to download some courses. Thank you very much in advance.

1gituser commented 1 year ago

Today I tried with LLVD. Working perfectly. There've been just some connection errors and interruptions so needed the course download several times to complete.

You just need to give LLVD the proper arguments like here:

llvd -r 720 -ca --course "premiere-pro-2022-essential-training" --cookies

-r - is for resolutions -ca - captions, to dl with subtitles --course - name of the linkedIn course - slug - "premiere-pro-2022-essential-training" everything after https://www.linkedin.com/learning/ URL --cookies - u need to create cookies.txt in your destination, dowloading folder and put two lines into it: li_at=xxxxx JSESSIONID="ajax:xxxxxx", you will find those values from your browser developer tools (CTRL+SHIFT+I), under cookies->https://linkedin.com

full list of parameters can be found here: https://pypi.org/project/llvd/

Hope this helps and wishing you all a great day! :)

WoodpeckerBaby commented 1 year ago

I'm using this command and it only downloads like 5 video successfully, then it errors out. I think this is because Linkedin Learning rate limits you to prevent scraping.

yt-dlp https://www.linkedin.com/learning/introduction-to-photography/ --cookies-from-browser vivaldi

```type=bash WARNING: External Downloader arguments given without specifying name. The arguments will be given to aria2c [Cookies] Extracting cookies from vivaldi [Cookies] Extracted 1511 cookies from vivaldi [linkedin:learning:course] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/ [linkedin:learning:course] Downloading JSON metadata [download] Downloading playlist: Introduction to Photography [info] There's no playlist thumbnails to download [linkedin:learning:course] Playlist Introduction to Photography: Downloading 31 items of 31 [download] Downloading item 1 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/introduction [linkedin:learning] introduction: Downloading 360p JSON metadata [linkedin:learning] introduction: Downloading 540p JSON metadata [linkedin:learning] introduction: Downloading 720p JSON metadata [linkedin:learning] introduction: Downloading m3u8 information [info] 434420: Downloading subtitles: en [SponsorBlock] SponsorBlock is not supported for LinkedInLearning [info] 434420: Downloading 1 format(s): progressive-720p [info] Writing video subtitles to: Introduction [434420].en.srt [info] There's no video thumbnails to download [download] Destination: Introduction [434420].mp4 [download] 100% of 18.64MiB in 00:00:03 at 5.20MiB/s [EmbedSubtitle] Embedding subtitles in "Introduction [434420].mp4" Deleting original file Introduction [434420].en.srt (pass -k to keep) [ModifyChapters] SponsorBlock information is unavailable [Metadata] Adding metadata to "Introduction [434420].mp4" [EmbedThumbnail] There aren't any thumbnails to embed [XAttrMetadata] Writing metadata to file's xattrs [download] Downloading item 2 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-the-basics-of-a-camera [linkedin:learning] understanding-the-basics-of-a-camera: Downloading 360p JSON metadata [linkedin:learning] understanding-the-basics-of-a-camera: Downloading 540p JSON metadata [linkedin:learning] understanding-the-basics-of-a-camera: Downloading 720p JSON metadata [linkedin:learning] understanding-the-basics-of-a-camera: Downloading m3u8 information [info] 434422: Downloading subtitles: en [SponsorBlock] SponsorBlock is not supported for LinkedInLearning [info] 434422: Downloading 1 format(s): progressive-720p [info] Writing video subtitles to: Understanding the basics of a camera [434422].en.srt [info] There's no video thumbnails to download [download] Destination: Understanding the basics of a camera [434422].mp4 [download] 100% of 32.50MiB in 00:00:03 at 10.09MiB/s [EmbedSubtitle] Embedding subtitles in "Understanding the basics of a camera [434422].mp4" Deleting original file Understanding the basics of a camera [434422].en.srt (pass -k to keep) [ModifyChapters] SponsorBlock information is unavailable [Metadata] Adding metadata to "Understanding the basics of a camera [434422].mp4" [EmbedThumbnail] There aren't any thumbnails to embed [XAttrMetadata] Writing metadata to file's xattrs [download] Downloading item 3 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/exploring-the-basics-of-a-dslr [linkedin:learning] exploring-the-basics-of-a-dslr: Downloading 360p JSON metadata [linkedin:learning] exploring-the-basics-of-a-dslr: Downloading 540p JSON metadata [linkedin:learning] exploring-the-basics-of-a-dslr: Downloading 720p JSON metadata [linkedin:learning] exploring-the-basics-of-a-dslr: Downloading m3u8 information [info] 434423: Downloading subtitles: en [SponsorBlock] SponsorBlock is not supported for LinkedInLearning [info] 434423: Downloading 1 format(s): progressive-720p [info] Writing video subtitles to: Exploring the basics of a DSLR [434423].en.srt [info] There's no video thumbnails to download [download] Destination: Exploring the basics of a DSLR [434423].mp4 [download] 100% of 42.07MiB in 00:00:04 at 10.47MiB/s [EmbedSubtitle] Embedding subtitles in "Exploring the basics of a DSLR [434423].mp4" Deleting original file Exploring the basics of a DSLR [434423].en.srt (pass -k to keep) [ModifyChapters] SponsorBlock information is unavailable [Metadata] Adding metadata to "Exploring the basics of a DSLR [434423].mp4" [EmbedThumbnail] There aren't any thumbnails to embed [XAttrMetadata] Writing metadata to file's xattrs [download] Downloading item 4 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-mirrorless-cameras [linkedin:learning] understanding-mirrorless-cameras: Downloading 360p JSON metadata [linkedin:learning] understanding-mirrorless-cameras: Downloading 540p JSON metadata [linkedin:learning] understanding-mirrorless-cameras: Downloading 720p JSON metadata [linkedin:learning] understanding-mirrorless-cameras: Downloading m3u8 information [info] 434424: Downloading subtitles: en [SponsorBlock] SponsorBlock is not supported for LinkedInLearning [info] 434424: Downloading 1 format(s): progressive-720p [info] Writing video subtitles to: Understanding mirrorless cameras [434424].en.srt [info] There's no video thumbnails to download [download] Destination: Understanding mirrorless cameras [434424].mp4 [download] 100% of 19.59MiB in 00:00:02 at 7.65MiB/s [EmbedSubtitle] Embedding subtitles in "Understanding mirrorless cameras [434424].mp4" Deleting original file Understanding mirrorless cameras [434424].en.srt (pass -k to keep) [ModifyChapters] SponsorBlock information is unavailable [Metadata] Adding metadata to "Understanding mirrorless cameras [434424].mp4" [EmbedThumbnail] There aren't any thumbnails to embed [XAttrMetadata] Writing metadata to file's xattrs [download] Downloading item 5 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-lenses [linkedin:learning] understanding-lenses: Downloading 360p JSON metadata [linkedin:learning] understanding-lenses: Downloading 540p JSON metadata [linkedin:learning] understanding-lenses: Downloading 720p JSON metadata [info] 434425: Downloading subtitles: en ERROR: [linkedin:learning] 434425: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 6 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/exploring-lens-mount-options [linkedin:learning] exploring-lens-mount-options: Downloading 360p JSON metadata [linkedin:learning] exploring-lens-mount-options: Downloading 540p JSON metadata [linkedin:learning] exploring-lens-mount-options: Downloading 720p JSON metadata [info] 434426: Downloading subtitles: en ERROR: [linkedin:learning] 434426: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 7 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/evaluating-point-and-shoot-and-phone-cameras [linkedin:learning] evaluating-point-and-shoot-and-phone-cameras: Downloading 360p JSON metadata [linkedin:learning] evaluating-point-and-shoot-and-phone-cameras: Downloading 540p JSON metadata [linkedin:learning] evaluating-point-and-shoot-and-phone-cameras: Downloading 720p JSON metadata [info] 434427: Downloading subtitles: en ERROR: [linkedin:learning] 434427: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 8 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/configuring-your-camera-s-storage-options [linkedin:learning] configuring-your-camera-s-storage-options: Downloading 360p JSON metadata [linkedin:learning] configuring-your-camera-s-storage-options: Downloading 540p JSON metadata [linkedin:learning] configuring-your-camera-s-storage-options: Downloading 720p JSON metadata [info] 434429: Downloading subtitles: en ERROR: [linkedin:learning] 434429: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 9 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-the-essentials-of-camera-configuration [linkedin:learning] understanding-the-essentials-of-camera-configuration: Downloading 360p JSON metadata [linkedin:learning] understanding-the-essentials-of-camera-configuration: Downloading 540p JSON metadata [linkedin:learning] understanding-the-essentials-of-camera-configuration: Downloading 720p JSON metadata [info] 434430: Downloading subtitles: en ERROR: [linkedin:learning] 434430: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 10 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-media [linkedin:learning] understanding-media: Downloading 360p JSON metadata [linkedin:learning] understanding-media: Downloading 540p JSON metadata [linkedin:learning] understanding-media: Downloading 720p JSON metadata [info] 434431: Downloading subtitles: en ERROR: [linkedin:learning] 434431: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 11 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-exposure [linkedin:learning] understanding-exposure: Downloading 360p JSON metadata [linkedin:learning] understanding-exposure: Downloading 540p JSON metadata [linkedin:learning] understanding-exposure: Downloading 720p JSON metadata [info] 434433: Downloading subtitles: en ERROR: [linkedin:learning] 434433: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 12 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-how-your-camera-controls-exposure [linkedin:learning] understanding-how-your-camera-controls-exposure: Downloading 360p JSON metadata [linkedin:learning] understanding-how-your-camera-controls-exposure: Downloading 540p JSON metadata [linkedin:learning] understanding-how-your-camera-controls-exposure: Downloading 720p JSON metadata [info] 434434: Downloading subtitles: en ERROR: [linkedin:learning] 434434: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 13 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-the-internal-light-meter [linkedin:learning] understanding-the-internal-light-meter: Downloading 360p JSON metadata [linkedin:learning] understanding-the-internal-light-meter: Downloading 540p JSON metadata [linkedin:learning] understanding-the-internal-light-meter: Downloading 720p JSON metadata [info] 434435: Downloading subtitles: en ERROR: [linkedin:learning] 434435: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 14 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-the-light-meter-in-the-camera [linkedin:learning] understanding-the-light-meter-in-the-camera: Downloading 360p JSON metadata [linkedin:learning] understanding-the-light-meter-in-the-camera: Downloading 540p JSON metadata [linkedin:learning] understanding-the-light-meter-in-the-camera: Downloading 720p JSON metadata [info] 434436: Downloading subtitles: en ERROR: [linkedin:learning] 434436: No video formats found!; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U [download] Downloading item 15 of 31 [linkedin:learning] Extracting URL: https://www.linkedin.com/learning/introduction-to-photography/understanding-what-balance-is-in-an-image [linkedin:learning] understanding-what-balance-is-in-an-image: Downloading 360p JSON metadata [linkedin:learning] understanding-what-balance-is-in-an-image: Downloading 540p JSON metadata ^C ERROR: Interrupted by user ```
ILPlais commented 1 year ago

Hello, I'm with the version 2023.10.13 on Windows, and I still have the error "No video formats found!". yt-dlp --continue --output "%(playlist_index)s - %(title)s.%(ext)s" --cookies-from-browser firefox --merge-output-format mkv --add-metadata --sleep-requests 5 --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0" --verbose "https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/"

[debug] Command-line config: ['--continue', '--output', '%(playlist_index)s - %(title)s.%(ext)s', '--cookies-from-browser', 'firefox', '--merge-output-format', 'mkv', '--add-metadata', '--sleep-requests', '5', '--user-agent', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0', '--verbose', 'https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/']
Extracting cookies from firefox
[debug] Extracting cookies from: "C:\Users\ilpla\AppData\Roaming\Mozilla\Firefox\Profiles\hk5lnvp4.default-release\cookies.sqlite"
Extracted 906 cookies from firefox
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.10.13 [b634ba742] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22635-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: ffmpeg 5.0 (setts), ffprobe 6.0-essentials_build-www.gyan.dev
[debug] Optional libraries: Cryptodome-3.19.0, brotli-1.1.0, certifi-2023.07.22, mutagen-1.47.0, sqlite3-3.35.5, websockets-11.0.3
[debug] Proxy map: {}
[debug] Loaded 1890 extractors
[linkedin:learning:course] Extracting URL: https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/
[linkedin:learning:course] Downloading JSON metadata
[download] Downloading playlist: La sécurité informatique et cybersécurité : Niveau avancé
[linkedin:learning:course] Playlist La sécurité informatique et cybersécurité : Niveau avancé: Downloading 34 items of 34
[download] Downloading item 1 of 34
[linkedin:learning] Extracting URL: https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance: Downloading 360p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance: Downloading 540p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance: Downloading 720p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance: Downloading m3u8 information
[debug] Sort order given by extractor: res, source_preference
[debug] Formats sorted by: hasvid, ie_pref, res, source, lang, quality, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] 2967451: Downloading 1 format(s): progressive-720p
[debug] Invoking http downloader on "https://dms.licdn.com/playlist/vid/C560DAQFS2loj-dQfCw/learning-original-video-vbr-720/0/1598815726614?e=1699538400&v=beta&t=KgdUyMsURmOLPtO4lUbRCAfXr4GhDlArK-cP9hdOpv4#.mp4"
[debug] File locking is not supported. Proceeding without locking
[download] Destination: 01 - Bienvenue dans « La sécurité informatique et cybersécurité : Niveau avancé ».mp4
[download] 100% of   11.18MiB in 00:00:04 at 2.64MiB/s
[Metadata] Adding metadata to "01 - Bienvenue dans « La sécurité informatique et cybersécurité : Niveau avancé ».mp4"
[debug] ffmpeg command line: ffmpeg -y -loglevel "repeat+info" -i "file:01 - Bienvenue dans « La sécurité informatique et cybersécurité : Niveau avancé ».mp4" -map 0 -dn -ignore_unknown -c copy -write_id3v1 1 -metadata "title=Bienvenue dans « La sécurité informatique et cybersécurité : Niveau avancé »" -metadata "date=19700101" -metadata "purl=https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance" -metadata "comment=https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/bienvenue-dans-la-securite-informatique-et-cybersecurite-niveau-avance" -movflags "+faststart" "file:01 - Bienvenue dans « La sécurité informatique et cybersécurité : Niveau avancé ».temp.mp4"
[download] Downloading item 2 of 34
[linkedin:learning] Extracting URL: https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/etudier-les-phases-principales-d-une-attaque
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] etudier-les-phases-principales-d-une-attaque: Downloading 360p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] etudier-les-phases-principales-d-une-attaque: Downloading 540p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] etudier-les-phases-principales-d-une-attaque: Downloading 720p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] etudier-les-phases-principales-d-une-attaque: Downloading m3u8 information
[debug] Sort order given by extractor: res, source_preference
[debug] Formats sorted by: hasvid, ie_pref, res, source, lang, quality, fps, hdr:12(7), vcodec:vp9.2(10), channels, acodec, size, br, asr, proto, vext, aext, hasaud, id
[debug] Default format spec: bestvideo*+bestaudio/best
[info] 2967452: Downloading 1 format(s): progressive-720p
[debug] Invoking http downloader on "https://dms.licdn.com/playlist/vid/C4E0DAQHTbgQccRYQNg/learning-original-video-vbr-720/0/1598785137690?e=1699538400&v=beta&t=FrD3MPYQQgGdceRtksCccIp5mfnevgyoo9cPPEB-bRE#.mp4"
[download] Destination: 02 - Étudier les phases principales d'une attaque.mp4
[download] 100% of   15.58MiB in 00:00:05 at 2.78MiB/s
[Metadata] Adding metadata to "02 - Étudier les phases principales d'une attaque.mp4"
[debug] ffmpeg command line: ffmpeg -y -loglevel "repeat+info" -i "file:02 - Étudier les phases principales d'une attaque.mp4" -map 0 -dn -ignore_unknown -c copy -write_id3v1 1 -metadata "title=Étudier les phases principales d'une attaque" -metadata "date=19700101" -metadata "purl=https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/etudier-les-phases-principales-d-une-attaque" -metadata "comment=https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/etudier-les-phases-principales-d-une-attaque" -movflags "+faststart" "file:02 - Étudier les phases principales d'une attaque.temp.mp4"
[download] Downloading item 3 of 34
[linkedin:learning] Extracting URL: https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/comprendre-les-etapes-d-exploitation-et-de-post-exploitation
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] comprendre-les-etapes-d-exploitation-et-de-post-exploitation: Downloading 360p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] comprendre-les-etapes-d-exploitation-et-de-post-exploitation: Downloading 540p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] comprendre-les-etapes-d-exploitation-et-de-post-exploitation: Downloading 720p JSON metadata
ERROR: [linkedin:learning] 2965074: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1567, in wrapper
  File "yt_dlp\YoutubeDL.py", line 2028, in __process_iterable_entry
  File "yt_dlp\YoutubeDL.py", line 1835, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 1782, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 2751, in process_video_result
  File "yt_dlp\YoutubeDL.py", line 1076, in raise_no_formats
yt_dlp.utils.ExtractorError: [linkedin:learning] 2965074: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U

[download] Downloading item 4 of 34
[linkedin:learning] Extracting URL: https://www.linkedin.com/learning/la-securite-informatique-et-cybersecurite-niveau-avance/introduire-les-methodes-d-evaluation-des-vulnerabilites
[linkedin:learning] Sleeping 5.0 seconds ...
[linkedin:learning] introduire-les-methodes-d-evaluation-des-vulnerabilites: Downloading 360p JSON metadata
[linkedin:learning] Sleeping 5.0 seconds ...

ERROR: Interrupted by user

I don't understand. I put the correct User-Agent and got the cookies from my browser.

Someone have a solution, or is it LinkedIn Learning who automatically blocks all the download requests from yt-dlp?