Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Unable to get Video or Audio URL from Youtube extractor #25

Open
spvjebaraj opened this issue Feb 15, 2020 · 2 comments
Open

Unable to get Video or Audio URL from Youtube extractor #25

spvjebaraj opened this issue Feb 15, 2020 · 2 comments

Comments

@spvjebaraj
Copy link

spvjebaraj commented Feb 15, 2020

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.

@DominikDeseyve
Copy link

same here...

@Hexer10
Copy link

Hexer10 commented Feb 20, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants