projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aefc49
)
[utils] Style
author
Sergey M․
<dstftw@gmail.com>
Mon, 16 Nov 2015 14:24:09 +0000
(20:24 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 16 Nov 2015 14:24:09 +0000
(20:24 +0600)
youtube_dl/utils.py
patch
|
blob
|
history
diff --git
a/youtube_dl/utils.py
b/youtube_dl/utils.py
index b7013a6aaef400633d45ac33c4a7fcb949802be7..d00b14b86d8ea8d43aef6bd7cf5a575cda5f94af 100644
(file)
--- a/
youtube_dl/utils.py
+++ b/
youtube_dl/utils.py
@@
-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):