Results 284 comments of absidue

YouTube displays the channel handles too, you can see the full name if you click through to the channel. Channel handles are only allowed to contain ASCII characters and have...

@unixfox YouTube does offer qualites above 1080p for the MP4 streams but only the MP4 AV1 ones, the MP4 h264 ones are limited to 1080p. I assume that Invidious is...

@mckennajones That is only accurate if you are passing the file directly to the browser, DASH playback requires JavaScript code to combine the separate audio and video streams before passing...

Could you please include the bitrate for the formatStreams in the API, I know it's not used by Invidious, but it's returned by YouTube and I would like to display...

Hiii As requested I'm leaving a comment here about this pull request requiring changes on the FreeTube side, as we use the `` elements, which are present in the YouTube...

Encoding all the posted data would make the filename really long, but a hash of the post data should be unique enough, without making the filename too long.

Can confirm that it is working again without the workaround on Electron 29.1.1.

Faced the same issue when trying to compile for AMD Zen 3 processors, 10.2 doesn't support Zen 3 processors `-march=znver3`, unfortunately it only goes up to Zen 2. GCC version...

> will be "fixed" by #9553 ( :cry: ). yt doesn't want us to have nice things I'm pretty sure YouTube adding that has nothing to do with yt-dlp and...

The application level redirects tutorial covers both the making of new requests and overwriting the response data, so the code snippet there is probably a good starting point for you:...