[infoq] Remove redundant determine_ext
This commit is contained in:
parent
24158ee471
commit
6d7c507612
@ -68,7 +68,6 @@ class InfoQIE(BokeCCBaseIE):
|
||||
return [{
|
||||
'format_id': 'http_video',
|
||||
'url': http_video_url,
|
||||
'ext': determine_ext(http_video_url),
|
||||
'http_headers': {
|
||||
'Cookie': self._extract_cookies(webpage)
|
||||
},
|
||||
@ -83,7 +82,6 @@ class InfoQIE(BokeCCBaseIE):
|
||||
return [{
|
||||
'format_id': 'http_audio',
|
||||
'url': http_audio_url,
|
||||
'ext': determine_ext(http_audio_url, ""),
|
||||
'vcodec': 'none',
|
||||
'http_headers': {
|
||||
'Cookie': self._extract_cookies(webpage)
|
||||
|
Loading…
x
Reference in New Issue
Block a user