remove unnecessary constants
This commit is contained in:
parent
f55cdbc38b
commit
eb026b7c3c
6 changed files with 1 additions and 7 deletions
|
|
@ -34,7 +34,7 @@ __all__ = ['YoujizzBrowser']
|
|||
|
||||
class YoujizzBrowser(BaseBrowser):
|
||||
DOMAIN = 'youjizz.com'
|
||||
PROTOCOL = 'http'
|
||||
ENCODING = None
|
||||
PAGES = {r'http://.*youjizz\.com/?': IndexPage,
|
||||
r'http://.*youjizz\.com/index.php': IndexPage,
|
||||
r'http://.*youjizz\.com/search/.+\.html': IndexPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue