bcall adds suffix to object, not the backend itself
This commit is contained in:
parent
72270f3596
commit
657e8fe407
4 changed files with 1 additions and 12 deletions
|
|
@ -23,10 +23,6 @@ __all__ = ['YoupornVideo']
|
|||
|
||||
|
||||
class YoupornVideo(BaseVideo):
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseVideo.__init__(self, *args, **kwargs)
|
||||
self.id = u'%s@youporn.com' % self.id
|
||||
|
||||
@classmethod
|
||||
def id2url(cls, _id):
|
||||
if _id.isdigit():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue