Fix many CapVideo-related ConversionWarnings
This commit is contained in:
parent
9773f9d626
commit
1f310a3d33
14 changed files with 23 additions and 22 deletions
|
|
@ -89,8 +89,8 @@ class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection):
|
|||
with self.browser:
|
||||
url, ext = self.browser.get_video_url(player_url)
|
||||
|
||||
video.url = url
|
||||
video.ext = ext
|
||||
video.url = unicode(url)
|
||||
video.ext = unicode(ext)
|
||||
|
||||
def get_video(self, _id):
|
||||
m = self.URL_RE.match(_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue