removed additional tests

This commit is contained in:
Wang 2020-04-21 11:01:35 +08:00
parent 5949ac43a8
commit d53f959a72
2 changed files with 1 additions and 14 deletions

View File

@ -58,11 +58,7 @@ class ABCIE(InfoExtractor):
}, {
'url': 'http://www.abc.net.au/news/2015-10-19/6866214',
'only_matching': True,
}, {
'url': "https://www.abc.net.au/news/2015-08-17/warren-entsch-introduces-same-sex-marriage-bill/6702326",
'only_matching': True,
}
]
}]
def _real_extract(self, url):
video_id = self._match_id(url)

View File

@ -98,15 +98,6 @@ class ESPNIE(OnceIE):
}, {
'url': 'http://www.espn.com/espnw/video/26066627/arkansas-gibson-completes-hr-cycle-four-innings',
'only_matching': True,
}, {
'url': 'https://www.espn.co.uk/video/clip/_/id/25103188',
'only_matching': True,
}, {
'url': 'https://www.espn.co.uk/video/clip/_/id/29069602',
'only_matching': True,
}, {
'url': 'https://www.espn.co.uk/video/clip/_/id/19367162',
'only_matching': True,
}]
def _real_extract(self, url):