[SoundCloud] Use api-v2 in SubscriptionExtractor
Also added
This commit is contained in:
		
							parent
							
								
									d0e66cc600
								
							
						
					
					
						commit
						c3d811fde5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -36,7 +36,7 @@ public class SoundcloudSubscriptionExtractor extends SubscriptionExtractor {
 | 
			
		|||
            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()
 | 
			
		||||
                + "&limit=200";
 | 
			
		||||
        ChannelInfoItemsCollector collector = new ChannelInfoItemsCollector(service.getServiceId());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue