diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-12-08 21:12:13 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-12-08 21:12:13 +0100 |
commit | 47f48f5d851cf2f0acd22ad3fb00a2b69378c7bc (patch) | |
tree | 534a08cc3f3225aada011bcf35f6de1cb51b12f2 /test/test_all_urls.py | |
parent | e15e2ef7a00362fc1e89d9959241efad46325c54 (diff) |
[test/test_all_urls] Update pbs extractor name
It's in lowercase now (since e15e2ef7a00362fc1e89d9959241efad46325c54).
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r-- | test/test_all_urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py index a9db42b30..a0c11e6c1 100644 --- a/test/test_all_urls.py +++ b/test/test_all_urls.py @@ -121,8 +121,8 @@ class TestAllURLsMatching(unittest.TestCase): def test_pbs(self): # https://github.com/rg3/youtube-dl/issues/2350 - self.assertMatch('http://video.pbs.org/viralplayer/2365173446/', ['PBS']) - self.assertMatch('http://video.pbs.org/widget/partnerplayer/980042464/', ['PBS']) + 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/rg3/youtube-dl/issues/2701 |