[senateisvp] Allow https URL scheme for embeds
This commit is contained in:
parent
957f453429
commit
8a8cc339b6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class SenateISVPIE(InfoExtractor):
|
|||
@staticmethod
|
||||
def _search_iframe_url(webpage):
|
||||
mobj = re.search(
|
||||
r"<iframe[^>]+src=['\"](?P<url>http://www\.senate\.gov/isvp/?\?[^'\"]+)['\"]",
|
||||
r"<iframe[^>]+src=['\"](?P<url>https?://www\.senate\.gov/isvp/?\?[^'\"]+)['\"]",
|
||||
webpage)
|
||||
if mobj:
|
||||
return mobj.group('url')
|
||||
|
|
Loading…
Reference in a new issue