bcall adds suffix to object, not the backend itself

This commit is contained in:
Christophe Benz 2010-06-02 17:46:17 +02:00
commit 657e8fe407
4 changed files with 1 additions and 12 deletions

View file

@ -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():