1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-13 20:02:51 +08:00

Remove misleading part of error message regarding need for login

This commit is contained in:
mars67857 2017-10-15 15:40:34 -07:00
parent 1174b97fb8
commit 26ab8d70cd

View File

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