|
@@ -28,6 +28,7 @@ class XFileShareIE(InfoExtractor):
|
|
('streamin.to', 'Streamin.To'),
|
|
('streamin.to', 'Streamin.To'),
|
|
('xvidstage.com', 'XVIDSTAGE'),
|
|
('xvidstage.com', 'XVIDSTAGE'),
|
|
('vidabc.com', 'Vid ABC'),
|
|
('vidabc.com', 'Vid ABC'),
|
|
|
|
+ ('vidbom.com', 'VidBom'),
|
|
)
|
|
)
|
|
|
|
|
|
IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])
|
|
IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])
|