Fix conversion warning
This commit is contained in:
parent
3e2f740922
commit
e5b46abf2d
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class CanalplusBrowser(BaseBrowser):
|
|||
def get_video(self, url, video=None):
|
||||
self.location(url)
|
||||
video = self.page.get_video(video)
|
||||
video.url = self.read_url(video.url)[self.quality]
|
||||
video.url = u'%s' % self.read_url(video.url)[self.quality]
|
||||
return video
|
||||
|
||||
def read_url(self, url):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue