rename iter_search_results to either search_videos and search_gallery (closes #779)

This commit is contained in:
Romain Bignon 2012-03-12 16:18:14 +01:00
commit 56691d7ea7
39 changed files with 52 additions and 52 deletions

View file

@ -24,7 +24,7 @@ class YoutubeTest(BackendTest):
BACKEND = 'youtube'
def test_youtube(self):
l = list(self.backend.iter_search_results('lol'))
l = list(self.backend.search_videos('lol'))
self.assertTrue(len(l) > 0)
v = l[0]
self.backend.fillobj(v, ('url',))