youtube_explode_dart 1.3.1 copy "youtube_explode_dart: ^1.3.1" to clipboard
youtube_explode_dart: ^1.3.1 copied to clipboard

outdated

A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.

example/example.dart

import 'package:youtube_explode_dart/youtube_explode_dart.dart';

Future<void> main() async {
  var yt = YoutubeExplode();
  var video =
      await yt.videos.get('https://www.youtube.com/watch?v=bo_efYhYU2A');

  print('Title: ${video.title}');

  // Close the YoutubeExplode's http client.
  yt.close();
}
511
likes
0
pub points
97%
popularity

Publisher

verified publisherhexah.net

A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

equatable, html, http, http_parser, meta, xml

More

Packages that depend on youtube_explode_dart