Remove useless u prefixes
This commit is contained in:
parent
3aa578cad2
commit
8865bdeb37
11 changed files with 19 additions and 16 deletions
|
@ -45,4 +45,4 @@ class CBSIE(InfoExtractor):
|
|||
real_id = self._search_regex(
|
||||
r"video\.settings\.pid\s*=\s*'([^']+)';",
|
||||
webpage, 'real video ID')
|
||||
return self.url_result(u'theplatform:%s' % real_id)
|
||||
return self.url_result('theplatform:%s' % real_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue