aboutsummaryrefslogtreecommitdiff
path: root/test/test_utils.py
AgeCommit message (Expand)Author
2021-08-23[utils] Add `parse_qs`pukkandan
2021-08-17Let `--match-filter` reject entries earlypukkandan
2021-08-05Add regex to `--match-filter`pukkandan
2021-08-05Add all format filtering operators also to `--match-filter`Max Teegen
2021-08-01[utils] Fix slicing of reversed `LazyList`pukkandan
2021-07-14[utils] Improve `js_to_json` comment regexfelix
2021-07-02Some minor fixes and refactoring (see desc)pukkandan
2021-06-13[utils] Improve `LazyList`pukkandan
2021-06-09Fix `%d` and empty default in outtmplpukkandan
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
2021-06-01[utils] Escape URLs in `sanitized_Request`, not `sanitize_url`pukkandan
2021-05-24Handle Basic Auth `user:pass` in URLsHubert Hirtz
2021-04-07[utils] Add `datetime_from_str` to parse relative time (#221)colethedj
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
2021-01-08Update to ytdl-2021.01.08pukkandan
2021-01-05Update to ytdl-2021.01.03pukkandan
2020-12-13Add --write-*-link by h-h-h-hpukkandan
2020-11-20Merge 'ytdl-org/youtube-dl/master' release 2020.11.19pukkandan
2020-09-12Merge branch 'ytdl-org-master'Unknown
2020-09-02rot47 capital letters.Unknown
2020-09-02renaming issues resolvedUnknown
2020-09-02[skip travis] renamingUnknown
2019-12-15[utils] Improve str_to_intSergey M․
2019-11-29[utils] handle int values passed to str_to_intRemita Amine
2019-11-27[utils] Add generic caesar cipher and rot47Sergey M․
2019-11-27[utils] Handle rd-suffixed day parts in unified_strdate (#23199)InfernalUnderling
2019-10-18[utils] Improve subtitles_filename (closes #22753)Sergey M․
2019-06-14[utils] Restrict parse_codecs and add theora as known vcodec (#21381)Sergey M․
2019-05-24[utils] Improve strip_or_noneSergey M․
2019-05-11[utils] Transliterate "þ" as "th" (#20897)Jakub Wilk
2019-03-23[utils] Improve int_or_none and float_or_none (#20403)Sergey M․
2019-03-17[utils] Introduce parse_bitrateSergey M․
2019-01-20[utils] Fix urljoin for paths with non-http(s) schemesSergey M․
2018-09-10[utils] Properly recognize AV1 codec (closes #17506)Sergey M․
2018-07-21[utils] Introduce url_or_noneSergey M․
2018-07-21[utils] Allow JSONP with empty func name (closes #17028)Sergey M․
2018-06-02[openload] Improve ext extractionEnes
2018-05-23[test_utils] add tests for b836118724122a639a1cb78d55d91724bf1e7251Remita Amine
2018-04-28[utils] Introduce merge_dictsSergey M․
2018-04-24[utils] Fix match_str for boolean meta fieldsSergey M․
2018-03-14[tennistv] Add support for tennistv.comPhilipp Hagemeister
2018-03-02[utils] Add parse_resolutionSergey 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_jsonSergey 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_durationSergey M․
2017-09-16[utils] Use bytes-like objects in dfxp2srtYen 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․