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

Site cda.pl didn't work properly - download only video with default quality (360p) #29844

Open
5 tasks done
BeastBlack opened this issue Aug 22, 2021 · 1 comment · Fixed by yt-dlp/yt-dlp#805
Open
5 tasks done

Comments

@BeastBlack
Copy link

BeastBlack commented Aug 22, 2021

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.06.06
  • 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
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

PASTE VERBOSE LOG HERE

youtube-dl.exe -F -v https://www.cda.pl/video/272214532
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-F', '-v', 'https://www.cda.pl/video/272214532']
[debug] Encodings: locale cp1250, fs mbcs, out cp852, pref cp1250
[debug] youtube-dl version 2021.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg N-103197-gbff7d662d7-20210810, ffprobe N-103197-gbff7d662d7-20210810
[debug] Proxy map: {}
[CDA] 272214532: Downloading webpage
[info] Available formats for 272214532:
format code extension resolution note
0 mp4 unknown

youtube-dl.exe -f best -v https://www.cda.pl/video/272214532
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'best', '-v', 'https://www.cda.pl/video/272214532']
[debug] Encodings: locale cp1250, fs mbcs, out cp852, pref cp1250
[debug] youtube-dl version 2021.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.19041
[debug] exe versions: ffmpeg N-103197-gbff7d662d7-20210810, ffprobe N-103197-gbff7d662d7-20210810
[debug] Proxy map: {}
[CDA] 272214532: Downloading webpage
[debug] Invoking downloader on 'https://vwaw660.cda.pl/6E-sTzlV5Y_nktH2dVLdeg/1629676613/lqeee2f2318635f6e646d200e8bb24d196.mp4'
[download] Albert Einstein - genialny naukowiec-272214532.mp4 has already been downloaded
[download] 100% of 13.45MiB

Description

WRITE DESCRIPTION HERE

youtube-dl didn't let choose quality - always download video with default quality (360p). Test video: https://www.cda.pl/video/272214532 has quality 1080p, but when I'm use -f best parameter, youtube-dl download 360p quality. youtube-d seems didn't recognize other video streams than default (360p).

@dirkf
Copy link
Contributor

dirkf commented Aug 23, 2021

The site has three quality levels: lq, sd, hd.

Only lq (360p) is linked in the video page. The site issues a JSON RPC POST to get the URLs for 480p and 1080p. Someone who cared would have to work out how to construct the hash parameter in the JSON and then the extractor could do the same.

pukkandan pushed a commit to yt-dlp/yt-dlp that referenced this issue Aug 30, 2021
nixxo pushed a commit to nixxo/yt-dlp that referenced this issue Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants