Count private and deleted videos as ad
This commit is contained in:
@@ -60,8 +60,8 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isAd() {
|
public boolean isAd() throws ParsingException {
|
||||||
return isPremium();
|
return isPremium() || getName().equals("[Private video]") || getName().equals("[Deleted video]");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user