1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-06 16:11:00 +02:00
yt-dlp/youtube_dl
Jaime Marquínez Ferrándiz 36e6f62cd0 Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
2015-10-25 20:13:16 +01:00
..
downloader Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 2015-10-25 20:13:16 +01:00
extractor Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 2015-10-25 20:13:16 +01:00
postprocessor
__init__.py
__main__.py
aes.py
cache.py
compat.py Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 2015-10-25 20:13:16 +01:00
jsinterp.py
options.py
swfinterp.py
update.py
utils.py Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 2015-10-25 20:13:16 +01:00
version.py release 2015.10.24 2015-10-24 00:10:41 +02:00
YoutubeDL.py [YoutubeDL] Use DataHandler 2015-10-18 13:44:22 +08:00