]> git.dolda2000.com Git - automanga.git/commitdiff
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 8c23630c42a43b1419581ec9150b0eb394272c05..8da9e1008fc7aa85ab9e523f8ab56ecdb4da5f64 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)))