mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 07:50:34 +05:30
horrible hack nextinfoitem for channel
This commit is contained in:
parent
5f2d0cf6b5
commit
9de63f8c0a
@ -169,6 +169,10 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
|
||||
}
|
||||
|
||||
StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId());
|
||||
|
||||
//TODO: This is a horrible hack and should be fixed (the whole F*** architecture of ListExtractor is broken)
|
||||
onFetchPage(NewPipe.getDownloader());
|
||||
|
||||
setupNextStreamsAjax(NewPipe.getDownloader());
|
||||
collectStreamsFrom(collector, nextStreamsAjax.select("body").first());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user