From 9bdad40b060ba267846e36025e8e9d68a3353bc2 Mon Sep 17 00:00:00 2001 From: Kunal Date: Fri, 20 Jan 2023 02:41:21 +0530 Subject: [PATCH] Removed topStandaloneBadge --- .../youtube/extractors/YoutubeStreamInfoItemExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemExtractor.java index 1ff4cc45..ca21ab2f 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamInfoItemExtractor.java @@ -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; }