dirkf

Results 1654 comments of dirkf

> getting #30976 when I try to test it locally I think you need to update from the ytdl-org master branch, which fixed this a few days ago (after YT...

That's the fixed error (actually a later player is fixed as well, and the latest player(s) have, so far, not broken our mini JS interpreter) .

1. Use `-F` to list the available formats. ``` [info] Available formats for w_Ma8oQLmSM: format code extension resolution note 91 mp4 256x144 290k , avc1.42c00b, 15.0fps, mp4a.40.5 92 mp4 426x240...

Is there something about this site that stops people mentioning its page URLs? Anyhow at https://v.youku.com/v_show/id_XNDk5MTEwNDczNg==.html, after breaking through the bot guard (which I could only do once), the page...

If we know what the intercepted request is, we can potentially make it, using cookies from visiting https://v.youku.com, and parse the result.

Apparently the default _flake8_ settings that the project uses changed in some way so that a keyword must be separated from the next token by a space, which is basically...

This extractor is unusual in that there is no title in the plain webpage, although a title and an `og:title` are set by JS. The full tweet text is extracted...

The rationale for `title` is presumably what I said above, trying to make all sites fit the YT metadata schema. yt-dlp has allowed a `None` title while continuing to require...

Nothing in yt-dl has changed since June. Also, WFM (patch from PR #30184 applied, but almost certainly unrelated): ``` $ youtube-dl --postprocessor-args '-ss 00:00:39.00 -c copy -map 0 -to 00:01:26.00'...