|
@@ -89,7 +89,7 @@ class SenateISVPIE(InfoExtractor):
|
|
@staticmethod
|
|
@staticmethod
|
|
def _search_iframe_url(webpage):
|
|
def _search_iframe_url(webpage):
|
|
mobj = re.search(
|
|
mobj = re.search(
|
|
- r"<iframe[^>]+src=['\"](?P<url>http://www\.senate\.gov/isvp/?\?[^'\"]+)['\"]",
|
|
|
|
|
|
+ r"<iframe[^>]+src=['\"](?P<url>https?://www\.senate\.gov/isvp/?\?[^'\"]+)['\"]",
|
|
webpage)
|
|
webpage)
|
|
if mobj:
|
|
if mobj:
|
|
return mobj.group('url')
|
|
return mobj.group('url')
|