Add support for Komica

http://komica.org
http://komica.yucie.net/video/
This commit is contained in:
Star Brilliant 2013-11-02 19:40:30 +08:00
parent 69cef99732
commit d5da9698a1

View File

@ -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':