Skip to content

Commit 627ab24

Browse files
wb9688TobiGr
authored andcommitted
Uncomment fetchPage()
1 parent 2dfa218 commit 627ab24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public InfoItemsPage<StreamInfoItem> getPage(String pageUrl) throws IOException,
208208

209209
// Unfortunately, we have to fetch the page even if we are only getting next streams,
210210
// as they don't deliver enough information on their own (the channel name, for example).
211-
// fetchPage();
211+
fetchPage();
212212

213213
StreamInfoItemsCollector collector = new StreamInfoItemsCollector(getServiceId());
214214
JsonArray ajaxJson;

0 commit comments

Comments
 (0)