We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40251c commit c5bb081Copy full SHA for c5bb081
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
@@ -646,14 +646,14 @@ private static void extractClientVersionAndKeyFromHtmlSearchResultsPage()
646
throw new ParsingException(
647
// CHECKSTYLE:OFF
648
"Could not extract YouTube WEB InnerTube API key from HTML search results page");
649
- // CHECKSTYLE:ON
+ // CHECKSTYLE:ON
650
}
651
652
if (clientVersion == null) {
653
654
655
"Could not extract YouTube WEB InnerTube client version from HTML search results page");
656
657
658
659
keyAndVersionExtracted = true;
0 commit comments