[Pivotshare] Remove unused exception variable
This commit is contained in:
parent
d5275d7ce6
commit
ed09f7cef0
@ -171,7 +171,7 @@ class PivotshareIE(InfoExtractor):
|
|||||||
'%schannels/%s/media/%s/stream' % (self._API_BASE, channel_id, video_id),
|
'%schannels/%s/media/%s/stream' % (self._API_BASE, channel_id, video_id),
|
||||||
video_id, "Downloading stream JSON metadata",
|
video_id, "Downloading stream JSON metadata",
|
||||||
query=query)
|
query=query)
|
||||||
except ExtractorError as e:
|
except ExtractorError:
|
||||||
self.raise_login_required(
|
self.raise_login_required(
|
||||||
'This video is only available for %s subscribers' % channel)
|
'This video is only available for %s subscribers' % channel)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user