[Bandcamp] Add Radio stream segments

This commit is contained in:
TobiGr
2021-04-11 21:19:40 +02:00
parent 55e0f8e725
commit 318cec7625
3 changed files with 34 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public class BandcampRadioStreamExtractorTest extends DefaultStreamExtractorTest
@Override public StreamType expectedStreamType() { return StreamType.AUDIO_STREAM; }
@Override public StreamingService expectedService() { return Bandcamp; }
@Override public String expectedUploaderName() { return "Andrew Jervis"; }
@Override public int expectedStreamSegmentsCount() { return 30; }
@Test(expected = ContentNotSupportedException.class)
public void testGetUploaderUrl() throws ParsingException {