Browse Source

[ntv] Rename `flash_ver` to `flash_version` in the format dict

RTMP downloader uses `flash_version`
totalwebcasting
Naglis Jonaitis 10 years ago
parent
commit
3c1b81b957
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/ntv.py

+ 1
- 1
youtube_dl/extractor/ntv.py View File

@ -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…
Cancel
Save