remove unnecessary constants

This commit is contained in:
Christophe Benz 2010-07-14 02:26:34 +02:00 committed by Romain Bignon
commit eb026b7c3c
6 changed files with 1 additions and 7 deletions

View file

@ -32,7 +32,6 @@ __all__ = ['YoupornBrowser']
class YoupornBrowser(BaseBrowser):
DOMAIN = 'youporn.com'
PROTOCOL = 'http'
PAGES = {'http://[w\.]*youporn\.com/?': IndexPage,
'http://[w\.]*youporn\.com/search.*': IndexPage,
'http://[w\.]*youporn\.com/watch/(?P<id>.+)': VideoPage,