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/YoutubeChannelInfoItemExtractor.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ public String getUrl() throws ParsingException {
68
68
}
69
69
} catch(Exceptionignored) {}
70
70
71
+
// fallback method for channels without "Subscribe" button (or just in case yt changes things)
72
+
// provides an url with "/user/NAME", inconsistent with stream and channel extractor: tests will fail
71
73
try {
72
-
// fallback method just in case youtube changes things; it should never run and tests will fail
73
-
// provides an url with "/user/NAME", that is inconsistent with stream and channel extractor
0 commit comments