mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-19 09:25:43 +00:00
[lifenews] Add test for #5660
This commit is contained in:
parent
480065172d
commit
057ebeaca3
@ -50,6 +50,9 @@ class LifeNewsIE(InfoExtractor):
|
|||||||
'upload_date': '20150505',
|
'upload_date': '20150505',
|
||||||
'uploader': 'embed.life.ru',
|
'uploader': 'embed.life.ru',
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
'url': 'http://lifenews.ru/video/13035',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
Reference in New Issue
Block a user