mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 06:15:37 +00:00
[SoundCloud] Use api-v2 in SubscriptionExtractor
Also added
This commit is contained in:
@@ -36,7 +36,7 @@ public class SoundcloudSubscriptionExtractor extends SubscriptionExtractor {
|
|||||||
throw new InvalidSourceException(e);
|
throw new InvalidSourceException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
String apiUrl = "https://api.soundcloud.com/users/" + id + "/followings"
|
String apiUrl = "https://api-v2.soundcloud.com/users/" + id + "/followings"
|
||||||
+ "?client_id=" + SoundcloudParsingHelper.clientId()
|
+ "?client_id=" + SoundcloudParsingHelper.clientId()
|
||||||
+ "&limit=200";
|
+ "&limit=200";
|
||||||
ChannelInfoItemsCollector collector = new ChannelInfoItemsCollector(service.getServiceId());
|
ChannelInfoItemsCollector collector = new ChannelInfoItemsCollector(service.getServiceId());
|
||||||
|
Reference in New Issue
Block a user