Fix many CapVideo-related ConversionWarnings
This commit is contained in:
parent
9773f9d626
commit
1f310a3d33
14 changed files with 23 additions and 22 deletions
|
|
@ -62,6 +62,6 @@ class VideoPage(BasePage):
|
|||
elif len(video_file_urls) > 1:
|
||||
raise BrokenPageError('Many video file URL found')
|
||||
else:
|
||||
video.url = video_file_urls[0]
|
||||
video.url = to_unicode(video_file_urls[0])
|
||||
|
||||
return video
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue