From cd397b9ee3d5d06cc2a70e8979c9629b0da05286 Mon Sep 17 00:00:00 2001 From: runningbits Date: Mon, 6 Mar 2017 01:10:31 +0100 Subject: [PATCH] [wdr] fix another failing test by adapting to rename of "Funkhaus Europa" "Funkhaus Europa" was renamed to "COSMO" so the actual page title reflects this. --- youtube_dl/extractor/wdr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/wdr.py b/youtube_dl/extractor/wdr.py index 6e900a625..110999827 100644 --- a/youtube_dl/extractor/wdr.py +++ b/youtube_dl/extractor/wdr.py @@ -186,7 +186,7 @@ class WDRIE(WDRBaseIE): 'info_dict': { 'id': 'mdb-869971', 'ext': 'flv', - 'title': 'Funkhaus Europa Livestream', + 'title': 'COSMO Livestream', 'description': 'md5:2309992a6716c347891c045be50992e4', 'upload_date': '20160101', },