Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
299 stars 122 forks source link

[BUG] Highest Quality not work #258

Closed michalss closed 10 months ago

michalss commented 11 months ago

Hi

    final manifest = await yt.videos.streamsClient.getManifest('fRh_vgS2dFE');
    final bestQuality = manifest.muxed.bestQuality;

notworking, it wont pick the best quility. How do i pick the best one, your docs is outdated...

michalss commented 11 months ago

neither

manifest.muxed.withHighestBitrate()

works.

Hexer10 commented 10 months ago

Please have a look at this section: https://github.com/Hexer10/youtube_explode_dart#downloading-a-video-stream
Muxed streams do not have high quality videos.