mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[utils] Style
This commit is contained in:
parent
7aefc49c40
commit
7a3f0c00ad
@ -403,7 +403,7 @@ def _htmlentity_transform(entity):
|
||||
pass
|
||||
|
||||
# Unknown entity in name, return its literal representation
|
||||
return ('&%s;' % entity)
|
||||
return '&%s;' % entity
|
||||
|
||||
|
||||
def unescapeHTML(s):
|
||||
|
Loading…
Reference in New Issue
Block a user