dirkf
dirkf
Someone should have pointed this out ca. 2010, before people wrote (I expect) lots of scripts that parse the output of the `--version` option as `yyyy.mm.dd`. Can I suggest, say,...
Fair enough. There are other ways in which the command-line syntax doesn't fully behave as GNU-ishly as one would expect, basically because of the Python command line parsing module used....
>... there is an open issue about this, but I can't find it right now ytdl-org/youtube-dl#22133 covers this. Here and upstream, the filesize test is only applied for external (where...
Pending implementation of https://github.com/yt-dlp/yt-dlp/commit/a13e684813dccc21f3d71711bf79dafbe943bccb, if needed, see #11580.
The codebases are too different to apply anything like the _yt-dlp_ fix. In the current code, a no-brain change to set a flag for a non-archived multi-format download that disables...
The example `--exec ...` option shows how it works. The codecs for each format are known in the metadata that _yt-dlp_ gathers. The example command uses the documented option syntax...
Date information is available, not least in the ld+json block of the page, but weirdly no-one who worked on the extractor ever managed to include it in a released extractor...
With the upstream patch corresponding to https://github.com/yt-dlp/yt-dlp/issues/15191#issuecomment-3594377648, the info-json includes these: ```py { ... "timestamp": 1528110000, ... "upload_date": "20180604", ... } ```
Work-around: use https://www.bbc.co.uk/programmes/p05tl7t3 This is just a clip from Newsnight: is it actually geo-restricted? The original problem page has a Morph-style hydration JS which should have been handled by `BBCIE`...
The `p05tl7t3` is a BBC programme ID (PID). The [technical guys (they were, in this case) at the BBC set up a proper system of (in principle) non-decaying URLs](https://smethur.st/posts/176135860), so...