Skip to content

Commit 639a54e

Browse files
committed
[Soundcloud] Replaced no longer existing user
Chose a relatively big user that (also) makes copyright free music to ensure maximum test reliability
1 parent 24f9035 commit 639a54e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudChannelTabExtractorTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ static class Playlists extends DefaultListExtractorTest<ChannelTabExtractor> {
5555
static void setUp() throws IOException, ExtractionException {
5656
NewPipe.init(DownloaderTestImpl.getInstance());
5757
extractor = (SoundcloudChannelTabExtractor) SoundCloud
58-
.getChannelTabExtractorFromId("323371733", ChannelTabs.PLAYLISTS);
58+
.getChannelTabExtractorFromId("157193072", ChannelTabs.PLAYLISTS);
5959
extractor.fetchPage();
6060
}
6161

6262
@Override public ChannelTabExtractor extractor() throws Exception { return extractor; }
6363
@Override public StreamingService expectedService() throws Exception { return SoundCloud; }
6464
@Override public String expectedName() throws Exception { return ChannelTabs.PLAYLISTS; }
65-
@Override public String expectedId() throws Exception { return "323371733"; }
66-
@Override public String expectedUrlContains() throws Exception { return "https://soundcloud.com/trackaholic/sets"; }
67-
@Override public String expectedOriginalUrlContains() throws Exception { return "https://soundcloud.com/trackaholic/sets"; }
65+
@Override public String expectedId() throws Exception { return "157193072"; }
66+
@Override public String expectedUrlContains() throws Exception { return "https://soundcloud.com/neffexmusic/sets"; }
67+
@Override public String expectedOriginalUrlContains() throws Exception { return "https://soundcloud.com/neffexmusic/sets"; }
6868
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.PLAYLIST; }
6969
@Override public boolean expectedHasMoreItems() { return true; }
7070
}

0 commit comments

Comments
 (0)