mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2026-03-25 05:44:44 +00:00
[animeondemand] Fix typo
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user