mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 17:02:30 +00:00
[generic] Fix typo
This commit is contained in:
parent
9123d64592
commit
25c3a7348f
@ -1425,7 +1425,7 @@ def _playlist_from_matches(matches, getter=None, ie=None):
|
||||
# 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