Преглед изворни кода

[xfileshare] Add support for vidbom.com (closes #12661)

Sergey M․ пре 8 година
родитељ
комит
0378b8b917
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      youtube_dl/extractor/xfileshare.py

+ 1 - 0
youtube_dl/extractor/xfileshare.py

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