We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b0c5b commit b086655Copy full SHA for b086655
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/YoutubeService.java
@@ -175,11 +175,6 @@ public ListLinkHandlerFactory getCommentsLHFactory() {
175
return YoutubeCommentsLinkHandlerFactory.getInstance();
176
}
177
178
- @Override
179
- public StreamExtractor getStreamExtractor(String url) throws ExtractionException {
180
- return super.getStreamExtractor(url);
181
- }
182
-
183
@Override
184
public CommentsExtractor getCommentsExtractor(ListLinkHandler urlIdHandler)
185
throws ExtractionException {
0 commit comments