aboutsummaryrefslogtreecommitdiff
path: root/test/test_YoutubeDL.py
AgeCommit message (Expand)Author
2022-01-04[cleanup] Misc cleanuppukkandan
2022-01-03Add key `requested_downloads` in the root `info_dict`pukkandan
2021-12-30[outtmpl] Alternate form for `D` and fix suffix's casepukkandan
2021-12-23[outtmpl] Change filename sanitization type to `S`pukkandan
2021-12-23[cleanup] Misc cleanuppukkandan
2021-12-23[outtmpl] Add alternate forms `F`, `D`pukkandan
2021-12-18[outtmpl] Add operator `&` for replacement text (#2012)PilzAdam
2021-11-19[tests] Fix testspukkandan
2021-11-10[outtmpl] Add alternate forms for `q` and `j`pukkandan
2021-11-08[outtmpl] Do not traverse `None`pukkandan
2021-10-13[outtmpl] Fix bug in expanding environment variablespukkandan
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
2021-09-30[docs,cleanup] Some minor refactoring and improve docspukkandan
2021-09-27[outtmpl] Alternate form of format type `l` for `\n` delimited listpukkandan
2021-09-26[outtmpl] Format type `U` for unicode normalizationpukkandan
2021-09-25Allow `0` in `--playlist-items`pukkandan
2021-09-18Allow alternate fields in outtmplpukkandan
2021-09-18Add format type `B` for outtmpl to treat the value as bytespukkandan
2021-08-17Fix `playlist_index` not obeying `playlist_start`pukkandan
2021-08-07Allow entire infodict to be printed using `%()s`pukkandan
2021-08-07Fix bugs related to `sanitize_info`pukkandan
2021-07-29Add format types `j`, `l`, `q` for outtmplpukkandan
2021-07-29Expand and escape environment variables correctly in outtmplpukkandan
2021-07-07Fix selectors `all`, `mergeall` and add testspukkandan
2021-06-17Fix id sanitization in filenamespukkandan
2021-06-11Better error handling of syntax errors in `-f`pukkandan
2021-06-09Improve offset parsing in outtmplpukkandan
2021-06-09[test] More rigorous tests for `prepare_filename`pukkandan
2021-06-09Fix `%d` and empty default in outtmplpukkandan
2021-06-08Make outtmpl more robust and catch errors earlypukkandan
2021-06-06Fix filename sanitizationpukkandan
2021-06-06Fix and refactor `prepare_outtmpl`pukkandan
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
2021-05-29[cleanup] `_match_entry`pukkandan
2021-05-19[test] Fix `test_YoutubeDL.TestYoutubeDL`pukkandan
2021-04-22Improve output template (see desc)pukkandan
2021-04-20Improve --sub-langs (see desc)pukkandan
2021-04-16Fix some linter and typospukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
2021-01-24Update to ytdl-2021.01.24.1Remita Amine
2021-01-07Fix/disable tests2021.01.07pukkandan
2020-12-13Add --write-*-link by h-h-h-hpukkandan
2020-11-22Updated to release 2020.11.21.1pukkandan
2020-09-02[skip travis] renamingUnknown
2020-02-15[test_YoutubeDL] Add tests for #10591 (closes #23873)Sergey M․
2020-02-15[test_YoutubeDL] Fix get_idsSergey M․
2019-03-11Start moving to ytdl-orgSergey M․
2019-01-24[YoutubeDL] Fix typo in string negation implementation and add more tests (cl...Sergey M․
2019-01-20[YoutubeDL] Add negation support for string comparisons in format selection e...Sergey M․
2017-11-26[test_YoutubeDL] Fix typo (closes #14856)Sergey M․