remove unnecessary constants
This commit is contained in:
parent
f55cdbc38b
commit
eb026b7c3c
6 changed files with 1 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue