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
+14-23Lines changed: 14 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -273,33 +273,24 @@ private long getSubscriberCountFromPageChannelHeader(@Nonnull final JsonObject h
273
273
.getObject(PAGE_HEADER_VIEW_MODEL)
274
274
.getObject(METADATA);
275
275
if (metadataObject.has("contentMetadataViewModel")) {
0 commit comments