remove unnecessary constants
This commit is contained in:
parent
f55cdbc38b
commit
eb026b7c3c
6 changed files with 1 additions and 7 deletions
|
|
@ -21,7 +21,6 @@ from .pages.board import BoardPage
|
|||
|
||||
class FourChan(BaseBrowser):
|
||||
DOMAIN = 'boards.4chan.org'
|
||||
PROTOCOL = 'http'
|
||||
PAGES = {'http://boards.4chan.org/\w+/': BoardPage,
|
||||
'http://boards.4chan.org/\w+/res/\d+': BoardPage,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue