Skip to content

Commit 9de63f8

Browse files
committed
horrible hack nextinfoitem for channel
1 parent 5f2d0cf commit 9de63f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ public NextItemsResult getNextStreams() throws IOException, ExtractionException
169169
}
170170

171171
StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId());
172+
173+
//TODO: This is a horrible hack and should be fixed (the whole F*** architecture of ListExtractor is broken)
174+
onFetchPage(NewPipe.getDownloader());
175+
172176
setupNextStreamsAjax(NewPipe.getDownloader());
173177
collectStreamsFrom(collector, nextStreamsAjax.select("body").first());
174178

0 commit comments

Comments
 (0)