Use redirected domain
This commit is contained in:
parent
e1ee2fb1e8
commit
0d01f83fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ __all__ = ['YoupornBrowser']
|
||||||
|
|
||||||
|
|
||||||
class YoupornBrowser(BaseBrowser):
|
class YoupornBrowser(BaseBrowser):
|
||||||
DOMAIN = 'youporn.com'
|
DOMAIN = 'www.youporn.com'
|
||||||
ENCODING = None
|
ENCODING = None
|
||||||
PAGES = {r'http://[w\.]*youporn\.com/?': IndexPage,
|
PAGES = {r'http://[w\.]*youporn\.com/?': IndexPage,
|
||||||
r'http://[w\.]*youporn\.com/search.*': IndexPage,
|
r'http://[w\.]*youporn\.com/search.*': IndexPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue