Updated mangafox base URL.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 6 Apr 2012 05:12:28 +0000 (07:12 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 6 Apr 2012 05:12:28 +0000 (07:12 +0200)
manga/mangafox.py

index 8c23630..8da9e10 100644 (file)
@@ -152,7 +152,7 @@ def libalphacmp(a, b):
 
 class library(lib.library):
     def __init__(self):
-        self.base = "http://www.mangafox.com/"
+        self.base = "http://mangafox.me/"
 
     def alphapage(self, pno):
         page = soup(htcache.fetch(self.base + ("directory/%i.htm?az" % pno)))