Browse Source

[zdf] Fix test case

master
Philipp Hagemeister 10 years ago
parent
commit
d51a853d5c
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/zdf.py

2
youtube_dl/extractor/zdf.py

@ -119,7 +119,7 @@ class ZDFChannelIE(InfoExtractor):
'info_dict': { 'info_dict': {
'id': '1586442', 'id': '1586442',
}, },
'playlist_count': 4,
'playlist_count': 3,
} }
_PAGE_SIZE = 50 _PAGE_SIZE = 50

Loading…
Cancel
Save