Browse Source

Remove `sndcdn.com` from Stream Hosts

SukkaW 1 year ago
parent
commit
e0e23dca40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/stream.ts

+ 1 - 1
Source/stream.ts

@@ -607,7 +607,7 @@ const PORNHUB: StreamService = {
 const SOUNDCLOUD: StreamService = {
   name: 'SoundCloud',
   rules: [
-    'DOMAIN-SUFFIX,sndcdn.com',
+    // 'DOMAIN-SUFFIX,sndcdn.com',
     'DOMAIN-SUFFIX,soundcloud.com',
 
     'USER-AGENT,SoundCloud*'