Remove useless u prefixes
This commit is contained in:
parent
3aa578cad2
commit
8865bdeb37
11 changed files with 19 additions and 16 deletions
|
@ -164,7 +164,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
|
|||
if mgid is None or ':' not in mgid:
|
||||
mgid = self._search_regex(
|
||||
[r'data-mgid="(.*?)"', r'swfobject.embedSWF\(".*?(mgid:.*?)"'],
|
||||
webpage, u'mgid')
|
||||
webpage, 'mgid')
|
||||
return self._get_videos_info(mgid)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue