dirkf

Results 1656 comments of dirkf

See https://github.com/ytdl-org/youtube-dl/issues/30878#issuecomment-1141949627.

How are you expecting yt-dl to use the certificate? Normally, certificates are configured in the Python platform or its underlying OS.

Presumably the [OpenSSL function SSL_CTX_set_default_verify_paths()](https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set_default_verify_paths.html) is being called under the Python hood. If your Python implementation doesn't rely on OpenSSL, it may not work, but good luck finding one of...

In general certificates can be stored as part of an OS feature (Windows, eg) or as part of a library package (OpenSSL, eg) or by the application itself (Firefox, eg)....

The problem URL: `https://www.viu.com/ott/za/en/all/video-english-drama-tv_shows-7delaan_s23_ep_96_wed_11_may-1166000526?containerId=playlist-26272329` The format supported by the Viu extractor, designed (apparently) for India and Indonesia: `https://www.viu.com/en/media/1116705532?containerId=playlist-22168059` Assuming that the ID of the problem URL is `1166000526` and that...

If anyone can find shows that aren't DRM-protected, the extractor could be updated as suggested: >The error "No video formats found" could be changed to "DRM protected" or something I...

In all cases I get (UK): ``` ERROR: Video unavailable This content is not available on this country domain. ``` However OP's diagnostic is similar to that in #30987. Whatever...

I'll assume that the fix for #30987 will sort this. The issue will be closed when that fix is merged. If it then reappears, please open a new issue referencing...

Look at the comments for the `InfoExtractor` class in `extractor/common.py` to see which metadata items are known to yt-dl. If some metadata provided with the content seems relevant but doesn't...