[xfileshare] Add support for wolfstream.tv (#28858)
authorschnusch <schnusch@users.noreply.github.com>
Sun, 25 Apr 2021 17:32:47 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Sun, 25 Apr 2021 17:32:47 +0000 (00:32 +0700)
youtube_dl/extractor/xfileshare.py

index cbd5d1cbbb331cbd14777e70950b9c3c2a41175c..df9efa9faed512c0a62a3c0762fd935bc91f2dab 100644 (file)
@@ -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