Skip to content

Commit c3d811f

Browse files
committed
[SoundCloud] Use api-v2 in SubscriptionExtractor
Also added
1 parent d0e66cc commit c3d811f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudSubscriptionExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public List<SubscriptionItem> fromChannelUrl(String channelUrl) throws IOExcepti
3636
throw new InvalidSourceException(e);
3737
}
3838

39-
String apiUrl = "https://api.soundcloud.com/users/" + id + "/followings"
39+
String apiUrl = "https://api-v2.soundcloud.com/users/" + id + "/followings"
4040
+ "?client_id=" + SoundcloudParsingHelper.clientId()
4141
+ "&limit=200";
4242
ChannelInfoItemsCollector collector = new ChannelInfoItemsCollector(service.getServiceId());

0 commit comments

Comments
 (0)