mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +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");
|
||||
}
|
||||
|
||||
if (!isPageFetched()) {
|
||||
fetchPage();
|
||||
}
|
||||
|
||||
StreamInfoItemCollector collector = new StreamInfoItemCollector(getServiceId());
|
||||
|
||||
|
Reference in New Issue
Block a user