mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-07 10:57:59 +09:00
[vimeo] Fix unused argument of the _real_extract
method
This commit is contained in:
parent
48ad51b243
commit
a0088bdf93
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user