projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57eaaff
)
[xfileshare] Add support for wolfstream.tv (#28858)
author
schnusch
<schnusch@users.noreply.github.com>
Sun, 25 Apr 2021 17:32:47 +0000
(19:32 +0200)
committer
GitHub
<noreply@github.com>
Sun, 25 Apr 2021 17:32:47 +0000
(
00:32
+0700)
youtube_dl/extractor/xfileshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xfileshare.py
b/youtube_dl/extractor/xfileshare.py
index cbd5d1cbbb331cbd14777e70950b9c3c2a41175c..df9efa9faed512c0a62a3c0762fd935bc91f2dab 100644
(file)
--- 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