БГ
Size: a a a
БГ
M
py3
import urllib.parse
link = "http://site.com/hello%20chat.mp3"
print(urllib.parse.unquote_plus(link))
http://site.com/hello chat.mp3
Go
py3
import urllib.parse
link = "http://site.com/hello%20chat.mp3"
print(urllib.parse.unquote_plus(link))
http://site.com/hello chat.mp3
K
R3
И
M
M
И
А
ДП
B
B
И
ДП
БГ
B