X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=blobdiff_plain;f=manga%2Fmangafox.py;h=c254a9d9f5d94e0f30207f5425d1d3068e9b9f46;hp=be9365153afa05349eb76bd5dba5373f27729c68;hb=0cddd237ff8cdf718379d8c9c2bc35053cf2d701;hpb=d39faa3fcca949d675ec3fcc7c678ee205e205dc diff --git a/manga/mangafox.py b/manga/mangafox.py index be93651..c254a9d 100644 --- a/manga/mangafox.py +++ b/manga/mangafox.py @@ -117,7 +117,7 @@ def nextel(el): return el class manga(lib.manga): - cure = re.compile(r"/v\d+/c[\d.]+/$") + cure = re.compile(r"/c[\d.]+/$") def __init__(self, lib, id, name, url): self.lib = lib