X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fanimeondemand.py;h=9e28f25790bb284b5ba00376292cf33c8ded8cb1;hb=853a71b628bbf1626c301dc66f496464ad796b2e;hp=159c6ef5afa423458505e3a74f1ceadce5e31a07;hpb=5b6a74856babce30e9e72701259f790322281d3a;p=youtube-dl 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']: