add support for yt content country

This commit is contained in:
Christian Schabesberger
2018-10-06 12:22:37 +02:00
parent 3a865749e8
commit 0c3dc86b07
4 changed files with 7 additions and 31 deletions

View File

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