youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 2ce35d9f43328e82108bae6661c2ac0ba2a0498c
parent f16f48779cbad4a6d39a908e131a8d55941d1671
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 26 May 2018 22:21:55 +0700

[cammodels] Add another error pattern

Diffstat:
Myoutube_dl/extractor/cammodels.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/cammodels.py b/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: