extractor 0.0.1 copy "extractor: ^0.0.1" to clipboard
extractor: ^0.0.1 copied to clipboard

outdated

Create direct video links from various websites like youtube, vimeo and many more



extractor

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

GitHub repo size GitHub

🌈 Supported Websites #

  • youtube.com
  • dailymotion.com
  • vimeo.com
  • yandex.video
  • facebook.com
  • instagram.com
  • 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
void getData()async{
  List<VideoData> results = Extractor().getDirectLink(link: 'https://www.youtube.com/watch?v=Ne7y9_AbBsY');
}

VideoData class consists of following,

bool? status;
String? message;
String? title;
String? thumbnail;
String? duration;
List<Link>? links;

✍️ Authors #

📜 License #

This project is licensed under the MIT License - see the LICENSE file for details.

39
likes
0
pub points
75%
popularity

Publisher

verified publisherflutterash.xyz

Create direct video links from various websites like youtube, vimeo and many more

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, html

More

Packages that depend on extractor