test were not working after rebase

BUILD SUCCESSFUL in 2m 1s
7 actionable tasks: 2 executed, 5 up-to-date
This commit is contained in:
BO41 2018-08-29 11:40:37 +02:00
parent 11c8e0a2d7
commit 9848acbc55
2 changed files with 2 additions and 2 deletions

View File

@ -440,7 +440,7 @@ public class YoutubeStreamExtractor extends StreamExtractor {
}
@Override
public List<VideoStream> getVideoOnlyStreams() throws IOException, ExtractionException {
public List<VideoStream> getVideoOnlyStreams() throws ExtractionException {
assertPageFetched();
List<VideoStream> videoOnlyStreams = new ArrayList<>();
try {

View File

@ -167,7 +167,7 @@ public class YoutubePlaylistExtractorTest {
}
@Test
public void testOriginalUrl() throws ParsingException {
public void testOriginalUrl() {
assertEquals("https://www.youtube.com/watch?v=8SbUC-UaAxE&list=PLWwAypAcFRgKAIIFqBr9oy-ZYZnixa_Fj", extractor.getOriginalUrl());
}