mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
[itv] Lower preference for rtmp formats (closes #12759)
This commit is contained in:
parent
1183e22c7e
commit
5935ef3c5d
@ -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 New Issue
Block a user