Fix Bandcamp no avatar test

I own the bandcamp artist account called "NewPipeExtractorTest", so it
shouldn't break again.
This commit is contained in:
Fynn Godau 2020-05-25 17:02:49 +02:00
parent e7b046db9d
commit fff21caa87
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class BandcampChannelExtractorTest {
.getChannelExtractor("https://zachbenson.bandcamp.com/");
extractor.fetchPage();
noAvatarExtractor = Bandcamp.getChannelExtractor("https://powertothequeerkids.bandcamp.com/");
noAvatarExtractor = Bandcamp.getChannelExtractor("https://npet.bandcamp.com/");
noAvatarExtractor.fetchPage();
}