mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 12:49:02 +01:00
[animeondemand] Fix typo
This commit is contained in:
parent
61a98b8623
commit
ab52bb5137
@ -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']:
|
||||
|
Loading…
Reference in New Issue
Block a user