[animeondemand] Fix typo
authorSergey M․ <dstftw@gmail.com>
Sat, 9 Jul 2016 15:20:34 +0000 (22:20 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 9 Jul 2016 15:20:34 +0000 (22:20 +0700)
youtube_dl/extractor/animeondemand.py

index 159c6ef5afa423458505e3a74f1ceadce5e31a07..9e28f25790bb284b5ba00376292cf33c8ded8cb1 100644 (file)
@@ -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']: