Fix SearchVideo.thumbnail

This commit is contained in:
Mattia 2021-04-29 15:46:36 +02:00
parent 1976d83588
commit 8219ed757b
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ class _InitialData {
?.toDuration() ?? ?.toDuration() ??
Duration.zero, Duration.zero,
video video
.get('thubnail') .get('thumbnail')
?.getList('thumbnails') ?.getList('thumbnails')
?.last ?.last
.getT<String>('url') ?? .getT<String>('url') ??

View File

@ -1,6 +1,6 @@
name: youtube_explode_dart 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. 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 homepage: https://github.com/Hexer10/youtube_explode_dart