dirkf

Results 1654 comments of dirkf

Yes, that file isn't in yt-dl but looks plausible: take advice from @pukkandan.

Late now, but `Lenient` doesn't properly describe what is being done, ie fixing a defect in the parsing implemented in `SimpleCookie.load()`. Any of `Fixed`, `Better`, `Improved`, `Correct` would be more...

In addition to the m3u8 manifest URL expected at `metadata['hlsManifestUrl']`, the extractor should also try `metadata['ondemandHls']`. In addition to the embedded DASH manifest expected at `metadata['metadataEmbedded']`, the extractor should also...

Are any useful links being gathered from meta refresh links inside noscript elements? [NoScript](https://noscript.net) has a `Forbid META redirections inside elements` option that I always enable. Generally these links lead...

The extractor fails when looking for an assignment to `__INITIAL_DATA__` but these pages have the Morph structure, where the needed hydration data is the second parameter of one of several...

In https://github.com/ytdl-org/youtube-dl/pull/28577, which tried to handle more Morph-based pages, the extractor looked for just `asset-data`, `page-component-data`, `asset-with-media` or `guide-data` in the first parameter. Probably we should parse all the payloads...

https://www.bbc.com/reel/embed/p08bl6tl: as with previous Reel pages, this has hydration data in the `data-json` attribute of the `script` element with `id="initial-data"`, but the video data is in the root of the...

```shellsession $ get_iplayer --info 'https://www.bbc.co.uk/iplayer/episode/p00yzpg2/top-gear-series-1-episode-1' get_iplayer v3.30, Copyright (C) 2008-2010 Phil Lewis ... INFO: Processing tv: 'Top Gear: Series 1 - 01. Episode 1 (p00yzpg2)' ... duration: 3600 durations: original:...

I showed the result from _get_iplayer_ in the UK. I also checked the BBC's tool that shows the available formats. Neither showed a higher resolution format. What happens when you...

Right. This is an old issue that was supposed to be fixed ages ago for yt-dl in https://github.com/ytdl-org/youtube-dl/pull/26821. However the developer who closed that PR implemented a different "solution" that...