fix could not parese metadata despide available error

This commit is contained in:
Christian Schabesberger
2018-05-04 16:11:25 +02:00
parent bad67f0bc3
commit bf1c771662
2 changed files with 5 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ public class YoutubeTrendingExtractorTest {
.getKioskList()
.getExtractorById("Trending", null);
extractor.fetchPage();
extractor.setContentCountry("de");
}
@Test