mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
Removed topStandaloneBadge
This commit is contained in:
parent
ff94e9f30b
commit
9bdad40b06
@ -280,7 +280,7 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
||||
|
||||
@Override
|
||||
public long getViewCount() throws ParsingException {
|
||||
if (videoInfo.has("topStandaloneBadge") || isPremium() || isPremiere()) {
|
||||
if (isPremium() || isPremiere()) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user