2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 22:05:18 +00:00

Removed topStandaloneBadge

This commit is contained in:
Kunal
2023-01-20 02:41:21 +05:30
parent ff94e9f30b
commit 9bdad40b06

View File

@@ -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;
}