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:
parent
1174b97fb8
commit
26ab8d70cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user