mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
remove the mention of Opus on wb9688 advise when
ContentNotSupportedException is thrown
This commit is contained in:
parent
9a7c6b7ab0
commit
a20d53dd98
@ -198,7 +198,7 @@ public class SoundcloudStreamExtractor extends StreamExtractor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (audioStreams.isEmpty()) {
|
if (audioStreams.isEmpty()) {
|
||||||
throw new ContentNotSupportedException("HLS audio streams / opus streams are not yet supported");
|
throw new ContentNotSupportedException("HLS audio streams are not yet supported");
|
||||||
}
|
}
|
||||||
|
|
||||||
return audioStreams;
|
return audioStreams;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user