aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/update.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-16[update] Fix network error handling (#10486)bashonly1-2/+4
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-5/+5
2024-04-28[build] Migrate `linux_exe` to static musl builds (#9811)Simon Sawicki1-0/+4
2024-04-09[cleanup] Misc (#9426)bashonly1-1/+1
2024-03-11[docs] Misc Cleanup (#8977)pukkandan1-15/+19
2023-12-21[core] Release workflow and Updater cleanup (#8640)bashonly1-3/+4
2023-11-16Remove Python 3.7 support (#8361)bashonly1-11/+3
2023-11-12[update] Overhaul self-updaterbashonly1-187/+344
2023-11-12[build] Overhaul and unify release workflowbashonly1-0/+1
2023-09-24[core] Raise minimum recommended Python version to 3.8 (#8183)Simon Sawicki1-0/+25
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz1-5/+4
2023-06-21[update] Do not restart into versions without `--update-to`pukkandan1-6/+7
2023-05-20[update] Implement `--update-to` repoSimon Sawicki1-13/+28
2023-05-20[update] Better error handlingSimon Sawicki1-3/+4
2023-03-05[cleanup] Miscpukkandan1-1/+1
2023-03-03[update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki1-38/+113
2023-01-06[update] Fix updater file removal on windows (#5970)Simon Sawicki1-5/+6
2022-12-31[update] Workaround #5632pukkandan1-4/+4
2022-11-11[cleanup] MiscRobert Geislinger1-4/+4
2022-11-11[build] Create armv7l and aarch64 releases (#5449)MrOctopus1-8/+14
2022-11-07[update] Use error code 100 for update errorspukkandan1-0/+1
2022-08-30[utils] Add `deprecation_warning`pukkandan1-5/+3
2022-08-24Add version to infojsonpukkandan1-0/+14
2022-08-15[update] Copy bitmask from old binarypukkandan1-1/+2
2022-08-14[update] Set executable bit-maskpukkandan1-14/+22
2022-08-09[build, devscripts] Add devscript to set a build variantpukkandan1-5/+8
2022-07-17[update] Prepare to remove Python 3.6 supportpukkandan1-7/+15
2022-06-30[update] Do not check `_update_spec` when up to datepukkandan1-0/+4
2022-06-29[update] Ability to set a maximum version for specific variantspukkandan1-11/+29
2022-06-29Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219)Stefan Lobbenmeier1-0/+3
2022-06-26[cleanup] Fix some typos (#4194)crazymoose777561-1/+1
2022-06-21[build] Add Linux standalone buildspukkandan1-1/+2
2022-06-21[update] Self-restart after updatepukkandan1-11/+23
2022-06-21[update] Expose more functionality to APIpukkandan1-119/+159
2022-06-08[update] Use `.git` folder to distinguish `source`/`unknown`pukkandan1-1/+2
2022-05-22[build, cleanup] Refactorpukkandan1-138/+110
2022-05-21[cleanup] Miscpukkandan1-15/+20
2022-05-19[utils] Improve performance using `functools.cache`pukkandan1-1/+2
2022-05-09[cleanup] Minor fixes (See desc)pukkandan1-2/+2
2022-04-12[cleanup] Sort importspukkandan1-2/+1
2022-04-12[cleanup] Upgrade syntaxpukkandan1-11/+9
2022-04-12[cleanup] Remove unused code paths (#2173)felix1-35/+1
2022-02-03[cleanup,docs] Minor fixespukkandan1-1/+1
2021-12-23[cleanup] Misc cleanuppukkandan1-1/+1
2021-12-01Release 2021.12.012021.12.01pukkandan1-2/+1
2021-11-29[cleanup] Add deprecation warningspukkandan1-4/+4
2021-11-29[build] Use `workflow_dispatch` for releasepukkandan1-0/+1
2021-10-21[build] Refactor `pyinst.py` and misc cleanuppukkandan1-9/+9
2021-10-21[build] Release windows exe built with py2exepukkandan1-11/+11
2021-10-21[build] Build standalone MacOS packages (#1221)Ricardo1-14/+20