remove unused variable

This commit is contained in:
Christophe Benz 2010-07-03 22:47:56 +02:00
commit 0cd5d81dec

View file

@ -35,7 +35,6 @@ class YoupornBackend(BaseBackend, ICapVideo):
CONFIG = {}
BROWSER = YoupornBrowser
domain = u'youporn.com'
def get_video(self, _id):
return self.browser.get_video(_id)