Improved mangafox, probably.
[automanga.git] / 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