add params entry to _TEST to make it pass

This commit is contained in:
SpiderRider067 2021-01-18 14:17:05 -05:00 committed by GitHub
parent f240f46f7c
commit 594eb9f72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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