Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
0 deletions
-
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]) |
|
|
|