summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-08 14:29:12 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-08 16:14:50 +0100
commitd51a853d5cc4aa17a1c6d60a986387bf242449af (patch)
tree636ec7316d4f2d6bedfd7964f35b94255d2fd802
parent9ed99402f5732f84d402c2b098ab20e9ebbea549 (diff)
downloadyoutube-dl-d51a853d5cc4aa17a1c6d60a986387bf242449af.tar.gz
youtube-dl-d51a853d5cc4aa17a1c6d60a986387bf242449af.tar.xz
youtube-dl-d51a853d5cc4aa17a1c6d60a986387bf242449af.zip
[zdf] Fix test case
-rw-r--r--youtube_dl/extractor/zdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/zdf.py b/youtube_dl/extractor/zdf.py
index 74c76a9a0..98f15177b 100644
--- 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