Sergey M․ 10 rokov pred
rodič
commit
7a3f0c00ad
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      youtube_dl/utils.py

+ 1 - 1
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):