We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f351be commit 31b0480Copy full SHA for 31b0480
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java
@@ -127,7 +127,7 @@ public static class ImportantVideos implements BasePlaylistExtractorTest {
127
public static void setUp() throws Exception {
128
NewPipe.init(Downloader.getInstance());
129
extractor = (YoutubePlaylistExtractor) YouTube
130
- .getPlaylistExtractor("https://www.youtube.com/playlist?list=PLOy0j9AvlVZPto6IkjKfpu0Scx--7PGTC");
+ .getPlaylistExtractor("https://www.youtube.com/watch?v=lH1caqoAGe0&list=PL45xb3ujEhqUexNt53jb9WT2mS-uUaUrn");
131
extractor.fetchPage();
132
}
133
0 commit comments