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

How can I use this plugin if you don't appropriately expose necessary classes?

Open dungnv2602 opened this issue 5 years ago • 4 comments

Because you don't export classes inside src folder so I cannot import them, the runtime keeps complaining about this. E.g: MediaStreamInfoSet, Container, v..v.. Basically, can't do this for now: final MediaStreamInfoSet streamInfoSet = await YouTubeExtractor().getMediaStreamsAsync(id); final MediaStreamInfoSet streamInfo = streamInfoSet.video.where((s) => s.container == Container.Mp4);

dungnv2602 avatar Jan 27 '20 16:01 dungnv2602

@dungnv2602, I don't have issues with this. I can import fine. Has there been a new version since you last tried?

ThinkDigitalSoftware avatar Apr 17 '20 02:04 ThinkDigitalSoftware

@ThinkDigitalSoftware Dude, look at the date I posted. I gave up on your package because of no reply from you for over a week.

dungnv2602 avatar Apr 17 '20 07:04 dungnv2602

It was only 3 months ago. It looks like the package maintainer abandoned the package last year. Did you find a better one, by the way?

ThinkDigitalSoftware avatar Apr 17 '20 09:04 ThinkDigitalSoftware

@ThinkDigitalSoftware I gave up on streaming youtube inside view, at least for now every package in the community doesn't suit my need.

dungnv2602 avatar Apr 17 '20 14:04 dungnv2602