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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user