From: Sergey M․ Date: Sun, 16 Apr 2017 14:52:07 +0000 (+0700) Subject: [itv] Lower preference for rtmp formats (closes #12759) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6;p=youtube-dl [itv] Lower preference for rtmp formats (closes #12759) --- 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')