Skip to content

Commit beb05bd

Browse files
committed
Replace test url, because playlist was deleted
1 parent 5d594cf commit beb05bd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
import org.schabi.newpipe.extractor.exceptions.ParsingException;
1414
import org.schabi.newpipe.extractor.playlist.PlaylistExtractor;
1515
import org.schabi.newpipe.extractor.services.BasePlaylistExtractorTest;
16-
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.*;
16+
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.ContinuationsTests;
17+
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.HugePlaylist;
18+
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.LearningPlaylist;
19+
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.NotAvailable;
20+
import org.schabi.newpipe.extractor.services.youtube.YoutubePlaylistExtractorTest.TimelessPopHits;
1721
import org.schabi.newpipe.extractor.services.youtube.extractors.YoutubePlaylistExtractor;
1822
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
1923

@@ -410,7 +414,7 @@ public void testNoContinuations() throws Exception {
410414
public void testOnlySingleContinuation() throws Exception {
411415
final YoutubePlaylistExtractor extractor = (YoutubePlaylistExtractor) YouTube
412416
.getPlaylistExtractor(
413-
"https://www.youtube.com/playlist?list=PLjgwFL8urN2DFRuRkFTkmtHjyoNWHHdZX");
417+
"https://www.youtube.com/playlist?list=PLoumn5BIsUDeGF1vy5Nylf_RJKn5aL_nr");
414418
extractor.fetchPage();
415419

416420
final ListExtractor.InfoItemsPage<StreamInfoItem> page = defaultTestMoreItems(

0 commit comments

Comments
 (0)