dirkf

Results 1666 comments of dirkf

For the record, there is [a procedure to revive a PR where the original repo has gone](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally). Let's use 29593 as an example; `origin` will be the `git remote` name...

I have a new change set WIP that supersedes #29581 and #29593. I'll try to get a PR up soon that you can test.

Presumably the same issue and fix as [yt-dlp#5918](https://github.com/yt-dlp/yt-dlp/issues/5918), with this common feature: ``` WARNING: [ThePlatform] Failed to download m3u8 information: HTTP Error 400: Bad Request ``` Required patch: ```diff ---...

Similar, not the same. 400 means yt-dl didn't send a request that had what the site expected; 403 means the site saw yt-dl's request and denied access to yt-dl. You...

Looks like you accidentally created this PR. But if there is a real PR behind it, start off by completing the template even if you don't have all the code...

Does this play for you? I get "Untersuchungskurs Gruppe V- Shared screen with speaker view" and a player widget with an unresponsive play button and the text "No compatible source...

The _yt-dlp_ from ytdl-patched or from a nightly build in the yt-dlp repo includes https://github.com/yt-dlp/yt-dlp/pull/6789 which fixes Zoom extraction. Quite a painless backport gives this yt-dl result: ```console $ python...

The problem page will generate this filename: `Untersuchungskurs Gruppe V-9pdVT4f2XWBaEOSqDJagSsvI0Yu2ixXW0YcJGIVhfV19Zr7E1q5gf0wTMZHnqrvq.Yoq1dDHeeKjaVcv3.mp4` Awesomeness may be in the eye of the beholder.

If anyone cares to test the linked PR, please report there.

So the solution to this issue requires: 1. fetching as JSON the value of the attribute `value` from the element(s?) selected by `#leftrite > input.js-tv3-init`. 2. extracting a multi-video playlist...