]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/xfileshare.py
[go90] Improve extraction
[youtube-dl.git] / youtube_dl / extractor / xfileshare.py
index 6856fb3bf2fd720754f9facd04d67bcd6a27f651..1b5cd122ac9f5c90ff8b846c998bceff36ba350a 100644 (file)
@@ -28,6 +28,8 @@ class XFileShareIE(InfoExtractor):
         ('streamin.to', 'Streamin.To'),
         ('xvidstage.com', 'XVIDSTAGE'),
         ('vidabc.com', 'Vid ABC'),
+        ('vidbom.com', 'VidBom'),
+        ('vidlo.us', 'vidlo'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])