Fix many CapVideo-related ConversionWarnings
This commit is contained in:
parent
9773f9d626
commit
1f310a3d33
14 changed files with 23 additions and 22 deletions
|
|
@ -52,7 +52,7 @@ class VideoPage(PornPage):
|
|||
if m:
|
||||
ext = m.group(1).lower()
|
||||
else:
|
||||
ext = 'flv'
|
||||
ext = u'flv'
|
||||
return unicode(a.attrib['href']), unicode(ext)
|
||||
|
||||
def get_title(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue