[francetelevisions] fix bug : we can only search one time
This commit is contained in:
parent
c4fc3df50a
commit
ca6325c100
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class PluzzBrowser(PagesBrowser):
|
||||||
|
|
||||||
def search_videos(self, pattern):
|
def search_videos(self, pattern):
|
||||||
if not self.PROGRAMS:
|
if not self.PROGRAMS:
|
||||||
self.PROGRAMS = self.get_program_list()
|
self.PROGRAMS = list(self.get_program_list())
|
||||||
|
|
||||||
videos = []
|
videos = []
|
||||||
for program in self.PROGRAMS:
|
for program in self.PROGRAMS:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue