diff options
author | Remita Amine <remitamine@gmail.com> | 2021-01-16 18:12:05 +0100 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-24 20:28:44 +0530 |
commit | a820dc722e93b40450b8280a23110c4960800123 (patch) | |
tree | 183030101461cdeeadd3d4d215ed34dc4d9051b3 /youtube_dlc/extractor/aenetworks.py | |
parent | f74980cbaebaf3c4ea89d1b257424a50545991d9 (diff) | |
download | hypervideo-pre-a820dc722e93b40450b8280a23110c4960800123.tar.lz hypervideo-pre-a820dc722e93b40450b8280a23110c4960800123.tar.xz hypervideo-pre-a820dc722e93b40450b8280a23110c4960800123.zip |
Update to ytdl-2021.01.24.1
Diffstat (limited to 'youtube_dlc/extractor/aenetworks.py')
-rw-r--r-- | youtube_dlc/extractor/aenetworks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/aenetworks.py b/youtube_dlc/extractor/aenetworks.py index 8e4963131..a5d88ebbe 100644 --- a/youtube_dlc/extractor/aenetworks.py +++ b/youtube_dlc/extractor/aenetworks.py @@ -256,7 +256,7 @@ class AENetworksShowIE(AENetworksListBaseIE): 'title': 'Ancient Aliens', 'description': 'md5:3f6d74daf2672ff3ae29ed732e37ea7f', }, - 'playlist_mincount': 168, + 'playlist_mincount': 150, }] _RESOURCE = 'series' _ITEMS_KEY = 'episodes' |