summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2019-10-31 07:38:53 +0100
committerRemita Amine <remitamine@gmail.com>2019-10-31 07:38:53 +0100
commit237513e801671a51cc45d6a2fe5e7df69517958e (patch)
treef38c9fa17fd643dd83be76e17c3127461477d252 /test
parent8040a0d35e11f7b2bf6d698175ab0b12424d696f (diff)
[yahoo] restore support for cbs suffixed URLs
Diffstat (limited to 'test')
-rw-r--r--test/test_all_urls.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index 465ce0050..81056a999 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -123,12 +123,6 @@ class TestAllURLsMatching(unittest.TestCase):
self.assertMatch('http://video.pbs.org/viralplayer/2365173446/', ['pbs'])
self.assertMatch('http://video.pbs.org/widget/partnerplayer/980042464/', ['pbs'])
- def test_yahoo_https(self):
- # https://github.com/ytdl-org/youtube-dl/issues/2701
- self.assertMatch(
- 'https://screen.yahoo.com/smartwatches-latest-wearable-gadgets-163745379-cbs.html',
- ['Yahoo'])
-
def test_no_duplicated_ie_names(self):
name_accu = collections.defaultdict(list)
for ie in self.ies: