Version 1.8.0-beta.1

This commit is contained in:
Mattia 2021-02-26 21:37:14 +01:00
parent 63eba7be44
commit 36937cca67
4 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.8.0-beta.1
- Removed deprecation of `Video`.
- Exported `SearchList`.
## 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.

View File

@ -5,6 +5,7 @@ library youtube_explode.search;
export 'related_query.dart';
export 'search_client.dart';
export 'search_list.dart';
export 'search_playlist.dart';
export 'search_query.dart';
export 'search_video.dart';

View File

@ -3,8 +3,8 @@ import '../retry.dart';
import '../reverse_engineering/responses/search_page.dart';
import '../reverse_engineering/youtube_http_client.dart';
import 'base_search_content.dart';
import 'search_query.dart';
import 'search_list.dart';
import 'search_query.dart';
/// YouTube search queries.
class SearchClient {

View File

@ -7,7 +7,6 @@ import '../common/common.dart';
import '../reverse_engineering/responses/responses.dart';
import 'video_id.dart';
@Deprecated('This class is not used anymore - Since youtube changes in 02/2021')
/// YouTube video metadata.
class Video with EquatableMixin {
/// Video ID.