2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Remove not needed comment

This commit is contained in:
litetex
2025-07-15 22:06:02 +02:00
parent 8e07a76c71
commit 64e4bafee1

View File

@@ -100,7 +100,7 @@ public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtra
@Override
public boolean isAd() throws ParsingException {
final String name = getName(); // only get it once
final String name = getName();
return "[Private video]".equals(name)
|| "[Deleted video]".equals(name);
}