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

outdated

A port in dart of the youtube explode library. Support serveral API functions.

example/example.dart

import 'package:youtube_explode_dart/youtube_explode_dart.dart';

Future<void> main() async {
  // Parse the video id from the url.
  var id = YoutubeExplode.parseVideoId(
      'https://www.youtube.com/watch?v=bo_efYhYU2A');

  var yt = YoutubeExplode();
  var video = await yt.getVideo(id);

  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. Support serveral API functions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, http, http_parser

More

Packages that depend on youtube_explode_dart