mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2024-12-13 12:30:51 +01:00
-Fix channel extractor error.
This commit is contained in:
parent
044b8fe32f
commit
c426140811
@ -57,7 +57,7 @@ public class ChannelInfo extends ListInfo {
|
||||
public static ChannelInfo getInfo(StreamingService service, String url) throws IOException, ExtractionException {
|
||||
ChannelExtractor extractor = service.getChannelExtractor(url);
|
||||
extractor.fetchPage();
|
||||
return getInfo(service.getChannelExtractor(url));
|
||||
return getInfo(extractor);
|
||||
}
|
||||
|
||||
public static ChannelInfo getInfo(ChannelExtractor extractor) throws ParsingException {
|
||||
|
Loading…
Reference in New Issue
Block a user