youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 5935ef3c5d9c70c412a0c49f03feb3d0da8dedc6
parent 1183e22c7e107938a64a3f4d920999ea00871d86
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 16 Apr 2017 21:52:07 +0700

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

Diffstat:
Myoutube_dl/extractor/itv.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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')