qweboobcfg: display website of backend in description in any

This commit is contained in:
Romain Bignon 2010-08-20 09:19:21 +02:00
commit 31445de767
3 changed files with 9 additions and 2 deletions

View file

@ -26,8 +26,6 @@ __all__ = ['GazelleBrowser']
class GazelleBrowser(BaseBrowser):
DOMAIN = 'ssl.what.cd'
PROTOCOL = 'https'
PAGES = {'https?://%s/?(index.php)?': IndexPage,
'https?://%s/login.php': LoginPage,
'https?://%s/torrents.php.*': TorrentsPage,