Exemple #1
0
 def __init__(self, address, number = None, title = None, chapter_id = None):
   ChapterEXTStandard.__init__(self, address, number, title)
   self.chapter_id = chapter_id
Exemple #2
0
 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()