[generic] Fix typo
This commit is contained in:
parent
9123d64592
commit
25c3a7348f
1 changed files with 1 additions and 1 deletions
|
@ -1425,7 +1425,7 @@ class GenericIE(InfoExtractor):
|
|||
# Look for Senate ISVP iframe
|
||||
senate_isvp_url = SenateISVPIE._search_iframe_url(webpage)
|
||||
if senate_isvp_url:
|
||||
return self.url_result(surl, 'SenateISVP')
|
||||
return self.url_result(senate_isvp_url, 'SenateISVP')
|
||||
|
||||
def check_video(vurl):
|
||||
if YoutubeIE.suitable(vurl):
|
||||
|
|
Loading…
Reference in a new issue