fix empty searches
Signed-off-by: Lord <lord@lordtoniok.com> Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
parent
062f2c4c3e
commit
be94f6ee72
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class CappedBrowser(BaseBrowser):
|
||||||
PROTOCOL = 'http'
|
PROTOCOL = 'http'
|
||||||
ENCODING = None
|
ENCODING = None
|
||||||
PAGES = OrderedDict((
|
PAGES = OrderedDict((
|
||||||
(r'http://capped\.tv', IndexPage),
|
(r'http://capped\.tv/?', IndexPage),
|
||||||
(r'http://capped\.tv/newest', IndexPage),
|
(r'http://capped\.tv/newest', IndexPage),
|
||||||
(r'http://capped\.tv/mostviews', IndexPage),
|
(r'http://capped\.tv/mostviews', IndexPage),
|
||||||
(r'http://capped\.tv/leastviews', IndexPage),
|
(r'http://capped\.tv/leastviews', IndexPage),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue