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
+24-4Lines changed: 24 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,18 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
46
46
privateJsonObjectinitialData;
47
47
privateJsonObjectvideoTab;
48
48
49
+
/**
50
+
* Some channels have response redirects and the only way to reliably get the id is by saving it.
0 commit comments