Remove getNextStream() from StreamExtractor

This commit is contained in:
wb9688
2020-05-30 10:25:43 +02:00
parent 186193d366
commit ff560e907a
7 changed files with 20 additions and 68 deletions

View File

@@ -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();