diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-01-08 14:29:12 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-01-08 16:14:50 +0100 |
commit | d51a853d5cc4aa17a1c6d60a986387bf242449af (patch) | |
tree | 636ec7316d4f2d6bedfd7964f35b94255d2fd802 /youtube_dl | |
parent | 9ed99402f5732f84d402c2b098ab20e9ebbea549 (diff) |
[zdf] Fix test case
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/extractor/zdf.py | 2 |
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 |