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
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․
2015-07-18
[compat] Fix missing _asciire on python 2.6
Sergey M․
2015-07-17
[compat] Mention unquote_plus
Sergey M․
2015-07-17
[compat] Add compat_urllib_parse_unquote_plus
Sergey M․
2015-07-17
[compat] Simplify and use latest cpython 3 code
Sergey M․
2015-07-17
Don't forget trailing '%'
fnord
2015-07-17
fix TestCompat test_all_present
fnord
2015-07-17
remove kebab
fnord
2015-07-17
remove debugprint
fnord
2015-07-17
replace old compat_urllib_parse_unquote with backport from python3's function
fnord
2015-07-15
compat_urllib_parse_unquote: crash fix: only decode valid hex
fnord
2015-07-10
[compat] Add compat_itertools_count
Yen Chi Hsuan
2015-06-28
[YoutubeDL] rework how the format spec is processed
Jaime Marquínez Ferrándiz
2015-05-02
Remove code that was only used by the Grooveshark extractor
Jaime Marquínez Ferrándiz
2015-03-27
Don't use bare 'except:'
Jaime Marquínez Ferrándiz
2015-02-28
Use shutil.get_terminal_size for getting the terminal width if it's available...
Jaime Marquínez Ferrándiz
2015-02-01
[compat] Correct compat_basestring definition
Philipp Hagemeister
2015-02-01
Appease pyflakes8-3
Philipp Hagemeister
[next]