Uncomment fetchPage()

This commit is contained in:
wb9688 2020-02-24 15:51:08 +01:00 committed by TobiGr
parent 2dfa2187ff
commit 627ab2459f
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
// Unfortunately, we have to fetch the page even if we are only getting next streams,
// as they don't deliver enough information on their own (the channel name, for example).
// fetchPage();
fetchPage();
StreamInfoItemsCollector collector = new StreamInfoItemsCollector(getServiceId());
JsonArray ajaxJson;