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):