fix watching gay porn (not tested, don't worry)

This commit is contained in:
Romain Bignon 2010-04-17 18:08:09 +02:00
commit ecb21905a4

View file

@ -31,6 +31,7 @@ class YoupornBrowser(BaseBrowser):
PAGES = {'http://[w\.]*youporn\.com/?': IndexPage,
'http://[w\.]*youporn\.com/search.*': IndexPage,
'http://[w\.]*youporn\.com/watch/.+': VideoPage,
'http://[w\.]*youporngay\.com:80/watch/.+': VideoPage,
}
def __init__(self):