summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2020-02-29 23:06:36 +0700
committerSergey M․ <dstftw@gmail.com>2020-02-29 23:06:36 +0700
commitb4cbdbd4b37a496c6539694bebd0ec50ef02c864 (patch)
tree85949e84728293896faea641f619e4339b8534e9
parentea17979d83e6dcd61de0901fc55e2672d577e5a7 (diff)
downloadyoutube-dl-b4cbdbd4b37a496c6539694bebd0ec50ef02c864.tar.gz
youtube-dl-b4cbdbd4b37a496c6539694bebd0ec50ef02c864.tar.xz
youtube-dl-b4cbdbd4b37a496c6539694bebd0ec50ef02c864.zip
[zdf:channel] Fix tests
-rw-r--r--youtube_dl/extractor/zdf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/zdf.py b/youtube_dl/extractor/zdf.py
index 145c123a4..656864b2e 100644
--- a/youtube_dl/extractor/zdf.py
+++ b/youtube_dl/extractor/zdf.py
@@ -244,14 +244,14 @@ class ZDFChannelIE(ZDFBaseIE):
             'id': 'das-aktuelle-sportstudio',
             'title': 'das aktuelle sportstudio | ZDF',
         },
-        'playlist_count': 21,
+        'playlist_mincount': 23,
     }, {
         'url': 'https://www.zdf.de/dokumentation/planet-e',
         'info_dict': {
             'id': 'planet-e',
             'title': 'planet e.',
         },
-        'playlist_count': 4,
+        'playlist_mincount': 50,
     }, {
         'url': 'https://www.zdf.de/filme/taunuskrimi/',
         'only_matching': True,