mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[compat] compat_etree_fromstring: clarify comment
This commit is contained in:
parent
f78546272c
commit
ae37338e68
@ -216,8 +216,8 @@ def data_open(self, req):
|
|||||||
if sys.version_info[0] >= 3:
|
if sys.version_info[0] >= 3:
|
||||||
compat_etree_fromstring = xml.etree.ElementTree.fromstring
|
compat_etree_fromstring = xml.etree.ElementTree.fromstring
|
||||||
else:
|
else:
|
||||||
# on python 2.x the attributes and text of a node aren't always unicode
|
# python 2.x tries to encode unicode strings with ascii (see the
|
||||||
# objects
|
# XMLParser._fixtext method)
|
||||||
etree = xml.etree.ElementTree
|
etree = xml.etree.ElementTree
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user