mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-06 18:20:02 +00:00
re-fill _TESTS (whitespace)
This commit is contained in:
parent
01845abc92
commit
c1ce8deed8
@ -35,7 +35,8 @@ class IQM2IE(InfoExtractor):
|
||||
|
||||
# We commonly see both iqm2.com and IQM2.com.
|
||||
_VALID_URL = r'(?i)https?://(?:\w+\.)?iqm2\.com/Citizens/\w+.aspx\?.*MeetingID=(?P<id>[0-9]+)'
|
||||
_TESTS = [ {
|
||||
_TESTS = [
|
||||
{
|
||||
'url': 'http://somervillecityma.iqm2.com/Citizens/SplitView.aspx?Mode=Video&MeetingID=2308',
|
||||
'md5': '9ef458ff6c93f8b9323cf79db4ede9cf',
|
||||
'info_dict': {
|
||||
@ -43,7 +44,8 @@ class IQM2IE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'title': 'City of Somerville, Massachusetts',
|
||||
'uploader': 'somervillecityma.iqm2.com',
|
||||
}}, {
|
||||
}},
|
||||
{
|
||||
'url': 'http://cambridgema.iqm2.com/Citizens/SplitView.aspx?Mode=Video&MeetingID=1679#',
|
||||
'md5': '478ea30eee1966f7be0d8dd623122148',
|
||||
'info_dict': {
|
||||
@ -51,7 +53,8 @@ class IQM2IE(InfoExtractor):
|
||||
'ext': 'mp4',
|
||||
'title': 'Cambridge, MA (2)',
|
||||
'uploader': 'cambridgema.iqm2.com',
|
||||
}}, {
|
||||
}},
|
||||
{
|
||||
'url': 'https://CambridgeMA.IQM2.com/Citizens/VideoMain.aspx?MeetingID=1679',
|
||||
'only_matching': True,
|
||||
}]
|
||||
|
Loading…
Reference in New Issue
Block a user