1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-27 03:35:18 +02:00

[cammodels] Add another error pattern

This commit is contained in:
Sergey M․ 2018-05-26 22:21:55 +07:00
parent f16f48779c
commit 2ce35d9f43
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -28,6 +28,7 @@ def _real_extract(self, url):
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: