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

discontinued

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=AI7ULzgf8RU');

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

  // Close the YoutubeExplode's http client.
  yt.close();
}
0
likes
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

License

BSD-3-Clause (license)

Dependencies

equatable, html, http, http_parser, json_annotation, meta, xml

More

Packages that depend on youtuber_explode_dart