Remove unnecessary check

pull/60/head
Mauricio Colli 2018-01-13 17:26:11 -02:00
rodzic a693c0d61d
commit a75137be2e
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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