From fc516fb702879ae764ddf0157cd0a9261f8df050 Mon Sep 17 00:00:00 2001 From: Hexah Date: Tue, 16 Jun 2020 22:18:07 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbf8c3..1db1a9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # YoutubeExplodeDart This is a port of the [YoutubeExplode] library from C#, most of the functions, doc comments, readme information, is taken from YoutubeExplode repository. +![Pub Version](https://img.shields.io/pub/v/youtube_explode_dart) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Hexer10/youtube_explode_dart/Dart%20CI) +![License](https://img.shields.io/github/license/Hexer10/youtube_explode_dart) +![Effective Dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg) --- YoutubeExplode is a library that provides an interface to query metadata of YouTube videos, playlists and channels, as well as to resolve and download video streams and closed caption tracks. Behind a layer of abstraction, the library parses raw page content and uses reverse-engineered AJAX requests to retrieve information. As it doesn't use the official API, there's also no need for an API key and there are no usage quotas. @@ -30,7 +34,7 @@ YoutubeExplode is a library that provides an interface to query metadata of YouT Add the dependency to the pubspec.yaml (Check for the latest version) ```yaml -youtube_explode_dart: ^1.0.0 +youtube_explode_dart: ^1.2.0 ``` Import the library