60 Commits (bffb245a4882b10b5e66015fa89ef1cadf974415)

Author SHA1 Message Date
Yen Chi Hsuan 92d5477d84 [compat] Handle tuples properly in urlencode() 9 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict 9 years ago
Sergey M․ 57f7e3c62d [compat] Add compat_xpath 9 years ago
Yen Chi Hsuan e9c0cdd389 [jython] Introduce compat_os_name 9 years ago
Brian Foley 8bb56eeeea [utils] Add extract_attributes for extracting html tag attributes 9 years ago
Sergey M․ 611c1dd96e [refactor] Single quotes consistency 9 years ago
Yen Chi Hsuan 614db89ae3 [compat] Clarify the versions requiring compat_kwargs 9 years ago
Sergey M․ 67dda51722 Rename compat_urllib_request_Request to sanitized_Request and move to utils 9 years ago
Sergey M․ 13a10d5aa3 [compat] Add compat_urllib_request_Request 9 years ago
Jaime Marquínez Ferrándiz ae37338e68 [compat] compat_etree_fromstring: clarify comment 9 years ago
Jaime Marquínez Ferrándiz f78546272c [compat] compat_etree_fromstring: also decode the text attribute 9 years ago
Jaime Marquínez Ferrándiz 387db16a78 [compat] compat_etree_fromstring: only decode bytes objects 9 years ago
Jaime Marquínez Ferrándiz 36e6f62cd0 Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) 9 years ago
Yen Chi Hsuan 0a67a3632b [compat] Add compat_urllib_request_DataHandler 9 years ago
Sergey M․ f2dbc54066 [compat] Fix wrong lines/columns order 9 years ago
Philipp Hagemeister 4810c48d6d [compat] Do not compare None <= 0 9 years ago
Yen Chi Hsuan 13118a50b8 [compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_size 9 years ago
Philipp Hagemeister 953fed280f [compat] Do not use unicode 9 years ago
Sergey M․ 8df5ae15d1 [compat] Fix python version check for compat_shlex_split 9 years ago
Sergey M․ 51f579b635 [compat] Add compat shlex.split 9 years ago
remitamine 799207e838 [viewster] extract the api auth token 9 years ago
Sergey M․ 22603348aa [compat] Fix _asciire 9 years ago
Sergey M․ 3cc8b4c327 [compat] Fix missing _asciire on python 2.6 9 years ago
Sergey M․ 4d08161ac2 [compat] Mention unquote_plus 9 years ago
Sergey M․ aa99aa4e85 [compat] Add compat_urllib_parse_unquote_plus 9 years ago
Sergey M․ 5513967926 [compat] Simplify and use latest cpython 3 code 9 years ago
fnord 593b77064c Don't forget trailing '%' 9 years ago
fnord 9fefc88656 fix TestCompat test_all_present 9 years ago
fnord a0f28f90fa remove kebab 9 years ago
fnord 851229a01f remove debugprint 9 years ago
fnord c9c854cea7 replace old compat_urllib_parse_unquote with backport from python3's function 9 years ago
fnord e37c932fca compat_urllib_parse_unquote: crash fix: only decode valid hex 9 years ago
Yen Chi Hsuan a0e060ac1e [compat] Add compat_itertools_count 9 years ago
Jaime Marquínez Ferrándiz 67134eaba1 [YoutubeDL] rework how the format spec is processed 10 years ago
Jaime Marquínez Ferrándiz 2ddcd88129 Remove code that was only used by the Grooveshark extractor 10 years ago
Jaime Marquínez Ferrándiz 70a1165b32 Don't use bare 'except:' 10 years ago
Jaime Marquínez Ferrándiz 003c69a84b Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3) 10 years ago
Philipp Hagemeister 0196149c5b [compat] Correct compat_basestring definition 10 years ago
Philipp Hagemeister 8f9312c387 Appease pyflakes8-3 10 years ago
Philipp Hagemeister 83fda3c000 Add a test for --no-check-certificate 10 years ago
Philipp Hagemeister 8ad6b5ed9f [compat] Correct socket error class reference 10 years ago
Sergey M․ 987493aef3 [test_compat] Fix alphabetic order to make test_all_present pass 10 years ago
Philipp Hagemeister be4a824d74 Add new option --source-address 10 years ago
Philipp Hagemeister c6973bd412 [compat] Simplify kwarg detection code 10 years ago
Philipp Hagemeister e2f89ec7aa Revert "[utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392)" 10 years ago
Philipp Hagemeister 16040f46d6 [utils] Work around PyPy stupidity with Windows DLLs (Fixes #4392) 10 years ago
Jaime Marquínez Ferrándiz 83e865a370 Fix PEP8 issue E713 10 years ago
Philipp Hagemeister b061ea6e9f [compat] Beautify assertion 10 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago