dirkf

Results 1656 comments of dirkf

The Maus pages nowadays have the URL of an "assetjsonp" file as the value of the `data-extension-ard` (`-ard` appeared last year) attribute of the player element (class `videoButton`/`audioButton`). The assetjsonp...

The creator of this video has given it the title `.`. OP's template puts the title next to extension-separating `.`, which breaks some file-type parsing code in the relevant _ffmpeg_...

Being the single title that causes this issue by having an initial `.` that is also its final `.` makes it pathological, in the mathematical sense of a weird but...

It would be helpful to identify any other problem videos.

OK, that one has the title `..`. Logically, any title that is a non-empty sequence of `.` will provoke the same behaviour with this choice of output template.

The specific site that prompted the TODO is no longer, or not as it was. The problem manifest in https://github.com/ytdl-org/youtube-dl/issues/32750 is an example that needed the opposite choice of hack,...

> I have seen that this 403 code is because "https://yt-dl.org" is blocked by the Germany Court. Is there any soltuion? It isn't. See https://github.com/ytdl-org/youtube-dl/issues/32815#issuecomment-2176754694; see https://github.com/ytdl-org/youtube-dl/issues/30839 for the solution.

Read again: https://github.com/LaurenceRawlings/savify#user-content-cli

The extractor's login procedure is failing. Until someone debugs the site to identify how its login procedure has changed, try passing cookies (FAQ) from a successful browser session playing the...

The login procedure is, as in OP, failing at the first step, and from a browser trace CF blocking is implemented on that page. Maybe the `Origin` header is not...