mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2026-05-28 16:25:20 +00:00
[utils] Style
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ def _htmlentity_transform(entity):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# Unknown entity in name, return its literal representation
|
# Unknown entity in name, return its literal representation
|
||||||
return ('&%s;' % entity)
|
return '&%s;' % entity
|
||||||
|
|
||||||
|
|
||||||
def unescapeHTML(s):
|
def unescapeHTML(s):
|
||||||
|
|||||||
Reference in New Issue
Block a user