aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [utils] Introduce bool_or_noneSergey M․2017-09-101-0/+4
* [utils] Fix unescapeHTML for misformed string like "&a"" (#13935)Yen Chi Hsuan2017-08-191-1/+1
* [utils] Skip missing params in cli_bool_option (closes #13865)Sergey M․2017-08-091-0/+2
* [utils] Support attributes with no values in get_elements_by_attribute()Yen Chi Hsuan2017-07-051-2/+2
* [utils] Use compat_shlex_quote in shell_quoteSergey M․2017-06-171-2/+1
* [utils] Handle HTMLParseError in extract_attributes (closes #13349)Sergey M․2017-06-121-2/+7
* [utils] Improve unified_timestampSergey M․2017-06-111-1/+1
* [utils] Drop an compatibility wrapper for Python < 2.6Yen Chi Hsuan2017-05-271-10/+2
* [utils] Recognize more patterns in strip_jsonp()Yen Chi Hsuan2017-05-261-1/+6
* [utils] Recognize more audio codecs (#13081)Sergey M․2017-05-141-2/+2
* [utils] Rename try_multipart_encode to _multipart_encode_implYen Chi Hsuan2017-05-061-2/+2
* [utils] Fix multipart_encode for Python < 3.5Yen Chi Hsuan2017-05-051-1/+1
* [cda] Implement birthday verification (closes #12789)Yen Chi Hsuan2017-05-041-0/+61
* [utils] Improve unified_timestampSergey M․2017-04-301-0/+5
* [utils] add video/mp2t to mimetype2extRemita Amine2017-04-301-3/+1
* [utils] Fix inconsistent output of clean_htmlTithen-Firion2017-04-281-2/+2
* [utils] add support for ttml stylesRemita Amine2017-04-191-9/+111
* [extractor/common] Add support multiple getters in try_getSergey M․2017-04-181-7/+10
* [utils] Introduce expand_pathSergey M․2017-03-261-0/+6
* [utils] Process bytestrings in urljoin (closes #12369)Sergey M․2017-03-061-1/+6
* [utils] Carry long doc stringSergey M․2017-03-011-1/+2
* [utils] Add bytes_to_long() and long_to_bytes()Yen Chi Hsuan2017-02-281-0/+51
* [utils] Add pkcs1padYen Chi Hsuan2017-02-281-0/+15
* Improve geo bypass mechanismSergey M․2017-02-191-1/+1
* [utils] Make random_ipv4 return unicode stringSergey M․2017-02-191-2/+2
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+267
* [utils] Introduce YoutubeDLError base class for all youtube-dl exceptionsPierre Mdawar2017-02-191-9/+18
* [utils] Add support for quoted string literals in --match-filter (closes #805...Sergey M․2017-02-151-2/+7
* utils.py: Workaround TypeError with Python 2.7.13 in WindowsRicardo Constantino2017-02-111-0/+5
* Introduce get_elements_by_class and get_elements_by_attribute utility functionsThomas Christlieb2017-02-111-10/+22
* [utils] Improve comments processing in js_to_json (closes #11947)Sergey M․2017-02-031-9/+11
* [utils] Handle single-line comments in js_to_jsonMichal Čihař2017-02-031-2/+2
* [utils] Improve parse_durationSergey M․2017-01-261-3/+3
* [utils] Add another date format seen in NextTVYen Chi Hsuan2017-01-231-0/+1
* [utils] Add more date formatsSergey M․2017-01-121-0/+6
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
* [utils] Improve urljoinSergey M․2016-12-171-2/+2
* [utils] Add convenience urljoinSergey M․2016-12-131-0/+10
* [utils] Add common user agents mapSergey M․2016-12-121-0/+5
* [utils] Introduce base_urlSergey M․2016-11-021-0/+4
* [utils] Fix --match-filter for int-like strings (closes #11082)Sergey M․2016-10-311-3/+9
* [utils] Clarify for redirecting STDIN in get_exe_version()Yen Chi Hsuan2016-10-221-0/+3
* [get_exe_version] Do version probes with <&-John Hawkinson2016-10-221-0/+1
* [utils] Expose PACKED_CODES_RESergey M․2016-10-191-3/+3
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [utils] Fix xattr error handlingYen Chi Hsuan2016-10-021-0/+1
* [utils] Support xattr as well as pyxattrYen Chi Hsuan2016-10-011-12/+17
* [utils] Lower priority for rare date formats and add testsSergey M․2016-09-291-2/+2
* [vk] Fix date and view count extraction.Kacper Michajłow2016-09-291-0/+2
* Move write_xattr to utils.pyYen Chi Hsuan2016-09-301-0/+99