mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 13:57:46 +00:00
[media.ccc.de] Fix conferences kiosk test
This commit is contained in:
@@ -24,7 +24,7 @@ public class MediaCCCConferenceListExtractorTest {
|
|||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setUpClass() throws Exception {
|
public static void setUpClass() throws Exception {
|
||||||
NewPipe.init(DownloaderTestImpl.getInstance());
|
NewPipe.init(DownloaderTestImpl.getInstance());
|
||||||
extractor = MediaCCC.getKioskList().getDefaultKioskExtractor();
|
extractor = MediaCCC.getKioskList().getExtractorById("conferences", null);
|
||||||
extractor.fetchPage();
|
extractor.fetchPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user