Reverted useless change

This commit is contained in:
litetex 2021-06-05 22:25:36 +02:00
parent 93b0c5b15f
commit b086655d54
1 changed files with 0 additions and 5 deletions

View File

@ -175,11 +175,6 @@ public class YoutubeService extends StreamingService {
return YoutubeCommentsLinkHandlerFactory.getInstance();
}
@Override
public StreamExtractor getStreamExtractor(String url) throws ExtractionException {
return super.getStreamExtractor(url);
}
@Override
public CommentsExtractor getCommentsExtractor(ListLinkHandler urlIdHandler)
throws ExtractionException {