newpipeextractor_dart 2.0.0
newpipeextractor_dart: ^2.0.0 copied to clipboard
Flutter plugin wrapping NewPipe Extractor for YouTube data extraction. Extract video info, streams, subtitles, comments, channels, playlists, search results, and trending content — no API key required.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add newpipeextractor_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
newpipeextractor_dart: ^2.0.0Alternatively, 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:newpipeextractor_dart/newpipeextractor_dart.dart';