Skip to content

Commit 9eca7df

Browse files
committed
Forget to fetch the page
1 parent edb5784 commit 9eca7df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ static boolean checkIfHardcodedClientIdIsValid() {
7777
try {
7878
SoundcloudStreamExtractor e = (SoundcloudStreamExtractor) SoundCloud
7979
.getStreamExtractor("https://soundcloud.com/liluzivert/do-what-i-want-produced-by-maaly-raw-don-cannon");
80+
e.fetchPage();
8081
return e.getAudioStreams().size() >= 1;
8182
} catch (Exception ignored) {
8283
// No need to throw an exception here. If something went wrong, the client_id is wrong

0 commit comments

Comments
 (0)