Remove useless u prefixes

This commit is contained in:
Philipp Hagemeister 2014-11-26 13:06:02 +01:00
parent 3aa578cad2
commit 8865bdeb37
11 changed files with 19 additions and 16 deletions

View file

@ -73,7 +73,7 @@ class TudouIE(InfoExtractor):
result = []
len_parts = len(parts)
if len_parts > 1:
self.to_screen(u'%s: found %s parts' % (video_id, len_parts))
self.to_screen('%s: found %s parts' % (video_id, len_parts))
for part in parts:
part_id = part['k']
final_url = self._url_for_id(part_id, quality)