aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/animeondemand.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-07-09 22:20:34 +0700
committerSergey M․ <dstftw@gmail.com>2016-07-09 22:20:34 +0700
commitab52bb5137faf1cb5595b6777adf721eec6af78a (patch)
tree0b1a23d0d9f159bfe6e683a0ed71ab3b2d854d73 /youtube_dl/extractor/animeondemand.py
parent61a98b862320801ad2ae9d6cb922d9575ead5276 (diff)
downloadyoutube-dl-ab52bb5137faf1cb5595b6777adf721eec6af78a.zip
youtube-dl-ab52bb5137faf1cb5595b6777adf721eec6af78a.tar.gz
youtube-dl-ab52bb5137faf1cb5595b6777adf721eec6af78a.tar.bz2
[animeondemand] Fix typo
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']: