mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 06:15:37 +00:00
-Fix channel extractor error.
This commit is contained in:
@@ -57,7 +57,7 @@ public class ChannelInfo extends ListInfo {
|
|||||||
public static ChannelInfo getInfo(StreamingService service, String url) throws IOException, ExtractionException {
|
public static ChannelInfo getInfo(StreamingService service, String url) throws IOException, ExtractionException {
|
||||||
ChannelExtractor extractor = service.getChannelExtractor(url);
|
ChannelExtractor extractor = service.getChannelExtractor(url);
|
||||||
extractor.fetchPage();
|
extractor.fetchPage();
|
||||||
return getInfo(service.getChannelExtractor(url));
|
return getInfo(extractor);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static ChannelInfo getInfo(ChannelExtractor extractor) throws ParsingException {
|
public static ChannelInfo getInfo(ChannelExtractor extractor) throws ParsingException {
|
||||||
|
Reference in New Issue
Block a user