File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313import org .schabi .newpipe .extractor .exceptions .ParsingException ;
1414import org .schabi .newpipe .extractor .playlist .PlaylistExtractor ;
1515import 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 ;
1721import org .schabi .newpipe .extractor .services .youtube .extractors .YoutubePlaylistExtractor ;
1822import 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 (
You can’t perform that action at this time.
0 commit comments