youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ab52bb5137faf1cb5595b6777adf721eec6af78a
parent 61a98b862320801ad2ae9d6cb922d9575ead5276
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  9 Jul 2016 22:20:34 +0700

[animeondemand] Fix typo

Diffstat:
Myoutube_dl/extractor/animeondemand.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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']: