dirkf
dirkf
https://github.com/ytdl-org/youtube-dl/issues/32495#issuecomment-1666729299 still applies.
Until the domain points to a valid domain, a version of the README that doesn't mention yt-dl.org is [provided in the PR above](https://github.com/ytdl-org/youtube-dl/blob/9324d03ef9cfd8e26874cead3a2c1b5c78cdb42c/README.md).
From ["How is Python 2 supported in RHEL after 2020?"](https://access.redhat.com/solutions/4455511): >Just because the PSF consider Python 2 "unsupported" does not mean that Python 2 is "unsupported" within RHEL. s/RHEL/youtube-dl/ However,...
With PR #32710: ```console $ python -m youtube_dl -vF 'https://www.vbox7.com/play:e96500c7cd' [debug] System config: [u'--prefer-ffmpeg'] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-vF', u'https://www.vbox7.com/play:e96500c7cd'] [debug] Encodings: locale...
The problem is that the extractor code doesn't know whether it needs to calculate valid format URLs or not, since this is only known in the calling code (`YoutubeDL.extract_info()` in...
Please try #32695, or a new nightly build that incorporates it after I merge it.
Basically we rely on the proxy support in the standard library. I suspect that this is not supported with the modules that we use and would be hard to implement....
I'd be happy to consider a PR based on https://github.com/SeaHOH/extproxy as an optional dependency. This could also address #32549 and some other historic proxy issues.
As far as we know, after a brief period of success, ITVX no longer provides playable content at any resolution. **However**, in North Britain there is another ITV company. Try...
Provide the entire log, please, but maybe https://github.com/yt-dlp/yt-dlp/issues/9018 is what you actually meant?