Fixed kurzgesagt test - They changed their description...

This commit is contained in:
litetex 2022-03-19 17:02:26 +01:00
parent 26596215fa
commit 6a6c9359af
1 changed files with 2 additions and 1 deletions

View File

@ -399,7 +399,8 @@ public class YoutubeChannelExtractorTest {
@Test
public void testDescription() throws Exception {
ExtractorAsserts.assertContains("small team who want to make science look beautiful", extractor.getDescription());
ExtractorAsserts.assertContains("science", extractor.getDescription());
ExtractorAsserts.assertContains("animators", extractor.getDescription());
//TODO: Description get cuts out, because the og:description is optimized and don't have all the content
//assertTrue(description, description.contains("Currently we make one animation video per month"));
}