mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 07:15:37 +00:00
Remove not needed comment
This commit is contained in:
@@ -100,7 +100,7 @@ public class YoutubeStreamInfoItemLockupExtractor implements StreamInfoItemExtra
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isAd() throws ParsingException {
|
public boolean isAd() throws ParsingException {
|
||||||
final String name = getName(); // only get it once
|
final String name = getName();
|
||||||
return "[Private video]".equals(name)
|
return "[Private video]".equals(name)
|
||||||
|| "[Deleted video]".equals(name);
|
|| "[Deleted video]".equals(name);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user