Improved mangafox, probably.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 13 Sep 2013 02:00:11 +0000 (04:00 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 13 Sep 2013 02:00:11 +0000 (04:00 +0200)
manga/mangafox.py

index be93651..c254a9d 100644 (file)
@@ -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