rename iter_search_results to either search_videos and search_gallery (closes #779)
This commit is contained in:
parent
46f94a1d78
commit
56691d7ea7
39 changed files with 52 additions and 52 deletions
|
|
@ -51,7 +51,7 @@ class ArteBrowser(BaseBrowser):
|
|||
def home(self):
|
||||
self.location('http://videos.arte.tv/fr/videos/arte7')
|
||||
|
||||
def iter_search_results(self, pattern):
|
||||
def search_videos(self, pattern):
|
||||
if not pattern:
|
||||
self.home()
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue