Fix Bandcamp no avatar test
I own the bandcamp artist account called "NewPipeExtractorTest", so it shouldn't break again.
This commit is contained in:
parent
e7b046db9d
commit
fff21caa87
|
@ -28,7 +28,7 @@ public class BandcampChannelExtractorTest {
|
||||||
.getChannelExtractor("https://zachbenson.bandcamp.com/");
|
.getChannelExtractor("https://zachbenson.bandcamp.com/");
|
||||||
extractor.fetchPage();
|
extractor.fetchPage();
|
||||||
|
|
||||||
noAvatarExtractor = Bandcamp.getChannelExtractor("https://powertothequeerkids.bandcamp.com/");
|
noAvatarExtractor = Bandcamp.getChannelExtractor("https://npet.bandcamp.com/");
|
||||||
noAvatarExtractor.fetchPage();
|
noAvatarExtractor.fetchPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue