[xfileshare] Add support for vidlo.us (closes #12660)
authorSergey M․ <dstftw@gmail.com>
Thu, 6 Apr 2017 16:39:09 +0000 (23:39 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 6 Apr 2017 16:39:09 +0000 (23:39 +0700)
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])