mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-05 11:01:11 +00:00
[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',
|
'rtmp_conn': 'B:1',
|
||||||
'player_url': 'http://www.ntv.ru/swf/vps1.swf?update=20131128',
|
'player_url': 'http://www.ntv.ru/swf/vps1.swf?update=20131128',
|
||||||
'page_url': 'http://www.ntv.ru',
|
'page_url': 'http://www.ntv.ru',
|
||||||
'flash_ver': 'LNX 11,2,202,341',
|
'flash_version': 'LNX 11,2,202,341',
|
||||||
'rtmp_live': True,
|
'rtmp_live': True,
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'filesize': int(size.text),
|
'filesize': int(size.text),
|
||||||
|
Loading…
Reference in New Issue
Block a user