소스 검색

[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])