Results 89 comments of Mattia

I've made some changes for the the `ios` client in v`2.4.0-dev.1` but I couldn't test it whether it helps or not; if someone is able to test it let me...

Please follow the template and provide the code you are using to download the video. Have you have tried downloading the same video with other tools such as yt-dlp? I've...

I've made some changes on how requests are sent to the yt api and also implemented some other clients (mainly ios), does this still happen? Also in a few days...

No, the aim of the project is to support YouTube only

Please create a new issue if this still happens.

Hello, unfortunately I have no control on how youtube provides the muxed streams, you should consider to use the video-only streams (which should always have high quality steams) and merge/syncronize...

The process synchronicing the video and audio tracks depends on which library you are using, here is a simple example with `media_kit`: ```dart final manifest = await yt.videos.streams.getManifest(videoId); final bestVideo...

I've just released a new version (2.3.2) which implements the `tv` client that should bypass that restriction, it should be used automatically. If the extraction fails the library automatically retries...

Unfortunately there is nothing I can do against it; the only long-term solution would be to include the cookies of a logged-in user when requesting the video. If I have...