[vimeo] Fix unused argument of the `_real_extract` method

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-12-10 20:43:16 +01:00
parent 48ad51b243
commit a0088bdf93
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class VimeoIE(InfoExtractor):
def _real_initialize(self):
self._login()
def _real_extract(self, url, new_video=True):
def _real_extract(self, url):
url, data = unsmuggle_url(url)
headers = std_headers
if data is not None: