1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-16 01:59:33 +00:00

[itv] Lower preference for rtmp formats (closes #12759)

This commit is contained in:
Sergey M․ 2017-04-16 21:52:07 +07:00
parent 1183e22c7e
commit 5935ef3c5d
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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')