handle general errors when website is unavailable
This commit is contained in:
parent
59dfe3083a
commit
06eb33ec59
3 changed files with 41 additions and 4 deletions
|
|
@ -23,10 +23,11 @@ import urlparse
|
|||
from logging import warning, debug
|
||||
|
||||
from weboob.tools.misc import html2text, get_bytes_size
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.capabilities.torrent import Torrent
|
||||
from weboob.capabilities.base import NotLoaded
|
||||
|
||||
from .base import BasePage
|
||||
|
||||
|
||||
__all__ = ['TorrentsPage']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue