aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/itv.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/itv.py b/youtube_dl/extractor/itv.py
index 021c6b278..7f24f14ce 100644
--- a/youtube_dl/extractor/itv.py
+++ b/youtube_dl/extractor/itv.py
@@ -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')