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
/
youtube_dl
/
compat.py
Age
Commit message (
Expand
)
Author
2018-02-02
[compat] Mute some F821 under python 3
Sergey M․
2018-01-28
Add support for IronPython
Sergey M․
2018-01-23
[compat] Add compat_b64decode
Sergey M․
2018-01-01
[utils] Fix youtube-dl under PyPy3 on Windows
Philipp Hagemeister
2017-09-23
[mixcloud] Fix extraction (closes #14088)
Tatsuyuki Ishi
2017-06-17
[compat] Fix compat_shlex_quote on Windows (closes #5889, closes #10254)
Sergey M․
2017-06-12
[compat] Add compat_HTMLParseError to __all__
Sergey M․
2017-06-12
[compat] Introduce compat_HTMLParseError
Sergey M․
2017-04-12
improve coding style
Remita Amine
2017-02-25
[compat] Use try except for compat_numeric_types
Sergey M․
2017-02-23
[compat] Add compat_numeric_types
Sergey M․
2017-02-01
[compat] add compat_etree_register_namespace to __all__ list
Remita Amine
2017-01-29
[compat] add compat_etree_register_namespace
Remita Amine
2017-01-06
Fix "invalid escape sequences" error on Python 3.6
Yen Chi Hsuan
2016-11-17
Update coding style after pycodestyle 2.1.0
Yen Chi Hsuan
2016-07-07
[compat] Fix test_cmdline_umlauts on Python 2.6
Yen Chi Hsuan
2016-07-07
[compat] Fix compat_shlex_split for non-ASCII input
Yen Chi Hsuan
2016-06-10
[compat] Import html5 entities correctly
Yen Chi Hsuan
2016-06-10
[compat] Add compat_html_entities_html5
Yen Chi Hsuan
2016-06-05
[compat] Add 'compat_input' to __all__
Jaime Marquínez Ferrándiz
2016-06-05
[compat] Add compat_input
Sergey M․
2016-05-23
[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2
Yen Chi Hsuan
2016-05-10
[compat] Rename shlex_quote and remove unused subprocess_check_output
Yen Chi Hsuan
2016-05-10
[compat] Rename struct_(un)pack to compat_struct_(un)pack
Yen Chi Hsuan
2016-05-10
[utils,compat] Move struct_pack and struct_unpack to compat.py
Yen Chi Hsuan
2016-05-09
[compat] Add compat_setenv
Sergey M․
2016-04-06
[compat] Handle tuples properly in urlencode()
Yen Chi Hsuan
2016-03-26
[compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
Sergey M․
2016-03-18
[compat] Add compat_xpath
Sergey M․
2016-03-16
Merge pull request #8092 from bpfoley/twitter-thumbnail
remitamine
2016-03-03
[jython] Introduce compat_os_name
Yen Chi Hsuan
2016-03-03
[utils] Add extract_attributes for extracting html tag attributes
Brian Foley
2016-02-14
[refactor] Single quotes consistency
Sergey M․
2016-01-16
[compat] Clarify the versions requiring compat_kwargs
Yen Chi Hsuan
2015-11-23
Rename compat_urllib_request_Request to sanitized_Request and move to utils
Sergey M․
2015-11-23
[compat] Add compat_urllib_request_Request
Sergey M․
2015-10-29
[compat] compat_etree_fromstring: clarify comment
Jaime Marquínez Ferrándiz
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-10-18
[compat] Add compat_urllib_request_DataHandler
Yen Chi Hsuan
2015-10-06
[compat] Fix wrong lines/columns order
Sergey M․
2015-10-06
[compat] Do not compare None <= 0
Philipp Hagemeister
2015-10-03
[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size
Yen Chi Hsuan
2015-09-14
[compat] Do not use unicode
Philipp Hagemeister
2015-09-05
[compat] Fix python version check for compat_shlex_split
Sergey M․
2015-09-05
[compat] Add compat shlex.split
Sergey M․
2015-08-03
Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)
Jaime Marquínez Ferrándiz
2015-07-30
[viewster] extract the api auth token
remitamine
2015-07-18
[compat] Fix _asciire
Sergey M․
[next]