소스 검색

[lifenews] Add test for #5660

Sergey M․ 10 년 전
부모
커밋
057ebeaca3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      youtube_dl/extractor/lifenews.py

+ 3 - 0
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):