From 0cddd237ff8cdf718379d8c9c2bc35053cf2d701 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Fri, 13 Sep 2013 04:00:11 +0200 Subject: [PATCH] Improved mangafox, probably. --- manga/mangafox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0