dirkf

Results 1655 comments of dirkf

Use the nightly build (#30839, Known Issues) and report if that fails. The old release has probably not worked in many cases for several years.

[This](https://github.com/ytdl-org/youtube-dl/issues/32815#issuecomment-2176754694) broke 2021.12.17. The nightly build was working until YT player `590f65a6` and then started working again when that player was replaced by `84314bef`.

Basically, continued in #32687.

The site has a hard block on requests from non-browsers and from browsers that it doesn't want. Probably impersonation required.

Are you asking a question (use the correct template, #30839), or hoping for a feature to help you do that? Currently the metadata extracted for a media item may contain...

No doubt this is the same problem as yt-dlp/yt-dlp#10936. There is also yt-dlp/yt-dlp#11130 which may indicate that further changes are needed to resolve the earlier issue. Once the solution to...

Using the framework of the "patch-available" code from haruhi-dl, `https://fakty.tvn24.pl/zobacz-fakty/najnowsze-wydanie/` redirects, today, to `/zobacz-fakty/wydanie-z-29-stycznia-ep8283878`. If the `_VALID_URL` is adjusted to support patterns where the ID is optionally preceded by two...

In my tests, `/nuviArticle?...` didn't work for article pages yesterday, nor for 8284144 appending `/nuviArticle?playlist&id=8284144&r=tvn24-swiat-story` just now, but maybe I'm doing it wrong, or from the wrong place ... ```...

You can put (eg) `Supersedes, closes #31206` in the PR description to have that PR closed automatically when this is merged.

The format for a retry warning doesn't have a `\r` (meaning "return to start of line"). Whereas, the format for an error does have this. I don't know whether this...