From 79a7f89a727d672b6901ec1a92e171d316f8a4b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Helebrant?= Date: Wed, 13 Dec 2017 15:53:00 +0100 Subject: [PATCH] [iprima] add tests for the new URL scheme --- youtube_dl/extractor/iprima.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/youtube_dl/extractor/iprima.py b/youtube_dl/extractor/iprima.py index f69fd84ec..ea46b9693 100644 --- a/youtube_dl/extractor/iprima.py +++ b/youtube_dl/extractor/iprima.py @@ -34,6 +34,28 @@ class IPrimaIE(InfoExtractor): 'url': 'http://play.iprima.cz/closer-nove-pripady/closer-nove-pripady/closer-nove-pripady-' 'iv-1/closer-nove-pripady-iv-1-upoutavka', 'only_matching': True, + }, { + 'url': 'http://prima.iprima.cz/zpravodajstvi/10122017-0', + 'info_dict': { + 'id': 'p407787', + 'ext': 'mp4', + 'title': 'Zpravodajství FTV Prima, Zpravodajství FTV Prima 10.12.2017 | Prima', + 'description': 'md5:d3640eaccd3a66423c86f8942d79d5ce', + }, + 'params': { + 'skip_download': True, # m3u8 download + }, + }, { + 'url': 'http://cool.iprima.cz/porady/tezka-drina/pila-0', + 'info_dict': { + 'id': 'p32629', + 'ext': 'mp4', + 'title': 'Těžká dřina, 5. epizoda - Pila | Prima Cool', + 'description': 'md5:ab9ad7b8af739fed79185c4e58bc599d', + }, + 'params': { + 'skip_download': True, # m3u8 download + }, }] def _real_extract(self, url):