mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-03 19:09:58 -05:00
Improve some _VALID_URLs
This commit is contained in:
@@ -48,7 +48,7 @@ class SenateISVPIE(InfoExtractor):
|
||||
['arch', '', 'http://ussenate-f.akamaihd.net/']
|
||||
]
|
||||
_IE_NAME = 'senate.gov'
|
||||
_VALID_URL = r'https?://www\.senate\.gov/isvp/?\?(?P<qs>.+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?senate\.gov/isvp/?\?(?P<qs>.+)'
|
||||
_TESTS = [{
|
||||
'url': 'http://www.senate.gov/isvp/?comm=judiciary&type=live&stt=&filename=judiciary031715&auto_play=false&wmode=transparent&poster=http%3A%2F%2Fwww.judiciary.senate.gov%2Fthemes%2Fjudiciary%2Fimages%2Fvideo-poster-flash-fit.png',
|
||||
'info_dict': {
|
||||
|
Reference in New Issue
Block a user