Merge branch 'master' of github.com:TeamNewPipe/NewPipeExtractor
This commit is contained in:
commit
c5ce8ec906
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue