From a20d53dd98b8bfd55818fc5cb8f611608d27f8e4 Mon Sep 17 00:00:00 2001 From: bopol Date: Wed, 8 Apr 2020 15:30:39 +0200 Subject: [PATCH] remove the mention of Opus on wb9688 advise when ContentNotSupportedException is thrown --- .../services/soundcloud/SoundcloudStreamExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractor.java b/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractor.java index eb7d57429..9ebb3dd6e 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractor.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/services/soundcloud/SoundcloudStreamExtractor.java @@ -198,7 +198,7 @@ public class SoundcloudStreamExtractor extends StreamExtractor { } 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;