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

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