yt_extractor 0.1.0 copy "yt_extractor: ^0.1.0" to clipboard
yt_extractor: ^0.1.0 copied to clipboard

PlatformAndroid

A Flutter plugin that wraps the NewPipe Extractor. Extract YouTube (and other service) streams, audio, video, metadata, search, comments, channels, playlists and trending content — without any API keys.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add yt_extractor

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

dependencies:
  yt_extractor: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:yt_extractor/yt_extractor.dart';
1
likes
150
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that wraps the NewPipe Extractor. Extract YouTube (and other service) streams, audio, video, metadata, search, comments, channels, playlists and trending content — without any API keys.

Repository (GitHub)
View/report issues
Contributing

Topics

#youtube #music #extractor #streaming #media

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on yt_extractor

Packages that implement yt_extractor