[cammodels] Add another error pattern

pull/16554/head
Sergey M․ 2018-05-26 22:21:55 +07:00
rodzic f16f48779c
commit 2ce35d9f43
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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: