fix empty searches

Signed-off-by: Lord <lord@lordtoniok.com>
Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
Lord 2012-03-13 11:07:03 +01:00 committed by Romain Bignon
commit be94f6ee72

View file

@ -100,7 +100,7 @@ class CappedBrowser(BaseBrowser):
PROTOCOL = 'http'
ENCODING = None
PAGES = OrderedDict((
(r'http://capped\.tv', IndexPage),
(r'http://capped\.tv/?', IndexPage),
(r'http://capped\.tv/newest', IndexPage),
(r'http://capped\.tv/mostviews', IndexPage),
(r'http://capped\.tv/leastviews', IndexPage),