Removed topStandaloneBadge
This commit is contained in:
parent
ff94e9f30b
commit
9bdad40b06
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public long getViewCount() throws ParsingException {
|
public long getViewCount() throws ParsingException {
|
||||||
if (videoInfo.has("topStandaloneBadge") || isPremium() || isPremiere()) {
|
if (isPremium() || isPremiere()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue