[Pivotshare] Remove unused exception variable

This commit is contained in:
jgilf 2020-05-28 21:47:39 +10:00
parent d5275d7ce6
commit ed09f7cef0

View File

@ -171,7 +171,7 @@ class PivotshareIE(InfoExtractor):
'%schannels/%s/media/%s/stream' % (self._API_BASE, channel_id, video_id),
video_id, "Downloading stream JSON metadata",
query=query)
except ExtractorError as e:
except ExtractorError:
self.raise_login_required(
'This video is only available for %s subscribers' % channel)