From: schnusch Date: Sun, 25 Apr 2021 17:32:47 +0000 (+0200) Subject: [xfileshare] Add support for wolfstream.tv (#28858) X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=f5c2c062310b347cd2737920e3eb15f2aeb633d7;p=youtube-dl [xfileshare] Add support for wolfstream.tv (#28858) --- diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py index cbd5d1cbb..df9efa9fa 100644 --- a/youtube_dl/extractor/xfileshare.py +++ b/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