Quellcode durchsuchen

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

Sergey M․ vor 8 Jahren
Ursprung
Commit
3461f5db06
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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])