youtube-extractor
youtube-extractor copied to clipboard
Unable to get Video or Audio URL from Youtube extractor
Hi,
I am using the below code to extract the video URL to download the video in my app. I am always getting empty array in video property.
var videoInfo = await extractor.getMediaStreamsAsync(videoId); print('Video URL: ${videoInfo.video}');
Please let me know if any other alternative solution.
same here...
I had this issue as well, I've rewritten this library following the original code here: https://github.com/Hexer10/youtube_explode_dart/ The API is pretty much the same, just more idiomatic to dart.