Sergey M․
6 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/cammodels.py
|
|
@ -28,6 +28,7 @@ class CamModelsIE(InfoExtractor): |
|
|
|
ERRORS = ( |
|
|
|
("I'm offline, but let's stay connected", 'This user is currently offline'), |
|
|
|
('in a private show', 'This user is in a private show'), |
|
|
|
('is currently performing LIVE', 'This model is currently performing live'), |
|
|
|
) |
|
|
|
for pattern, message in ERRORS: |
|
|
|
if pattern in webpage: |
|
|
|