Age | Commit message (Expand) | Author |
2019-01-20 | [utils] Fix urljoin for paths with non-http(s) schemes | Sergey M․ |
2018-09-10 | [utils] Properly recognize AV1 codec (closes #17506) | Sergey M․ |
2018-07-21 | [utils] Introduce url_or_none | Sergey M․ |
2018-07-21 | [utils] Allow JSONP with empty func name (closes #17028) | Sergey M․ |
2018-06-02 | [openload] Improve ext extraction | Enes |
2018-05-23 | [test_utils] add tests for b836118724122a639a1cb78d55d91724bf1e7251 | Remita Amine |
2018-04-28 | [utils] Introduce merge_dicts | Sergey M․ |
2018-04-24 | [utils] Fix match_str for boolean meta fields | Sergey M․ |
2018-03-14 | [tennistv] Add support for tennistv.com | Philipp Hagemeister |
2018-03-02 | [utils] Add parse_resolution | Sergey M․ |
2018-02-19 | [utils] Fixup some common URL's typos in sanitize_url (closes #15649) | Sergey M․ |
2018-01-20 | [test_utils] Add tests for malformed JSON handling in js_to_json | Sergey M․ |
2018-01-20 | [util] Improve scientific notation handling in js_to_json (closes #14789) | Mike Fährmann |
2017-12-16 | [utils] Add another date format pattern (#14999) | Sergey M․ |
2017-10-29 | [utils] Add support for zero years and months in parse_duration | Sergey M․ |
2017-09-16 | [utils] Use bytes-like objects in dfxp2srt | Yen Chi Hsuan |
2017-08-19 | [utils] Fix unescapeHTML for misformed string like "&a"" (#13935) | Yen Chi Hsuan |
2017-08-09 | [utils] Skip missing params in cli_bool_option (closes #13865) | Sergey M․ |
2017-07-06 | [test_utils] Fix tests under Windows | Sergey M․ |
2017-07-05 | [utils] Support attributes with no values in get_elements_by_attribute() | Yen Chi Hsuan |
2017-06-12 | [utils] Handle HTMLParseError in extract_attributes (closes #13349) | Sergey M․ |
2017-06-11 | [utils] Improve unified_timestamp | Sergey M․ |
2017-05-26 | [utils] Recognize more patterns in strip_jsonp() | Yen Chi Hsuan |
2017-05-04 | [cda] Implement birthday verification (closes #12789) | Yen Chi Hsuan |
2017-04-30 | [utils] Improve unified_timestamp | Sergey M․ |
2017-04-28 | [test_utils] Add one more clean_html test | Tithen-Firion |
2017-04-19 | [utils] add support for ttml styles | Remita Amine |
2017-03-26 | [test_utils] Do not use dash in env variables' names | Sergey M․ |
2017-03-26 | [test_utils] Fix expand_path tests | Sergey M․ |
2017-03-26 | [utils] Introduce expand_path | Sergey M․ |
2017-03-06 | [utils] Process bytestrings in urljoin (closes #12369) | Sergey M․ |
2017-02-28 | [utils] Add pkcs1pad | Yen Chi Hsuan |
2017-02-11 | Introduce get_elements_by_class and get_elements_by_attribute utility functions | Thomas Christlieb |
2017-02-03 | [utils] Improve comments processing in js_to_json (closes #11947) | Sergey M․ |
2017-02-03 | [utils] Handle single-line comments in js_to_json | Michal Čihař |
2017-01-26 | [utils] Improve parse_duration | Sergey M․ |
2017-01-12 | [utils] Add more date formats | Sergey M․ |
2016-12-20 | [common] fix dash codec information for mixed videos and fragment url constru... | Remita Amine |
2016-12-17 | [utils] Improve urljoin | Sergey M․ |
2016-12-13 | [utils] Add convenience urljoin | Sergey M․ |
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan |
2016-11-02 | [utils] Introduce base_url | Sergey M․ |
2016-09-29 | [utils] Lower priority for rare date formats and add tests | Sergey M․ |
2016-09-14 | [utils] Use native french month names | Sergey M․ |
2016-09-14 | [utils] Improve month_by_name and add tests | Sergey M․ |
2016-09-02 | [utils] Improve mimetype2ext | Sergey M․ |
2016-08-20 | [utils] Recognize units with full names in parse_filename | Yen Chi Hsuan |
2016-08-19 | [utils] Correct octal/hexadecimal number detection in js_to_json | Yen Chi Hsuan |
2016-08-18 | [utils] Recognize lowercase units in parse_filesize | Sergey M․ |
2016-08-13 | [test_utils] add test for option with not str value | Remita Amine |