You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelExtractor.java
+19-20Lines changed: 19 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -89,9 +89,9 @@ public void onFetchPage(@Nonnull final Downloader downloader) throws IOException
89
89
// we couldn't get information about the channel associated with this URL, if there is one.
90
90
if (!channelId[0].equals("channel")) {
91
91
finalbyte[] body = JsonWriter.string(prepareDesktopJsonBuilder(
Copy file name to clipboardExpand all lines: extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
+15-16Lines changed: 15 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ public String getTextualUploadDate() throws ParsingException {
180
180
// TODO: this parses English formatted dates only, we need a better approach to parse
0 commit comments