diff --git a/README.md b/README.md index af388e5..35ab53b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -A sample command-line application. +# YoutubeExplodeDart +This is a port of the [YoutubeExplode] library from C#. -Created from templates made available by Stagehand under a BSD-style -[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE). +Not all the features are yet supported or stable, check the issues for the current development of all the features. + + +[YoutubeExplode]: https://github.com/Tyrrrz/YoutubeExplode/ \ No newline at end of file diff --git a/lib/src/models/media_stream_info_set.dart b/lib/src/models/media_stream_info_set.dart index 3ad188d..7065c84 100644 --- a/lib/src/models/media_stream_info_set.dart +++ b/lib/src/models/media_stream_info_set.dart @@ -1,4 +1,3 @@ -import 'package:meta/meta.dart'; import 'models.dart'; /// Set of all available media stream infos.