Skip to content

Commit d1cd341

Browse files
StypoxTobiGr
authored andcommitted
Change comment
1 parent f6088c4 commit d1cd341

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelInfoItemExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public String getUrl() throws ParsingException {
6868
}
6969
} catch(Exception ignored) {}
7070

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
7173
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
7474
return el.select("a[class*=\"yt-uix-tile-link\"]").first()
7575
.attr("abs:href");
7676
} catch (Exception e) {

0 commit comments

Comments
 (0)