mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
[itv] Lower preference for rtmp formats (closes #12759)
This commit is contained in:
parent
1183e22c7e
commit
5935ef3c5d
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ class ITVIE(InfoExtractor):
|
||||||
'play_path': play_path,
|
'play_path': play_path,
|
||||||
'tbr': tbr,
|
'tbr': tbr,
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
|
# rtmp formats are now stop downloading at ~72MiB
|
||||||
|
'preference': -10,
|
||||||
})
|
})
|
||||||
|
|
||||||
ios_playlist_url = params.get('data-video-playlist')
|
ios_playlist_url = params.get('data-video-playlist')
|
||||||
|
|
Loading…
Reference in a new issue