aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/animeondemand.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/animeondemand.py')
-rw-r--r--youtube_dl/extractor/animeondemand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py
index 159c6ef..9e28f25 100644
--- a/youtube_dl/extractor/animeondemand.py
+++ b/youtube_dl/extractor/animeondemand.py
@@ -203,7 +203,7 @@ class AnimeOnDemandIE(InfoExtractor):
'formats': formats,
}
- def extract_entries(html, video_id, common_info, num):
+ def extract_entries(html, video_id, common_info, num=None):
info = extract_info(html, video_id, num)
if info['formats']: