Bandcmap channel extractor: fix getting banner url
This commit is contained in:
@@ -39,4 +39,10 @@ public class BandcampChannelExtractorTest {
|
||||
public void testLength() throws ParsingException {
|
||||
assertTrue(extractor.getInitialPage().getItems().size() > 2);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGetBannerUrl() throws ParsingException {
|
||||
// Why is this picture in png format when all other pictures are jpg?
|
||||
assertTrue(extractor.getBannerUrl().endsWith(".png"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user