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

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