2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-31 06:15:37 +00:00

Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor

This commit is contained in:
Schabi
2017-12-29 01:13:05 +01:00

View File

@@ -63,7 +63,7 @@ public class SoundcloudChartsExtractor extends KioskExtractor {
if (getId().equals("Top 50")) { if (getId().equals("Top 50")) {
apiUrl += "&kind=top"; apiUrl += "&kind=top";
} else { } else {
apiUrl += "&kind=new"; apiUrl += "&kind=trending";
} }
List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US"); List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");