add `params` entry to _TEST to make it pass

pull/27835/head
SpiderRider067 5 years ago committed by GitHub
parent f240f46f7c
commit 594eb9f72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save