mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
Remove useless u prefixes
This commit is contained in:
parent
3aa578cad2
commit
8865bdeb37
11 changed files with 19 additions and 16 deletions
|
@ -11,7 +11,7 @@ class GamekingsIE(InfoExtractor):
|
|||
'url': 'http://www.gamekings.tv/videos/phoenix-wright-ace-attorney-dual-destinies-review/',
|
||||
# MD5 is flaky, seems to change regularly
|
||||
# 'md5': '2f32b1f7b80fdc5cb616efb4f387f8a3',
|
||||
u'info_dict': {
|
||||
'info_dict': {
|
||||
'id': '20130811',
|
||||
'ext': 'mp4',
|
||||
'title': 'Phoenix Wright: Ace Attorney \u2013 Dual Destinies Review',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue