From 35c8462479f0b97992658f9e5818e177ca996486 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 9 Oct 2019 11:05:47 -0500 Subject: [PATCH] [veoh] Prefer high quality --- youtube_dl/extractor/veoh.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/veoh.py b/youtube_dl/extractor/veoh.py index 0e3c6eb9d..f88db1de7 100644 --- a/youtube_dl/extractor/veoh.py +++ b/youtube_dl/extractor/veoh.py @@ -13,7 +13,7 @@ class VeohIE(InfoExtractor): _TESTS = [{ 'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3', - 'md5': '9e7ecc0fd8bbee7a69fe38953aeebd30', + 'md5': '620e68e6a3cff80086df3348426c9ca3', 'info_dict': { 'id': 'v56314296nk7Zdmz3', 'ext': 'mp4', @@ -74,7 +74,7 @@ class VeohIE(InfoExtractor): title = video['title'] thumbnail_url = None - q = qualities(['HQ', 'Regular']) + q = qualities(['Regular', 'HQ']) formats = [] for f_id, f_url in video.get('src', {}).items(): if not f_url: