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:
parent
391783a8b6
commit
67d776552f
3 changed files with 11 additions and 8 deletions
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
|
||||
from .pages.torrents import TorrentsPage, TorrentPage
|
||||
from .pages import TorrentsPage, TorrentPage
|
||||
|
||||
|
||||
__all__ = ['KickassBrowser']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue