Fixed kurzgesagt test - They changed their description...
This commit is contained in:
parent
26596215fa
commit
6a6c9359af
|
@ -399,7 +399,8 @@ public class YoutubeChannelExtractorTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDescription() throws Exception {
|
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
|
//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"));
|
//assertTrue(description, description.contains("Currently we make one animation video per month"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue