Skip to content

Commit 31b0480

Browse files
committed
fix failing tests
1 parent 2f351be commit 31b0480

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static class ImportantVideos implements BasePlaylistExtractorTest {
127127
public static void setUp() throws Exception {
128128
NewPipe.init(Downloader.getInstance());
129129
extractor = (YoutubePlaylistExtractor) YouTube
130-
.getPlaylistExtractor("https://www.youtube.com/playlist?list=PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC");
130+
.getPlaylistExtractor("https://www.youtube.com/watch?v=lH1caqoAGe0&list=PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn");
131131
extractor.fetchPage();
132132
}
133133

0 commit comments

Comments
 (0)