浏览代码

[xfileshare] Add support for vidlo.us (closes #12660)

Sergey M․ 8 年之前
父节点
当前提交
3461f5db06
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/xfileshare.py

+ 1 - 0
youtube_dl/extractor/xfileshare.py

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