diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-07-09 22:20:34 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-07-09 22:20:34 +0700 |
commit | ab52bb5137faf1cb5595b6777adf721eec6af78a (patch) | |
tree | 0b1a23d0d9f159bfe6e683a0ed71ab3b2d854d73 /youtube_dl/extractor/animeondemand.py | |
parent | 61a98b862320801ad2ae9d6cb922d9575ead5276 (diff) |
[animeondemand] Fix typo
Diffstat (limited to 'youtube_dl/extractor/animeondemand.py')
-rw-r--r-- | youtube_dl/extractor/animeondemand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/animeondemand.py b/youtube_dl/extractor/animeondemand.py index 159c6ef5a..9e28f2579 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']: |