From 8219ed757b44eb8940f313af3d52a3c98f1470f9 Mon Sep 17 00:00:00 2001 From: Mattia Date: Thu, 29 Apr 2021 15:46:36 +0200 Subject: [PATCH] Fix SearchVideo.thumbnail --- lib/src/reverse_engineering/responses/channel_upload_page.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/reverse_engineering/responses/channel_upload_page.dart b/lib/src/reverse_engineering/responses/channel_upload_page.dart index 5a395c2..11d33cd 100644 --- a/lib/src/reverse_engineering/responses/channel_upload_page.dart +++ b/lib/src/reverse_engineering/responses/channel_upload_page.dart @@ -176,7 +176,7 @@ class _InitialData { ?.toDuration() ?? Duration.zero, video - .get('thubnail') + .get('thumbnail') ?.getList('thumbnails') ?.last .getT('url') ?? diff --git a/pubspec.yaml b/pubspec.yaml index 75d284e..62e60d1 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.9.2+1 +version: 1.9.2+2 homepage: https://github.com/Hexer10/youtube_explode_dart