コード例 #1
0
ファイル: MangaEdenML.py プロジェクト: fdibaldassarre/mload
 def __init__(self, address, number = None, title = None, chapter_id = None):
   ChapterEXTStandard.__init__(self, address, number, title)
   self.chapter_id = chapter_id
コード例 #2
0
ファイル: BatotoML.py プロジェクト: fdibaldassarre/mload
 def __init__(self, address, number=None, title=None, scanlator=None, language=LANG_EN):
   ChapterEXTStandard.__init__(self, address, number, title)
   self.scanlator = scanlator
   self.language = language
   self.batoto_id = self.findBatotoId()