Skip to content

Commit f5c2c06

Browse files
authored
[xfileshare] Add support for wolfstream.tv (ytdl-org#28858)
1 parent 57eaaff commit f5c2c06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

youtube_dl/extractor/xfileshare.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class XFileShareIE(InfoExtractor):
5858
(r'vidlocker\.xyz', 'VidLocker'),
5959
(r'vidshare\.tv', 'VidShare'),
6060
(r'vup\.to', 'VUp'),
61+
(r'wolfstream\.tv', 'WolfStream'),
6162
(r'xvideosharing\.com', 'XVideoSharing'),
6263
)
6364

@@ -82,6 +83,9 @@ class XFileShareIE(InfoExtractor):
8283
}, {
8384
'url': 'https://aparat.cam/n4d6dh0wvlpr',
8485
'only_matching': True,
86+
}, {
87+
'url': 'https://wolfstream.tv/nthme29v9u2x',
88+
'only_matching': True,
8589
}]
8690

8791
@staticmethod

0 commit comments

Comments
 (0)