correct youporn backend to use new classes
This commit is contained in:
parent
585e9de870
commit
0ff9e3acaf
2 changed files with 5 additions and 5 deletions
|
|
@ -18,12 +18,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
"""
|
||||
|
||||
from weboob.backend import Backend
|
||||
from weboob.backend import BaseBackend
|
||||
from weboob.capabilities.video import ICapVideoProvider
|
||||
|
||||
from .browser import YoupornBrowser
|
||||
|
||||
class YoupornBackend(Backend, ICapVideoProvider):
|
||||
class YoupornBackend(BaseBackend, ICapVideoProvider):
|
||||
NAME = 'youporn'
|
||||
MAINTAINER = 'Romain Bignon'
|
||||
EMAIL = 'romain@peerfuse.org'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue