From 63eba7be44ce7ec189baaa799ede351fca14111e Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 26 Feb 2021 16:18:51 +0100 Subject: [PATCH] Version 1.8.0-beta --- CHANGELOG.md | 8 ++++++-- lib/src/search/search_list.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed2170..be1f901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.0-beta.0 +- Fix video search: + Now `getVideos` returns `SearchList` holding 20 videos. `SearchList.nextPage()` can be called to get the next batch of videos. + ## 1.7.5 - Fix auto translated closed captions ( #50 ) - Deprecated `autoGenerated` from `getManifest`. @@ -109,7 +113,7 @@ - Implemented `withHighestBitrate` and `sortByBitrate` for `StreamInfo` iterables. - Implemented `withHighestBitrate` for `VideoStreamInfo` iterables. - Now `sortByVideoQuality` returns a List of `T`. -- `SearchQuery.nextPage` now returns null if there is no next page. +- `SearchQuery.nextPage` now returns null if there is no next page. ## 1.1.0 - Implement parsing of the search page to retrieve information from youtube searches. See `SearchQuery`. @@ -207,7 +211,7 @@ ## 0.0.16 -- When a video is not available(403) a `VideoStreamUnavailableException` +- When a video is not available(403) a `VideoStreamUnavailableException` ## 0.0.17 diff --git a/lib/src/search/search_list.dart b/lib/src/search/search_list.dart index 88c466a..c552a26 100644 --- a/lib/src/search/search_list.dart +++ b/lib/src/search/search_list.dart @@ -4,7 +4,7 @@ import 'package:collection/collection.dart'; import '../../youtube_explode_dart.dart'; -/// +/// This list contains search videos. class SearchList extends DelegatingList { final Stream _stream; diff --git a/pubspec.yaml b/pubspec.yaml index 793df32..6d7fa1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: youtube_explode_dart description: A port in dart of the youtube explode library. Supports several API functions without the need of Youtube API Key. -version: 1.7.6 +version: 1.8.0-beta.0 homepage: https://github.com/Hexer10/youtube_explode_dart environment: