Ejemplo n.º 1
0
 def __init__(self):
     App.__init__(self)
     if self.options.series_id:
         self.data.update({'series_id': int(self.options.series_id)})
     if self.options.chapter_id:
         self.data.update({'chapter_id': int(self.options.chapter_id)})
     self.manga = MangaReader()
Ejemplo n.º 2
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     if self.options.series_id:
         self.data.update({'series_id': int(self.options.series_id)})
     if self.options.chapter_id:
         self.data.update({'chapter_id': int(self.options.chapter_id)})
     self.manga = OtakuWorks()
Ejemplo n.º 3
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     if self.options.series_id:
         self.data.update({'series_id': int(self.options.series_id)})
     if self.options.chapter_id:
         self.data.update({'chapter_id': int(self.options.chapter_id)})
     self.manga = NiceOppai()
Ejemplo n.º 4
0
 def __init__(self):
     App.__init__(self)
     if self.options.series_id:
         self.data.update({'series_id': int(self.options.series_id)})
     if self.options.chapter_id:
         self.data.update({'chapter_id': int(self.options.chapter_id)})
     self.manga = MangaReader()
Ejemplo n.º 5
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = DoujinToshokan()
Ejemplo n.º 6
0
    def __init__(self):
        App.__init__(self, extract_range=False, chapter_func=str)
        self.data.update({'series_prefix': self.series[0]})

        self.manga = MangaAccess()
Ejemplo n.º 7
0
 def __init__(self):
     App.__init__(self)
     if self.options.category:
         self.data.update({'category': self.options.category})
     self.manga = NekoPost()
Ejemplo n.º 8
0
 def __init__(self):
     App.__init__(self, extract_range=False, chapter_func=str)
     self.manga = Doujins()
Ejemplo n.º 9
0
    def __init__(self):
        App.__init__(self, extract_range=False, chapter_func=str)

        self.manga = EcchiManga()
Ejemplo n.º 10
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = MangaHere()
Ejemplo n.º 11
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = MangaHere()
Ejemplo n.º 12
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = StopTazmo()
Ejemplo n.º 13
0
 def __init__(self):
     App.__init__(self)
     if self.options.category:
         self.data.update({'category': self.options.category})
     self.manga = NekoPost()
Ejemplo n.º 14
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     if self.options.volume:
         self.data.update({'volume': int(self.options.volume)})
     self.manga = MangaFox()
Ejemplo n.º 15
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = Animea()
Ejemplo n.º 16
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     if self.options.volume:
         self.data.update({'volume': int(self.options.volume)})
     self.manga = MangaFox()
Ejemplo n.º 17
0
 def __init__(self):
     App.__init__(self, extract_range=False, chapter_func=str)
     self.manga = Doujins()
Ejemplo n.º 18
0
 def __init__(self):
     App.__init__(self)
     self.manga = BleachExile()
Ejemplo n.º 19
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = Animea()
Ejemplo n.º 20
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = StopTazmo()