ForbiddenVideo is a UserError
This commit is contained in:
parent
ca7fd3c7f2
commit
17705782e0
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
import urllib
|
import urllib
|
||||||
|
|
||||||
|
from weboob.capabilities.base import UserError
|
||||||
from weboob.tools.browser import BasePage, BrokenPageError, BrowserIncorrectPassword
|
from weboob.tools.browser import BasePage, BrokenPageError, BrowserIncorrectPassword
|
||||||
from weboob.tools.json import json
|
from weboob.tools.json import json
|
||||||
|
|
||||||
|
|
@ -48,7 +49,7 @@ class LoginRedirectPage(BasePage):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class ForbiddenVideo(Exception):
|
class ForbiddenVideo(UserError):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue