2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 14:26:14 +00:00

Remove unnecessary check

This commit is contained in:
Mauricio Colli
2018-01-13 17:26:11 -02:00
parent a693c0d61d
commit a75137be2e

View File

@@ -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());