fix failing tests

This commit is contained in:
Christian Schabesberger 2018-07-08 14:43:33 +02:00
parent 2f351be772
commit 31b0480e22
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public class YoutubePlaylistExtractorTest {
public static void setUp() throws Exception {
NewPipe.init(Downloader.getInstance());
extractor = (YoutubePlaylistExtractor) YouTube
.getPlaylistExtractor("https://www.youtube.com/playlist?list=PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC");
.getPlaylistExtractor("https://www.youtube.com/watch?v=lH1caqoAGe0&list=PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn");
extractor.fetchPage();
}