소스 검색

[xfileshare] Add support for streamin.to

Sergey M․ 9 년 전
부모
커밋
57d8e32a3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      youtube_dl/extractor/xfileshare.py

+ 1 - 0
youtube_dl/extractor/xfileshare.py

@@ -22,6 +22,7 @@ class XFileShareIE(InfoExtractor):
         ('rapidvideo.ws', 'Rapidvideo.ws'),
         ('thevideobee.to', 'TheVideoBee'),
         ('vidto.me', 'Vidto'),
+        ('streamin.to', 'Streamin.To'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])