mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 13:57:46 +00:00
Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor
This commit is contained in:
@@ -63,7 +63,7 @@ public class SoundcloudChartsExtractor extends KioskExtractor {
|
||||
if (getId().equals("Top 50")) {
|
||||
apiUrl += "&kind=top";
|
||||
} else {
|
||||
apiUrl += "&kind=new";
|
||||
apiUrl += "&kind=trending";
|
||||
}
|
||||
|
||||
List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");
|
||||
|
Reference in New Issue
Block a user