Skip to content

Commit a20d53d

Browse files
committed
remove the mention of Opus on wb9688 advise when
ContentNotSupportedException is thrown
1 parent 9a7c6b7 commit a20d53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public List<AudioStream> getAudioStreams() throws IOException, ExtractionExcepti
198198
}
199199

200200
if (audioStreams.isEmpty()) {
201-
throw new ContentNotSupportedException("HLS audio streams / opus streams are not yet supported");
201+
throw new ContentNotSupportedException("HLS audio streams are not yet supported");
202202
}
203203

204204
return audioStreams;

0 commit comments

Comments
 (0)