aboutsummaryrefslogtreecommitdiff
path: root/test/test_playlists.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-25 17:02:52 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-25 17:02:52 +0200
commit829476b80a86819c79511f60f4fc25f09ab186b7 (patch)
treede87a98c144e08028552ffc11be9a89397d826a1 /test/test_playlists.py
parent1dd70fe330f1ae1aa33856d73c10c259b37b7d4a (diff)
downloadyoutube-dl-829476b80a86819c79511f60f4fc25f09ab186b7.tar.xz
[googlesearch] Move test to extractor
Diffstat (limited to 'test/test_playlists.py')
-rw-r--r--test/test_playlists.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test_playlists.py b/test/test_playlists.py
index 3f79a7d6a..21583aeed 100644
--- a/test/test_playlists.py
+++ b/test/test_playlists.py
@@ -310,15 +310,6 @@ class TestPlaylists(unittest.TestCase):
self.assertEqual(result['title'], 'Always/Never: A Little-Seen Movie About Nuclear Command and Control : The New Yorker')
self.assertEqual(len(result['entries']), 3)
- def test_GoogleSearch(self):
- dl = FakeYDL()
- ie = GoogleSearchIE(dl)
- result = ie.extract('gvsearch15:python language')
- self.assertIsPlaylist(result)
- self.assertEqual(result['id'], 'python language')
- self.assertEqual(result['title'], 'python language')
- self.assertEqual(len(result['entries']), 15)
-
def test_generic_rss_feed(self):
dl = FakeYDL()
ie = GenericIE(dl)