[francetelevisions] fix unicode warning

This commit is contained in:
Bezleputh 2014-05-09 10:27:08 +02:00
commit e63255e0be
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ class PluzzBrowser(PagesBrowser):
for item in self.read_url(video.url):
pass
video.url = item
video.url = u'%s' % item
return video
def read_url(self, url):