Add support for Komica
http://komica.org http://komica.yucie.net/video/
This commit is contained in:
parent
69cef99732
commit
d5da9698a1
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ def ProbeCommentFormat(f):
|
|||
return 'Bilibili'
|
||||
elif tmp == 'xml version="1.0" encoding="utf-8"?><i':
|
||||
return 'Bilibili' # tucao.cc, with the same file format as Bilibili
|
||||
elif tmp == 'xml version="1.0" encoding="Utf-8"?>\n<':
|
||||
return 'Bilibili' # Komica, with the same file format as Bilibili
|
||||
else:
|
||||
return None
|
||||
elif tmp == 'p':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue