Browse Source
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
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).master
11 changed files with 61 additions and 21 deletions
Split View
Diff Options
-
7test/test_compat.py
-
11test/test_utils.py
-
25youtube_dl/compat.py
-
4youtube_dl/downloader/f4m.py
-
8youtube_dl/extractor/bbc.py
-
6youtube_dl/extractor/bilibili.py
-
4youtube_dl/extractor/brightcove.py
-
4youtube_dl/extractor/common.py
-
4youtube_dl/extractor/crunchyroll.py
-
6youtube_dl/extractor/vevo.py
-
3youtube_dl/utils.py
Write
Preview
Loading…
Cancel
Save