[francetelevisions] fix info command in interactive mode
This commit is contained in:
parent
b0d3cd7e14
commit
9f1314b404
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class PluzzBackend(BaseBackend, ICapVideo, ICapCollection):
|
|||
# if we don't want only the thumbnail, we probably want also every fields
|
||||
video = self.browser.get_video(video.id, video)
|
||||
if 'thumbnail' in fields and video.thumbnail:
|
||||
video.thumbnail.data = self.browser.readurl(video.thumbnail.url)
|
||||
video.thumbnail.data = self.browser.open(video.thumbnail.url).content
|
||||
|
||||
return video
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue