diff options
author | Sergey M․ <[email protected]> | 2020-02-29 23:06:36 +0700 |
---|---|---|
committer | Sergey M․ <[email protected]> | 2020-02-29 23:06:36 +0700 |
commit | b4cbdbd4b37a496c6539694bebd0ec50ef02c864 (patch) | |
tree | 85949e84728293896faea641f619e4339b8534e9 | |
parent | ea17979d83e6dcd61de0901fc55e2672d577e5a7 (diff) | |
download | youtube-dl-b4cbdbd4b37a496c6539694bebd0ec50ef02c864.tar.gz youtube-dl-b4cbdbd4b37a496c6539694bebd0ec50ef02c864.zip |
[zdf:channel] Fix tests
-rw-r--r-- | youtube_dl/extractor/zdf.py | 4 |
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, |