We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5784 commit 9eca7dfCopy full SHA for 9eca7df
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java
@@ -77,6 +77,7 @@ static boolean checkIfHardcodedClientIdIsValid() {
77
try {
78
SoundcloudStreamExtractor e = (SoundcloudStreamExtractor) SoundCloud
79
.getStreamExtractor("https://soundcloud.com/liluzivert/do-what-i-want-produced-by-maaly-raw-don-cannon");
80
+ e.fetchPage();
81
return e.getAudioStreams().size() >= 1;
82
} catch (Exception ignored) {
83
// No need to throw an exception here. If something went wrong, the client_id is wrong
0 commit comments