mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 11:02:51 -05:00
[itv] Lower preference for rtmp formats (closes #12759)
This commit is contained in:
@ -122,6 +122,8 @@ class ITVIE(InfoExtractor):
|
||||
'play_path': play_path,
|
||||
'tbr': tbr,
|
||||
'ext': 'flv',
|
||||
# rtmp formats are now stop downloading at ~72MiB
|
||||
'preference': -10,
|
||||
})
|
||||
|
||||
ios_playlist_url = params.get('data-video-playlist')
|
||||
|
Reference in New Issue
Block a user