Added manga-py source
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from .read_powermanga_org import ReadPowerMangaOrg
|
||||
|
||||
|
||||
class ReaderChampionScansCom(ReadPowerMangaOrg):
|
||||
|
||||
def get_chapter_index(self):
|
||||
idx = super().get_chapter_index().split('-')
|
||||
if idx[0] == '0':
|
||||
del idx[0]
|
||||
return '-'.join(idx)
|
||||
|
||||
|
||||
main = ReaderChampionScansCom
|
||||
Reference in New Issue
Block a user