about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-16 21:52:07 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-16 21:52:07 +0700
commit5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6 (patch)
tree5e27bea2d6e8febd05fce8031d05f7b9d98b7810
parent1183e22c7e107938a64a3f4d920999ea00871d86 (diff)
downloadyoutube-dl-5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6.tar.gz
youtube-dl-5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6.tar.xz
youtube-dl-5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6.zip
[itv] Lower preference for rtmp formats (closes #12759)
-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')