[ntv] Rename `flash_ver` to `flash_version` in the format dict
RTMP downloader uses `flash_version`
This commit is contained in:
parent
bf671b605e
commit
3c1b81b957
|
@ -130,7 +130,7 @@ class NTVIE(InfoExtractor):
|
|||
'rtmp_conn': 'B:1',
|
||||
'player_url': 'http://www.ntv.ru/swf/vps1.swf?update=20131128',
|
||||
'page_url': 'http://www.ntv.ru',
|
||||
'flash_ver': 'LNX 11,2,202,341',
|
||||
'flash_version': 'LNX 11,2,202,341',
|
||||
'rtmp_live': True,
|
||||
'ext': 'flv',
|
||||
'filesize': int(size.text),
|
||||
|
|
Loading…
Reference in New Issue