This commit is contained in:
Mattia 2020-07-16 19:11:59 +02:00
parent 38c41e8f0b
commit c68f8d45f6
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import 'package:youtube_explode_dart/src/channels/channel_video.dart';
import 'package:youtube_explode_dart/src/channels/video_sorting.dart';
import 'package:youtube_explode_dart/src/reverse_engineering/responses/channel_upload_page.dart';
import 'channel_video.dart';
import 'video_sorting.dart';
import '../reverse_engineering/responses/channel_upload_page.dart';
import '../extensions/helpers_extension.dart';
import '../playlists/playlists.dart';

View File

@ -100,7 +100,6 @@ class _InitialData {
.first['itemSectionRenderer']['contents']
.first['gridRenderer']['items']
.cast<Map<String, dynamic>>();
;
}
if (root['response'] != null) {
return _root['response']['continuationContents']['gridContinuation']