mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 22:35:50 +00:00
Remove unnecessary check
This commit is contained in:
@@ -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());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user