File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import org .schabi .newpipe .extractor .channel .ChannelExtractor ;
44import org .schabi .newpipe .extractor .exceptions .ExtractionException ;
5+ import org .schabi .newpipe .extractor .playlist .PlayListExtractor ;
56import org .schabi .newpipe .extractor .search .SearchEngine ;
67import org .schabi .newpipe .extractor .stream_info .StreamExtractor ;
78
@@ -52,10 +53,10 @@ public abstract StreamExtractor getExtractorInstance(String url)
5253 public abstract SearchEngine getSearchEngineInstance ();
5354 public abstract UrlIdHandler getStreamUrlIdHandlerInstance ();
5455 public abstract UrlIdHandler getChannelUrlIdHandlerInstance ();
55- public abstract UrlIdHandler getPlayListUrlIdHandlerInstance ();
56+ public abstract UrlIdHandler getPlayListUrlIdHandlerInstance ();
5657 public abstract ChannelExtractor getChannelExtractorInstance (String url , int page )
5758 throws ExtractionException , IOException ;
58- public abstract PlayListExtractor getPlayListExtractorInstance (String url , int page )
59+ public abstract PlayListExtractor getPlayListExtractorInstance (String url , int page )
5960 throws ExtractionException , IOException ;
6061 public abstract SuggestionExtractor getSuggestionExtractorInstance ();
6162
Original file line number Diff line number Diff line change 44import org .schabi .newpipe .extractor .UrlIdHandler ;
55import org .schabi .newpipe .extractor .channel .ChannelExtractor ;
66import org .schabi .newpipe .extractor .exceptions .ExtractionException ;
7+ import org .schabi .newpipe .extractor .playlist .PlayListExtractor ;
78import org .schabi .newpipe .extractor .search .SearchEngine ;
89import org .schabi .newpipe .extractor .SuggestionExtractor ;
910import org .schabi .newpipe .extractor .stream_info .StreamExtractor ;
You can’t perform that action at this time.
0 commit comments