mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-19 01:40:09 +09:00
add params
entry to _TEST to make it pass
This commit is contained in:
parent
f240f46f7c
commit
594eb9f72f
@ -14,7 +14,10 @@ class RCTIplusIE(InfoExtractor):
|
|||||||
'id': '5642',
|
'id': '5642',
|
||||||
'title': 'Esok Puasa - Upin & Ipin Ep.1',
|
'title': 'Esok Puasa - Upin & Ipin Ep.1',
|
||||||
'ext': 'm3u8',
|
'ext': 'm3u8',
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'format': 'bestvideo, bestaudio',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user