mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-27 23:40:36 +05:30
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…
x
Reference in New Issue
Block a user