Remove unnecessary check
This commit is contained in:
parent
a693c0d61d
commit
a75137be2e
|
@ -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());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue