fix youjizz

This commit is contained in:
Christophe Benz 2010-07-10 01:29:54 +02:00
commit ac592fe25d

View file

@ -34,6 +34,7 @@ class YoujizzBrowser(BaseBrowser):
DOMAIN = 'youjizz.com'
PROTOCOL = 'http'
PAGES = {r'http://.*youjizz\.com/?': IndexPage,
r'http://.*youjizz\.com/index.php': IndexPage,
r'http://.*youjizz\.com/search/.+\.html': IndexPage,
}