From 594eb9f72f3c6e94cfbbb316b6cb6162702609e3 Mon Sep 17 00:00:00 2001 From: SpiderRider067 <36859584+SpiderRider067@users.noreply.github.com> Date: Mon, 18 Jan 2021 14:17:05 -0500 Subject: [PATCH] add `params` entry to _TEST to make it pass --- youtube_dl/extractor/rcti.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/youtube_dl/extractor/rcti.py b/youtube_dl/extractor/rcti.py index 26f9e9d79..6e890162c 100644 --- a/youtube_dl/extractor/rcti.py +++ b/youtube_dl/extractor/rcti.py @@ -14,7 +14,10 @@ class RCTIplusIE(InfoExtractor): 'id': '5642', 'title': 'Esok Puasa - Upin & Ipin Ep.1', 'ext': 'm3u8', - } + }, + 'params': { + 'format': 'bestvideo, bestaudio', + }, } def _real_extract(self, url):