youtube-dl/youtube_dl/downloader
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
..
__init__.py
common.py
dash.py [downloader/dash] Improve 'combine_url' (fixes #6341) 2015-07-23 12:09:30 +02:00
external.py
f4m.py Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 2015-10-25 20:13:16 +01:00
fragment.py
hls.py [downloader/hls] Add headers only for http(s) URLs 2015-10-18 13:44:21 +08:00
http.py [downloader/http] Clarify rationale for Content-Range check (#6426) 2015-08-03 02:27:47 +06:00
rtmp.py
rtsp.py