youtube-extractor icon indicating copy to clipboard operation
youtube-extractor copied to clipboard

Unable to get Video or Audio URL from Youtube extractor

Open spvjebaraj opened this issue 5 years ago • 2 comments

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.

spvjebaraj avatar Feb 15 '20 07:02 spvjebaraj

same here...

DominikDeseyve avatar Feb 17 '20 14:02 DominikDeseyve

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.

Hexer10 avatar Feb 20 '20 20:02 Hexer10