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 57eaaff commit f5c2c06Copy full SHA for f5c2c06
youtube_dl/extractor/xfileshare.py
@@ -58,6 +58,7 @@ class XFileShareIE(InfoExtractor):
58
(r'vidlocker\.xyz', 'VidLocker'),
59
(r'vidshare\.tv', 'VidShare'),
60
(r'vup\.to', 'VUp'),
61
+ (r'wolfstream\.tv', 'WolfStream'),
62
(r'xvideosharing\.com', 'XVideoSharing'),
63
)
64
@@ -82,6 +83,9 @@ class XFileShareIE(InfoExtractor):
82
83
}, {
84
'url': 'https://aparat.cam/n4d6dh0wvlpr',
85
'only_matching': True,
86
+ }, {
87
+ 'url': 'https://wolfstream.tv/nthme29v9u2x',
88
+ 'only_matching': True,
89
}]
90
91
@staticmethod
0 commit comments