index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_compat.py
Age
Commit message (
Expand
)
Author
2016-03-26
[test_compat] Add tests for compat_urllib_parse_urlencode
Sergey M․
2015-10-26
[compat] compat_etree_fromstring: also decode the text attribute
Jaime Marquínez Ferrándiz
2015-10-25
[compat] compat_etree_fromstring: only decode bytes objects
Jaime Marquínez Ferrándiz
2015-10-25
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
Jaime Marquínez Ferrándiz
2015-09-05
[test_compat] Fix typo
Sergey M․
2015-09-05
[test_compat] Add test for compat_shlex_split
Sergey M․
2015-07-17
[test_compat] Add tests for compat_urllib_parse_unquote_plus
Sergey M․
2015-07-17
[test_compat] Remove redundant test
Sergey M․
2015-07-17
[test_compat] Make tests more idiomatic
Sergey M․
2015-07-17
Add tests for compat_urllib_parse_unquote
fnord
2014-11-19
[test/test_compat] Restore the old value of the HOME environment variable
Jaime Marquínez Ferrándiz
2014-11-03
[test_compat] Ignore unicode_literals
Philipp Hagemeister
2014-11-02
[util] Move compatibility functions out of util
Philipp Hagemeister