Make kickass code less crappy

This does not actually fix anything; the issue was that the page was
gzipped. However, since the code was not checking anything, it took me
some time to realize it. We now have at least one "BrokenPageError"
check.
This commit is contained in:
Laurent Bachelier 2012-03-09 01:43:45 +01:00
commit 67d776552f
3 changed files with 11 additions and 8 deletions

View file

@ -20,7 +20,7 @@
from weboob.tools.browser import BaseBrowser
from .pages.torrents import TorrentsPage, TorrentPage
from .pages import TorrentsPage, TorrentPage
__all__ = ['KickassBrowser']