Skip to content

Commit 7b1ab8d

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 9fadf6e commit 7b1ab8d

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
@@ -60,16 +60,16 @@ static class Playlists extends DefaultListExtractorTest<ChannelTabExtractor> {
6060
static void setUp() throws IOException, ExtractionException {
6161
NewPipe.init(DownloaderTestImpl.getInstance());
6262
extractor = (SoundcloudChannelTabExtractor) SoundCloud
63-
.getChannelTabExtractorFromId("323371733", ChannelTabs.PLAYLISTS);
63+
.getChannelTabExtractorFromId("157193072", ChannelTabs.PLAYLISTS);
6464
extractor.fetchPage();
6565
}
6666

6767
@Override public ChannelTabExtractor extractor() throws Exception { return extractor; }
6868
@Override public StreamingService expectedService() throws Exception { return SoundCloud; }
6969
@Override public String expectedName() throws Exception { return ChannelTabs.PLAYLISTS; }
70-
@Override public String expectedId() throws Exception { return "323371733"; }
71-
@Override public String expectedUrlContains() throws Exception { return "https://soundcloud.com/trackaholic/sets"; }
72-
@Override public String expectedOriginalUrlContains() throws Exception { return "https://soundcloud.com/trackaholic/sets"; }
70+
@Override public String expectedId() throws Exception { return "157193072"; }
71+
@Override public String expectedUrlContains() throws Exception { return "https://soundcloud.com/neffexmusic/sets"; }
72+
@Override public String expectedOriginalUrlContains() throws Exception { return "https://soundcloud.com/neffexmusic/sets"; }
7373
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.PLAYLIST; }
7474
@Override public boolean expectedHasMoreItems() { return true; }
7575
}

0 commit comments

Comments
 (0)