We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05b184 commit 694157bCopy full SHA for 694157b
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/stream/SoundcloudHlsUtils.java
@@ -26,7 +26,7 @@ public final class SoundcloudHlsUtils {
26
+ "([a-zA-Z0-9]+)/aac_160k/[a-f0-9\\-]+/playlist\\.m3u8");
27
private static final Pattern OPUS_HLS_PATTERN =
28
Pattern.compile("https://cf-hls-opus-media\\.sndcdn\\.com/"
29
- + "playlist/([a-zA-Z0-9]+)\\.64\\.opus/playlist\\.m3u8");
+ + "playlist/([a-zA-Z0-9-]+)\\.64\\.opus/playlist\\.m3u8");
30
31
private SoundcloudHlsUtils() { }
32
0 commit comments