Linted
This commit is contained in:
parent
eff6cd4c24
commit
ea4948068d
@ -177,7 +177,7 @@ class PlatziIE(PlatziBaseIE):
|
||||
why = video_player['blockedInfo'].get('type') or 'unspecified'
|
||||
if why == 'unlogged':
|
||||
self.raise_login_required()
|
||||
self._raise_extractor_error(video_id, 'All video formats blocked because ' + why)
|
||||
self._raise_extractor_error(lecture_id, 'All video formats blocked because ' + why)
|
||||
|
||||
formats = []
|
||||
headers = {'Referer': url}
|
||||
|
Loading…
Reference in New Issue
Block a user