Update shahid.py

pull/14186/head
CasperMcFadden95 4 weeks ago committed by GitHub
parent 7213d740ac
commit b16d0315c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,9 +63,9 @@ class ShahidBaseIE(InfoExtractor):
r'aws\.manifestfilter=[\w:;,-]+&?',
'', stream_url), video_id, 'mp4', live=live)
def _get_product_info(self, video_id):
return self._call_api('product/id', video_id, {
'id': video_id,
def _get_product_info(self, product_id):
return self._call_api('product/id', product_id, {
'id': product_id,
})
def remove_params(self, url):

Loading…
Cancel
Save