فهرست منبع

[utils] Style

Sergey M․ 9 سال پیش
والد
کامیت
7a3f0c00ad
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      youtube_dl/utils.py

+ 1 - 1
youtube_dl/utils.py

@@ -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):