youtube-dl: 【CeskaTelevize.CZ】 Download NO Longer Possible
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
C:\Users\DELL\video\TEST>youtube-dl --all-subs --convert-subs srt --retries 20000 -f hls-main-6272 -v https://www.ceskatelevize.cz/ivysilani/10111864738-hercule-poirot/211381467540018-tajemstvi-levneho-bytu
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--all-subs', '--convert-subs', 'srt', '--retries', '20000', '-f', 'hls-main-6272', '-v', 'https://www.ceskatelevize.cz/ivysilani/10111864738-hercule-poirot/211381467540018-tajemstvi-levneho-bytu']
[debug] Encodings: locale cp936, fs mbcs, out cp936, pref cp936
[debug] youtube-dl version 2021.06.06
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.18362
[debug] exe versions: ffmpeg N-89508-g1f1207145a, ffprobe N-89508-g1f1207145a
[debug] Proxy map: {'https': 'https://192.168.49.1:8282', 'ftp': 'ftp://192.168.49.1:8282', 'http': 'http://192.168.49.1:8282'}
[CeskaTelevize] 211381467540018-tajemstvi-levneho-bytu: Downloading webpage
[CeskaTelevize] 211381467540018-tajemstvi-levneho-bytu: Downloading JSON metadata
Traceback (most recent call last):
File "__main__.py", line 19, in <module>
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\__init__.py", line 475, in main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\__init__.py", line 465, in _real_main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 2069, in download
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 808, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 815, in wrapper
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\YoutubeDL.py", line 836, in __extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\extractor\common.py", line 534, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\extractor\ceskatelevize.py", line 130, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpkqxnwl31\build\youtube_dl\utils.py", line 2158, in sanitized_Request
File "C:\Python\Python34\lib\urllib\request.py", line 267, in __init__
File "C:\Python\Python34\lib\urllib\request.py", line 293, in full_url
File "C:\Python\Python34\lib\urllib\request.py", line 322, in _parse
ValueError: unknown url type: 'Error'
C:\Users\DELL\video\TEST>
Description
I’ve tried https://www.ceskatelevize.cz/ivysilani/12878558019-desatero-hrichu/220381485260005-desatero-hrichu-ii as well & the download doesn’t work either. Chances are that they have updated the video format?
Can we please have this looked into ASAP and make sure the solution is available for Windows 10, i.e. can we have an updated ALL-IN-ONE “youtube-dl.exe” file for us Windows 10 users?
Thank you NiesmialyGosc
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 30 (6 by maintainers)
@vpodzime Someone fixed it already for yt-dlp:
https://github.com/yt-dlp/yt-dlp/commit/443b21dc4e499286df3852f88fbd48e7f61b1f6a#diff-77727401d445bb2863b8509fa248a57e8a7d4e8aa71766d7ef269376b52c6229
There are plenty of other URLs to test, but it seems that with https://github.com/ytdl-org/youtube-dl/pull/30713 it works just fine. At least I can download https://www.ceskatelevize.cz/porady/1097181328-udalosti/221411000101209/ (yes, it takes multiple tries to get, because the download crashes, but I got the whole show).
Hi team,
Please help? There seems to have been a major change to the site and neither Youtube-dl nor Yt-dlp works for me now.
NOTE: /IVYSILANI is no longer available, and merged with /PORADY, which results in the following error “Unable to extract iframe player url”. Any suggestions will be much appreciated.
Thank you! NiesmialyGosc
I cannot explain all the steps precisely.
• Obtain source code of youtube-dl (install with
piporgit clone, or download zip from the Code menu in https://github.com/ytdl-org/youtube-dl or https://github.com/ytdl-org/youtube-dl/releases and unzip) • Find fileyoutube_dl/extractor/ceskatelevize.pyand modify the line (or replace the file with https://raw.githubusercontent.com/ytdl-org/youtube-dl/8d89a7b4957791b455bcfbc7571078ac7212469d/youtube_dl/extractor/ceskatelevize.py ) • Run the modified version of youtube-dl (maybecdor setPYTHONPATHvariable to the top of youtube-dl then runpython -m youtube_dl)