File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
lib/src/reverse_engineering Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ class _InitialData extends InitialData {
188188 ? .get ('content' )
189189 ? .get (type.youtubeRenderText);
190190 if (type == VideoType .shorts && video != null ) {
191- print (json.encode (video));
192191 return ChannelVideo (
193192 VideoId (video.getJson <String >(
194193 'onTap/innertubeCommand/reelWatchEndpoint/videoId' )! ),
Original file line number Diff line number Diff line change @@ -223,8 +223,7 @@ class YoutubeHttpClient extends http.BaseClient {
223223 final stream = newManifest.streams
224224 .firstWhereOrNull ((e) => e.tag == streamInfo.tag);
225225 if (stream == null ) {
226- print (
227- 'Error: Could not find the stream in the new manifest (due to Youtube error)' );
226+ _logger.severe ('Error: Could not find the stream in the new manifest (due to Youtube error)' );
228227 rethrow ;
229228 }
230229 url = stream.url;
You can’t perform that action at this time.
0 commit comments