Quellcode durchsuchen

[xfileshare] Add support for vidabc.com (closes #12589)

Sergey M․ vor 8 Jahren
Ursprung
Commit
eecea00d36
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

@@ -27,6 +27,7 @@ class XFileShareIE(InfoExtractor):
         ('vidto.me', 'Vidto'),
         ('streamin.to', 'Streamin.To'),
         ('xvidstage.com', 'XVIDSTAGE'),
+        ('vidabc.com', 'Vid ABC'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])