[generic] exclude urls with xml ext from valid video urls(closes #10768)(closes ...
[youtube-dl] / youtube_dl / extractor / xfileshare.py
index a2fcb14c9f0076c2d98f5fb445d162fcc3dd7e18..1b5cd122ac9f5c90ff8b846c998bceff36ba350a 100644 (file)
@@ -29,6 +29,7 @@ class XFileShareIE(InfoExtractor):
         ('xvidstage.com', 'XVIDSTAGE'),
         ('vidabc.com', 'Vid ABC'),
         ('vidbom.com', 'VidBom'),
+        ('vidlo.us', 'vidlo'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])