mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-15 23:00:33 +05:30
Bandcamp radio stream extractor: test uploader url
This commit is contained in:
parent
9a555d97e5
commit
39b55b5b42
@ -43,7 +43,8 @@ public class BandcampRadioStreamExtractorTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGetUploaderUrl() {
|
public void testGetUploaderUrl() throws ParsingException {
|
||||||
|
assertEquals("http://bandcamp.com/andrewjervis", e.getUploaderUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user