Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ivysilani (ceskatelevize.cz) Problem #16997
Comments
|
@bato3 Thanks, I can confirm that the change to https coupled with --no-check-certificate allows to download from ivysilani again. |
|
Thank you very much! It was quite quick, indeed :) |
|
Still no luck.. Could anyone help me troubleshoot this..? Thank you. `D:\MOVIE>youtube-dl -U D:\MOVIE>youtube-dl --no-check-certificate https://www.ceskatelevize.cz/ivysilani/898281-arabela/280350950200005-arabela-na-uteku D:\MOVIE>youtube-dl --no-check-certificate --proxy socks5://195.181.214.110:443 D:\MOVIE>youtube-dl --no-check-certificate --proxy 185.142.208.139:41258 https://www.ceskatelevize.cz/ivysilani/898281-arabela/280350950200005-arabela-na-uteku D:\MOVIE>youtube-dl --no-check-certificate --verbose https://www.ceskatelevize.cz/ivysilani/898281-arabela/280350950200005-arabela-na-uteku |
|
@NiesmialyGosc you haven't applied the patch from fda2aa6 |
Unfortunately, Česká Televize apparently still uses certificate which has been distrusted by most operating systems and browsers. Isn't there some facility in |
|
@Martianno Use the tar.gz release of youtube-dl and the Windows embeddable zip file of Python 3 release. Put the extracted python embed files to the youtube-dl folder extracted from the tar.gz archive, edit the youtube_dl\extractor\ceskatelevize.py file as in the bato3's commit and finally run youtube-dl like: |
|
Thank you @mcepl ! However I'm using youtube-dl.EXE in Windows, it's an all-in-one executable file and there's no .py file for me to edit, so how can I apply the patch otherwise than typing "youtube-dl -U" in Windows command lines? Many thanks! |
|
Could you make a new version with this diff soon please? |
|
@Drakonosh it's merged also add |
|
This should be closed, shouldn’t it? |
|
Probably yes. Take tests, you'll know. XD |
|
The certificate problem seems to be solved by ceskatelevize.cz |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.07.10. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Hello, Unfortunately youtube-dl is currently not working for ivysilani (ceskatelevize.cz)
I am getting this message in cmd:
C:\CT>youtube-dl https://www.ceskatelevize.cz/ivysilani/1097181328-udalosti
[CeskaTelevize] 1097181328-udalosti: Downloading webpage
[CeskaTelevize] 1097181328-udalosti: Downloading JSON metadata
Traceback (most recent call last):
File "main.py", line 19, in
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl_init_.py", line 472, in main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl_init_.py", line 462, in _real_main
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 2001, in download
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\common.py", line 502, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\extractor\ceskatelevize.py", line 130, in _real_extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\utils.py", line 561, 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'
I use the win .exe youtube-dl, last version
Thank you for your solutions