mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-09-02 15:25:32 +00:00
Forget to fetch the page
This commit is contained in:
@@ -77,6 +77,7 @@ public class SoundcloudParsingHelper {
|
|||||||
try {
|
try {
|
||||||
SoundcloudStreamExtractor e = (SoundcloudStreamExtractor) SoundCloud
|
SoundcloudStreamExtractor e = (SoundcloudStreamExtractor) SoundCloud
|
||||||
.getStreamExtractor("https://soundcloud.com/liluzivert/do-what-i-want-produced-by-maaly-raw-don-cannon");
|
.getStreamExtractor("https://soundcloud.com/liluzivert/do-what-i-want-produced-by-maaly-raw-don-cannon");
|
||||||
|
e.fetchPage();
|
||||||
return e.getAudioStreams().size() >= 1;
|
return e.getAudioStreams().size() >= 1;
|
||||||
} catch (Exception ignored) {
|
} catch (Exception ignored) {
|
||||||
// No need to throw an exception here. If something went wrong, the client_id is wrong
|
// No need to throw an exception here. If something went wrong, the client_id is wrong
|
||||||
|
Reference in New Issue
Block a user