dirkf

Results 1685 comments of dirkf

Download tests are failing with 401 from the UK on getting the "m3u8 information": is that expected?

Yes, the same tests that failed [before](https://github.com/yt-dlp/yt-dlp/pull/9161#issuecomment-1935193970) are passing now.

This also happens with a yt-dlp from before the networking rework, though not with yt-dl master (but the yt-dl extractor can't distinguish between the single video URL and the playlist).

You need to determine whether _ffmpeg_ is being run in the context of your packaged application. If not, you need to add some weird macOS incantation to your packaging to...

There is no usable HTML page but with any luck this should be straightforward: * let the `_VALID_URL` be `r'https?://rugbypass\.tv/video/(?P\d+)'` * get JSON from `f'https://dce-frontoffice.imggaming.com/api/v4/vod/{video_id}includePlaybackDetails=URL'`, with various metadata items *...

Have a look at the [new yt-dl PR](https://github.com/ytdl-org/youtube-dl/pull/32710) if you like. Maybe the test cases will be useful, even if nothing else.

>Related to: ytdl-org/youtube-dl#31530 (comment) Strictly, related to https://github.com/yt-dlp/yt-dlp/issues/6247.

This set of user scripts re-enables broken or non-existent tooltips when JS is disabled and bypasses the broken and pointless fake tooltip system when JS is enabled: ```js /* add...

Transcript of successful TestDownload.test_BBC_all from UK ```console $ python3 test/test_download.py TestDownload.test_BBC_all [debug] Loaded 1855 extractors [bbc] Extracting URL: http://www.bbc.com/news/world-europe-32668511 [bbc] world-europe-32668511: Downloading webpage [bbc] p02r0327: Downloading media selection JSON [bbc]...