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()
 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()
Example #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()
Example #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()
Example #5
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = DoujinToshokan()
Example #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()
Example #7
0
 def __init__(self):
     App.__init__(self)
     if self.options.category:
         self.data.update({'category': self.options.category})
     self.manga = NekoPost()
Example #8
0
 def __init__(self):
     App.__init__(self, extract_range=False, chapter_func=str)
     self.manga = Doujins()
Example #9
0
    def __init__(self):
        App.__init__(self, extract_range=False, chapter_func=str)

        self.manga = EcchiManga()
Example #10
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = MangaHere()
Example #11
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = MangaHere()
Example #12
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = StopTazmo()
Example #13
0
 def __init__(self):
     App.__init__(self)
     if self.options.category:
         self.data.update({'category': self.options.category})
     self.manga = NekoPost()
Example #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()
Example #15
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = Animea()
Example #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()
Example #17
0
 def __init__(self):
     App.__init__(self, extract_range=False, chapter_func=str)
     self.manga = Doujins()
 def __init__(self):
     App.__init__(self)
     self.manga = BleachExile()
Example #19
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = Animea()
Example #20
0
 def __init__(self):
     App.__init__(self, chapter_func=str)
     self.manga = StopTazmo()