[infoq] Remove redundant determine_ext

This commit is contained in:
Mattias Wadman 2017-01-17 23:28:09 +01:00
parent 24158ee471
commit 6d7c507612

View File

@ -68,7 +68,6 @@ class InfoQIE(BokeCCBaseIE):
return [{ return [{
'format_id': 'http_video', 'format_id': 'http_video',
'url': http_video_url, 'url': http_video_url,
'ext': determine_ext(http_video_url),
'http_headers': { 'http_headers': {
'Cookie': self._extract_cookies(webpage) 'Cookie': self._extract_cookies(webpage)
}, },
@ -83,7 +82,6 @@ class InfoQIE(BokeCCBaseIE):
return [{ return [{
'format_id': 'http_audio', 'format_id': 'http_audio',
'url': http_audio_url, 'url': http_audio_url,
'ext': determine_ext(http_audio_url, ""),
'vcodec': 'none', 'vcodec': 'none',
'http_headers': { 'http_headers': {
'Cookie': self._extract_cookies(webpage) 'Cookie': self._extract_cookies(webpage)