Remove unnecessary check

This commit is contained in:
Mauricio Colli 2018-01-13 17:26:11 -02:00
parent a693c0d61d
commit a75137be2e
1 changed files with 1 additions and 3 deletions

View File

@ -176,9 +176,7 @@ public class YoutubeChannelExtractor extends ChannelExtractor {
throw new ExtractionException("Channel doesn't have more streams"); throw new ExtractionException("Channel doesn't have more streams");
} }
if (!isPageFetched()) { fetchPage();
fetchPage();
}
StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId()); StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId());