Merge pull request #1016 from lonewolf2208/bug-fix

[YouTube] Remove topStandaloneBadge check for view count of stream items
This commit is contained in:
Tobi 2023-01-25 08:30:36 +01:00 committed by GitHub
commit c2b36fd405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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