Uncomment fetchPage()
This commit is contained in:
parent
2dfa2187ff
commit
627ab2459f
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
|
||||||
|
|
||||||
// Unfortunately, we have to fetch the page even if we are only getting next streams,
|
// 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).
|
// as they don't deliver enough information on their own (the channel name, for example).
|
||||||
// fetchPage();
|
fetchPage();
|
||||||
|
|
||||||
StreamInfoItemsCollector collector = new StreamInfoItemsCollector(getServiceId());
|
StreamInfoItemsCollector collector = new StreamInfoItemsCollector(getServiceId());
|
||||||
JsonArray ajaxJson;
|
JsonArray ajaxJson;
|
||||||
|
|
Loading…
Reference in a new issue