Fix dash parser and more refactor
- Add new itags
This commit is contained in:
@@ -6,4 +6,5 @@ public interface PlaylistInfoItemExtractor {
|
||||
String getThumbnailUrl() throws ParsingException;
|
||||
String getPlaylistName() throws ParsingException;
|
||||
String getWebPageUrl() throws ParsingException;
|
||||
long getStreamsCount() throws ParsingException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user