mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
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/");
|
||||
extractor.fetchPage();
|
||||
|
||||
noAvatarExtractor = Bandcamp.getChannelExtractor("https://powertothequeerkids.bandcamp.com/");
|
||||
noAvatarExtractor = Bandcamp.getChannelExtractor("https://npet.bandcamp.com/");
|
||||
noAvatarExtractor.fetchPage();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user