我正在尝试使用 flutter
youtube_explode_dart
包,但我面临一些错误,主要是两个
video.property
代码:-
var video = yt.videos.get('https://youtube.com/watch?v=Dpp1sIL1m5Q');
var title = video.title; // Error in this line
与
streamManifest
代码:-
// Error saying streamManifest is not defined
var streamInfo = streamManifest.muxed.withHigestVideoQuality();
文档代码链接:- https://pub.dev/packages/youtube_explode_dart
如果有人使用过该软件包或知道修复方法,请帮忙!
使用 清单=yt.videos.streamsClient.getManifest(url); 得到体现后 varstreamInfo=manifest.muxed.withHigestVideoQuality(); 然后使用这个希望您的错误能够得到解决,如果解决请告诉我
要解决您在尝试访问 YouTube 数据时遇到的 403 错误问题,我建议使用 youtube_explode_dart 包,版本 ^2.2.2。该软件包提供了一种与 YouTube 交互的可靠方法,而不会遇到身份验证或请求问题(例如 403 错误)。