extractor

Creator: coderz1093

Last updated:

Add to Cart

Description:

extractor

extractor

Extract direct video links from video websites like youtube, vimeo and many more.






🌈 Supported Websites #

youtube.com
dailymotion.com
vimeo.com
yandex.video
facebook.com
instagram.com (In future updates)
soundcloud.com
twitter.com
tiktok.com
vk.com
odnoklassniki.ru
bilibili.com
hotstar.com
openloadmovies.net
streamago.com
tune.pk
viu.com

🔥 Usage #
Add the dependency in pubspec.yaml:
dependencies:
...
extractor: ^0.0.1
copied to clipboard
Change minSdkVersion to 17 in android > app > build.gradle
android {
defaultConfig {
minSdkVersion 17
}
}
copied to clipboard
Get direct link
void getData()async{
VideoData results = Extractor.getDirectLink(link: 'https://www.youtube.com/watch?v=Ne7y9_AbBsY');
}
copied to clipboard
VideoData class consists of following,
bool? status;
String? message;
String? title;
String? thumbnail;
String? duration;
List<Link>? links;
copied to clipboard
✍️ Authors #

Ashish Pipaliya - Author

📜 License #
This project is licensed under the MIT License - see the LICENSE file for details.
🧰 Contribution #
Feel free to raise issues and open PR

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.