瀏覽代碼

[xfileshare] Add support for wolfstream.tv (#28858)

schnusch 4 年之前
父節點
當前提交
f5c2c06231
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      youtube_dl/extractor/xfileshare.py

+ 4 - 0
youtube_dl/extractor/xfileshare.py

@@ -58,6 +58,7 @@ class XFileShareIE(InfoExtractor):
         (r'vidlocker\.xyz', 'VidLocker'),
         (r'vidshare\.tv', 'VidShare'),
         (r'vup\.to', 'VUp'),
+        (r'wolfstream\.tv', 'WolfStream'),
         (r'xvideosharing\.com', 'XVideoSharing'),
     )
 
@@ -82,6 +83,9 @@ class XFileShareIE(InfoExtractor):
     }, {
         'url': 'https://aparat.cam/n4d6dh0wvlpr',
         'only_matching': True,
+    }, {
+        'url': 'https://wolfstream.tv/nthme29v9u2x',
+        'only_matching': True,
     }]
 
     @staticmethod