Remove unused imports
This commit is contained in:
parent
ef2fac6f4a
commit
a1ef7e85d6
5 changed files with 1 additions and 7 deletions
|
@ -47,7 +47,7 @@ class YahooIE(InfoExtractor):
|
|||
# The 'meta' field is not always in the video webpage, we request it
|
||||
# from another page
|
||||
long_id = info['id']
|
||||
return self._get_info(info['id'], video_id)
|
||||
return self._get_info(long_id, video_id)
|
||||
|
||||
def _get_info(self, long_id, video_id):
|
||||
query = ('SELECT * FROM yahoo.media.video.streams WHERE id="%s"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue