]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/animeondemand.py
[myspace] Improve _VALID_URL (closes #13040)
[youtube-dl.git] / 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']: