Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
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']: |
|
|
|