commit: d51a853d5cc4aa17a1c6d60a986387bf242449af parent 9ed99402f5732f84d402c2b098ab20e9ebbea549 Author: Philipp Hagemeister <phihag@phihag.de> Date: Thu, 8 Jan 2015 14:29:12 +0100 [zdf] Fix test caseDiffstat:
M | youtube_dl/extractor/zdf.py | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/youtube_dl/extractor/zdf.py b/youtube_dl/extractor/zdf.py @@ -119,7 +119,7 @@ class ZDFChannelIE(InfoExtractor): 'info_dict': { 'id': '1586442', }, - 'playlist_count': 4, + 'playlist_count': 3, } _PAGE_SIZE = 50