From 621d8083900931b3516d2a0d0cf9b5a605553ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Caletka?= Date: Fri, 22 Dec 2017 11:07:04 +0100 Subject: [PATCH] Revert "[playtvak] Test different SlowTV stream" This reverts commit cbaa42c30516ecc19fe6154e35104931b82e1e06. --- youtube_dl/extractor/playtvak.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/playtvak.py b/youtube_dl/extractor/playtvak.py index 460db144e..1d5386168 100644 --- a/youtube_dl/extractor/playtvak.py +++ b/youtube_dl/extractor/playtvak.py @@ -32,11 +32,12 @@ class PlaytvakIE(InfoExtractor): 'is_live': False, } }, { # live video test - 'url': 'https://slowtv.playtvak.cz/zive-sledujte-vlaky-v-primem-prenosu-dwi-/hlavni-nadrazi.aspx?c=A151218_145728_hlavni-nadrazi_plap', + 'url': 'http://slowtv.playtvak.cz/planespotting-0pr-/planespotting.aspx?c=A150624_164934_planespotting_cat', 'info_dict': { - 'id': 'A151218_145728_hlavni-nadrazi_plap', + 'id': 'A150624_164934_planespotting_cat', 'ext': 'flv', - 'title': 're:^Hlavní nádraží [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', + 'title': 're:^Planespotting [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$', + 'description': 'Sledujte provoz na ranveji Letiště Václava Havla v Praze', 'is_live': True, }, 'params': {