youtube_extractor 1.0.4 copy "youtube_extractor: ^1.0.4" to clipboard
youtube_extractor: ^1.0.4 copied to clipboard

discontinuedreplaced by: youtube_explode_dart

YouTube Extractor is a dart and flutter library for extracting YouTube audio and video streams without the requirement of an API key.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add youtube_extractor

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  youtube_extractor: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:youtube_extractor/youtube_extractor.dart';
46
likes
40
pub points
35%
popularity

Publisher

unverified uploader

YouTube Extractor is a dart and flutter library for extracting YouTube audio and video streams without the requirement of an API key.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http, xml

More

Packages that depend on youtube_extractor