youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 057ebeaca3da40b901b2592e2302a0d4bbab48e3
parent 480065172d4c97f00973b3f0bf24cd1b8e567627
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 10 May 2015 00:27:49 +0600

[lifenews] Add test for #5660

Diffstat:
Myoutube_dl/extractor/lifenews.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/youtube_dl/extractor/lifenews.py b/youtube_dl/extractor/lifenews.py @@ -50,6 +50,9 @@ class LifeNewsIE(InfoExtractor): 'upload_date': '20150505', 'uploader': 'embed.life.ru', } + }, { + 'url': 'http://lifenews.ru/video/13035', + 'only_matching': True, }] def _real_extract(self, url):