mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[canalplus] Download the video in the test
It doesn't use rtmpdump now.
This commit is contained in:
parent
b075d25bed
commit
f401c6f69f
1 changed files with 1 additions and 3 deletions
|
@ -14,6 +14,7 @@ class CanalplusIE(InfoExtractor):
|
|||
|
||||
_TEST = {
|
||||
'url': 'http://www.canalplus.fr/c-infos-documentaires/pid1830-c-zapping.html?vid=922470',
|
||||
'md5': '60c29434a416a83c15dae2587d47027d',
|
||||
'info_dict': {
|
||||
'id': '922470',
|
||||
'ext': 'flv',
|
||||
|
@ -21,9 +22,6 @@ class CanalplusIE(InfoExtractor):
|
|||
'description': 'Le meilleur de toutes les chaînes, tous les jours.\nEmission du 26 août 2013',
|
||||
'upload_date': '20130826',
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
|
Loading…
Reference in a new issue