projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a98b8
)
[animeondemand] Fix typo
author
Sergey M․
<dstftw@gmail.com>
Sat, 9 Jul 2016 15:20:34 +0000
(22:20 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 9 Jul 2016 15:20:34 +0000
(22:20 +0700)
youtube_dl/extractor/animeondemand.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/animeondemand.py
b/youtube_dl/extractor/animeondemand.py
index 159c6ef5afa423458505e3a74f1ceadce5e31a07..9e28f25790bb284b5ba00376292cf33c8ded8cb1 100644
(file)
--- 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']: