This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[xfileshare] Add support for vidbom.com (
closes
#12661
)
master-ytdl-org
Sergey M․
8 years ago
parent
7f04386b89
commit
0378b8b917
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/xfileshare.py
+ 1
- 0
youtube_dl/extractor/xfileshare.py
View File
@ -28,6 +28,7 @@ class XFileShareIE(InfoExtractor):
(
'
streamin.to
'
,
'
Streamin.To
'
)
,
(
'
xvidstage.com
'
,
'
XVIDSTAGE
'
)
,
(
'
vidabc.com
'
,
'
Vid ABC
'
)
,
(
'
vidbom.com
'
,
'
VidBom
'
)
,
)
IE_DESC
=
'
XFileShare based sites:
%s
'
%
'
,
'
.
join
(
list
(
zip
(
*
_SITES
)
)
[
1
]
)
Write
Preview
Loading…
Cancel
Save