You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
Checklist
Verbose log
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).
The text was updated successfully, but these errors were encountered: