ADD basic playlist support + youtube playlist support
This commit is contained in:
9
playlist/PlayListInfoItemExtractor.java
Normal file
9
playlist/PlayListInfoItemExtractor.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.schabi.newpipe.extractor.playlist;
|
||||
|
||||
import org.schabi.newpipe.extractor.exceptions.ParsingException;
|
||||
|
||||
public interface PlayListInfoItemExtractor {
|
||||
String getThumbnailUrl() throws ParsingException;
|
||||
String getPlayListName() throws ParsingException;
|
||||
String getWebPageUrl() throws ParsingException;
|
||||
}
|
||||
Reference in New Issue
Block a user