dirkf
dirkf
Good point. But pls reveal which extractor was affected. Without updating the "random" list, you can override the UA per invocation (`--user-agent ...`) or by modifying the extractor. Quite recently...
Do try this with the nightly build (see #30839, in any case). Your version is even older than the completely obsolete official release. Also, if this is happening you're not...
Also: ```console $ python ./youtube-dl-20231123 -v --skip-download --write-auto-sub --sub-lang 'en' 'https://www.youtube.com/watch?v=8TkdrjFJNS4' [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: [u'-v', u'--skip-download', u'--write-auto-sub', u'--sub-lang',...
The [previous](https://github.com/ytdl-org/youtube-dl/issues/32684#issuecomment-1880155636) [comments](https://github.com/ytdl-org/youtube-dl/issues/32684#issuecomment-1880872670) apply equally.
I did wonder. I get just this with 4.3.2: ``` [dash @ 0x1c07fc0] Manifest too large: 3639796 ``` which is similar to the problem in the memory issue reported for...
The page has a "hydration" JSON block assigned to `window.__data` containing programme metadata and preview media links. To get the actual media links, the site makes this request (Copy as...
Actual example URLs would help, so that we can determine if the old page structures still apply. Thanks @viktor-enzell for the hint. I guess this is the relevant fragment: ```py...
Pages that work OK (if any) are also of interest! Also bear in mind that this tracker is for yt-dl rather than yt-dlp, although in this case both used the...
Thanks. If you're willing to release your code under Unlicense and to put it up in a GH repo, or even easier, a Gist, I can probably adapt your tactics...
The `requests` stuff could be s/t like this. Note that yt-dl code shouldn't have `f'{strings}'` and uses `Ellipsis` for `...`, though these are fine in yt-dlp. Both projects quote strings...