From 26ab8d70cd8847b2a8be7e3e4a323979b5ae0667 Mon Sep 17 00:00:00 2001 From: mars67857 Date: Sun, 15 Oct 2017 15:40:34 -0700 Subject: [PATCH] Remove misleading part of error message regarding need for login --- youtube_dl/extractor/cammodels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/cammodels.py b/youtube_dl/extractor/cammodels.py index 03370f708..94fba700a 100644 --- a/youtube_dl/extractor/cammodels.py +++ b/youtube_dl/extractor/cammodels.py @@ -61,7 +61,7 @@ class CamModelsIE(InfoExtractor): manifest = self._download_json(url_or_request=manifest_url, video_id=video_id, headers=self._HEADERS, fatal=False) if not manifest: raise ExtractorError( - msg='Link to stream info was found, but we couldn\'t access it. This stream may require login.', + msg='Link to stream URLs was found, but we couldn\'t access it.', expected=False, video_id=video_id) return manifest