mirror of
https://github.com/ytdl-org/youtube-dl
synced 2026-09-11 22:50:38 +00:00
add params entry to _TEST to make it pass
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user