mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-30 07:38:18 +01: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',
|
||||
'title': 'Esok Puasa - Upin & Ipin Ep.1',
|
||||
'ext': 'm3u8',
|
||||
}
|
||||
},
|
||||
'params': {
|
||||
'format': 'bestvideo, bestaudio',
|
||||
},
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
Loading…
Reference in New Issue
Block a user