mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[generic] Fix typo
This commit is contained in:
parent
9123d64592
commit
25c3a7348f
@ -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 New Issue
Block a user