From f0dabc1fc7d2ff6e8d00606622bb51c0f9f0a36a Mon Sep 17 00:00:00 2001 From: Mattia Date: Thu, 8 Apr 2021 11:33:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e502e9e..bc9651d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This is a port of the [YoutubeExplode] library from C#, most of the functions, d ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Hexer10/youtube_explode_dart/Dart%20CI?event=push) ![License](https://img.shields.io/github/license/Hexer10/youtube_explode_dart) ![Effective Dart](https://img.shields.io/badge/style-effective_dart-40c4ff.svg) + +It used to build [Youtube Downloader Flutter](https://github.com/Hexer10/youtube_downloader_flutter) (An cross-platoform application to download video streams from youtube using this library & flutter) + --- 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.