mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-03 19:02:48 +00:00
Remove superfluous encodings
This commit is contained in:
@@ -87,6 +87,7 @@ if sys.version_info < (3,0):
|
||||
print(s.encode(preferredencoding(), 'xmlcharrefreplace'))
|
||||
else:
|
||||
def compat_print(s):
|
||||
assert type(s) == type(u'')
|
||||
print(s)
|
||||
|
||||
def htmlentity_transform(matchobj):
|
||||
|
Reference in New Issue
Block a user