Fix dash parser and more refactor
- Add new itags
This commit is contained in:
@@ -14,7 +14,7 @@ public abstract class Extractor implements Serializable {
|
||||
this.urlIdHandler = urlIdHandler;
|
||||
this.serviceId = serviceId;
|
||||
this.url = url;
|
||||
this.previewInfoCollector = new StreamInfoItemCollector(urlIdHandler, serviceId);
|
||||
this.previewInfoCollector = new StreamInfoItemCollector(serviceId);
|
||||
}
|
||||
|
||||
public String getUrl() {
|
||||
|
||||
Reference in New Issue
Block a user