Remove getNextStream() from StreamExtractor
This commit is contained in:
@@ -129,11 +129,6 @@ public class YoutubeStreamExtractorUnlistedTest {
|
||||
assertSame(StreamType.VIDEO_STREAM, extractor.getStreamType());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetNextVideo() throws ExtractionException {
|
||||
assertNull(extractor.getNextStream());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetRelatedVideos() throws ExtractionException {
|
||||
StreamInfoItemsCollector relatedVideos = extractor.getRelatedStreams();
|
||||
|
||||
Reference in New Issue
Block a user