Today I downloaded a video from vimeo using yt-dlp
. It worked, no errors in the video. However, several warnings appeared, the meaning of which I do not understand:
[darius@eos-pc~]$ yt-dlp "https://vimeo.com/803698144"
Removing cache dir /home/darius/.cache/yt-dlp ..
[vimeo] Extracting URL: https://vimeo.com/803698144
[vimeo] 803698144: Downloading webpage
WARNING: [vimeo] The extractor is attempting impersonation, but no impersonate target is available; if you encounter errors, then see https://github.com/yt-dlp/yt-dlp#impersonation for information on installing the required dependencies
[vimeo] 803698144: Downloading viewer info
[vimeo] 803698144: Downloading API JSON
[vimeo] 803698144: Downloading JSON metadata
[vimeo] 803698144: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 803698144: Downloading fastly_skyfire m3u8 information
[vimeo] 803698144: Downloading akfire_interconnect_quic MPD information
WARNING: [vimeo] 803698144: Failed to parse XML: not well-formed (invalid token): line 1, column 0
[vimeo] 803698144: Downloading fastly_skyfire MPD information
WARNING: [vimeo] 803698144: Failed to parse XML: not well-formed (invalid token): line 1, column 0
[info] 803698144: Downloading 1 format(s): hls-fastly_skyfire-4697+hls-fastly_skyfire-audio-high-Original
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 241
[download] Destination: /home/darius/Downloads/yt-dlp/Beyond the Reset.mp4 [803698144].fhls-fastly_skyfire-4697.mp4
[download] 100% of 797.86MiB in 00:01:25 at 9.31MiB/s
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 242
[download] Destination: /home/darius/Downloads/yt-dlp/Beyond the Reset.mp4 [803698144].fhls-fastly_skyfire-audio-high-Original.mp4
[download] 100% of 34.43MiB in 00:01:54 at 309.20KiB/s
[Merger] Merging formats into "/home/darius/Downloads/yt-dlp/Beyond the Reset.mp4 [803698144].mp4"
Deleting original file /home/darius/Downloads/yt-dlp/Beyond the Reset.mp4 [803698144].fhls-fastly_skyfire-4697.mp4 (pass -k to keep)
Deleting original file /home/darius/Downloads/yt-dlp/Beyond the Reset.mp4 [803698144].fhls-fastly_skyfire-audio-high-Original.mp4 (pass -k to keep)
[darius@eos-pc ~]$
Can someone please help me out?