Skip to content

Commit 8506709

Browse files
committed
Quick fix for the kiosks in SoundCloud
1 parent 8343821 commit 8506709

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudChartsExtractor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ private void computNextPageAndStreams() throws IOException, ExtractionException
5757
apiUrl += "&kind=trending";
5858
}
5959

60-
List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");
60+
/*List<String> supportedCountries = Arrays.asList("AU", "CA", "FR", "DE", "IE", "NL", "NZ", "GB", "US");
6161
String contentCountry = getContentCountry();
6262
if (supportedCountries.contains(contentCountry)) {
6363
apiUrl += "&region=soundcloud:regions:" + contentCountry;
64-
}
64+
}*/
6565

6666
nextPageUrl = SoundcloudParsingHelper.getStreamsFromApi(collector, apiUrl, true);
6767
}

0 commit comments

Comments
 (0)