From 5d8bb6ef4d898d816631e8d728ffe46a2bb8c555 Mon Sep 17 00:00:00 2001 From: Lame Lemon Date: Tue, 5 Nov 2019 08:55:51 +0000 Subject: [PATCH] removed generic tests from senate --- youtube_dl/extractor/senateisvp.py | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/youtube_dl/extractor/senateisvp.py b/youtube_dl/extractor/senateisvp.py index 19173169f..91cef1a14 100644 --- a/youtube_dl/extractor/senateisvp.py +++ b/youtube_dl/extractor/senateisvp.py @@ -90,36 +90,6 @@ class SenateISVPIE(InfoExtractor): # From http://www.c-span.org/video/?96791-1 'url': 'http://www.senate.gov/isvp?type=live&comm=banking&filename=banking012715', 'only_matching': True, - }, { - 'url': 'https://www.armed-services.senate.gov/hearings/19-10-24-nomination_--richard', - 'info_dict': { - 'id': 'armedA102419', - 'ext': 'mp4', - 'title': 'Integrated Senate Video Player', - 'thumbnail': r're:^https?://.*\.(?:jpg|png)$', - } - }, { - 'url': 'https://www.commerce.senate.gov/2017/10/the-commercial-satellite-industry-what-s-up-and-what-s-on-the-horizon', - 'info_dict': { - 'id': 'commerce102517', - 'ext': 'mp4', - 'title': 'Integrated Senate Video Player', - 'thumbnail': None, - }, - 'params': { - 'skip_download': True, - } - }, { - 'url': 'https://www.veterans.senate.gov/hearings/pending-legislation-06152017', - 'info_dict': { - 'id': 'vetaff061517', - 'ext': 'mp4', - 'title': 'Integrated Senate Video Player', - 'thumbnail': r're:^https?://.*\.(?:jpg|png)$', - }, - 'params': { - 'skip_download': True, - } }] @staticmethod