Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat, networking] Deprecate old functions (#2861) | coletdjnz | 2023-07-15 | 1 | -5/+4 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [update] Do not restart into versions without `--update-to` | pukkandan | 2023-06-21 | 1 | -6/+7 |
| | |||||
* | [update] Implement `--update-to` repo | Simon Sawicki | 2023-05-20 | 1 | -13/+28 |
| | | | | Authored by: Grub4K, pukkandan | ||||
* | [update] Better error handling | Simon Sawicki | 2023-05-20 | 1 | -3/+4 |
| | | | | Authored by: pukkandan | ||||
* | [cleanup] Misc | pukkandan | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | [update] Add option `--update-to`, including to nightly (#6220) | Simon Sawicki | 2023-03-03 | 1 | -38/+113 |
| | | | | | | | | * By default, stable will only update to stable, and nightly to nightly Authored by: Grub4K, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> | ||||
* | [update] Fix updater file removal on windows (#5970) | Simon Sawicki | 2023-01-06 | 1 | -5/+6 |
| | | | | | Reverts 2fb0f858686c46abc50a0e253245afe750746775 Closes #5632 Authored by: Grub4K | ||||
* | [update] Workaround #5632 | pukkandan | 2022-12-31 | 1 | -4/+4 |
| | |||||
* | [cleanup] Misc | Robert Geislinger | 2022-11-11 | 1 | -4/+4 |
| | | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster | ||||
* | [build] Create armv7l and aarch64 releases (#5449) | MrOctopus | 2022-11-11 | 1 | -8/+14 |
| | | | | Closes #5436 Authored by: MrOctopus, pukkandan | ||||
* | [update] Use error code 100 for update errors | pukkandan | 2022-11-07 | 1 | -0/+1 |
| | | | | | | | This error code was previously used for "Exiting to finish update", but is no longer used Closes #5198 | ||||
* | [utils] Add `deprecation_warning` | pukkandan | 2022-08-30 | 1 | -5/+3 |
| | | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515 | ||||
* | Add version to infojson | pukkandan | 2022-08-24 | 1 | -0/+14 |
| | |||||
* | [update] Copy bitmask from old binary | pukkandan | 2022-08-15 | 1 | -1/+2 |
| | | | | | | Improves a6125983ab4434fc4079f575a4bf22042411ea5e Authored by: Lesmiscore | ||||
* | [update] Set executable bit-mask | pukkandan | 2022-08-14 | 1 | -14/+22 |
| | | | | Closes #4621 | ||||
* | [build, devscripts] Add devscript to set a build variant | pukkandan | 2022-08-09 | 1 | -5/+8 |
| | | | | Closes #4471 | ||||
* | [update] Prepare to remove Python 3.6 support | pukkandan | 2022-07-17 | 1 | -7/+15 |
| | |||||
* | [update] Do not check `_update_spec` when up to date | pukkandan | 2022-06-30 | 1 | -0/+4 |
| | |||||
* | [update] Ability to set a maximum version for specific variants | pukkandan | 2022-06-29 | 1 | -11/+29 |
| | |||||
* | Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219) | Stefan Lobbenmeier | 2022-06-29 | 1 | -0/+3 |
| | | | | | Update only to legacy version on old MacOS Authored by: StefanLobbenmeier | ||||
* | [cleanup] Fix some typos (#4194) | crazymoose77756 | 2022-06-26 | 1 | -1/+1 |
| | | | Authored by: crazymoose77756 | ||||
* | [build] Add Linux standalone builds | pukkandan | 2022-06-21 | 1 | -1/+2 |
| | |||||
* | [update] Self-restart after update | pukkandan | 2022-06-21 | 1 | -11/+23 |
| | |||||
* | [update] Expose more functionality to API | pukkandan | 2022-06-21 | 1 | -119/+159 |
| | |||||
* | [update] Use `.git` folder to distinguish `source`/`unknown` | pukkandan | 2022-06-08 | 1 | -1/+2 |
| | | | | | | This is not perfect, but is good enough for how we use this information Closes #3994 | ||||
* | [build, cleanup] Refactor | pukkandan | 2022-05-22 | 1 | -138/+110 |
| | | | | Closes #3835, #3837 | ||||
* | [cleanup] Misc | pukkandan | 2022-05-21 | 1 | -15/+20 |
| | |||||
* | [utils] Improve performance using `functools.cache` | pukkandan | 2022-05-19 | 1 | -1/+2 |
| | | | | Closes #3786 | ||||
* | [cleanup] Minor fixes (See desc) | pukkandan | 2022-05-09 | 1 | -2/+2 |
| | | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -2/+1 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -11/+9 |
| | | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | ||||
* | [cleanup] Remove unused code paths (#2173) | felix | 2022-04-12 | 1 | -35/+1 |
| | | | | | | | | | | | | | | | | | | | Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz | ||||
* | [cleanup,docs] Minor fixes | pukkandan | 2022-02-03 | 1 | -1/+1 |
| | | | | Closes #2541, #2484 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-12-23 | 1 | -1/+1 |
| | | | | Closes #1942 #1976 #2020 #2058 #1984 | ||||
* | Release 2021.12.01 | pukkandan | 2021-12-01 | 1 | -2/+1 |
| | |||||
* | [cleanup] Add deprecation warnings | pukkandan | 2021-11-29 | 1 | -4/+4 |
| | |||||
* | [build] Use `workflow_dispatch` for release | pukkandan | 2021-11-29 | 1 | -0/+1 |
| | |||||
* | [build] Refactor `pyinst.py` and misc cleanup | pukkandan | 2021-10-21 | 1 | -9/+9 |
| | | | | Closes #1361 | ||||
* | [build] Release windows exe built with py2exe | pukkandan | 2021-10-21 | 1 | -11/+11 |
| | | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160 | ||||
* | [build] Build standalone MacOS packages (#1221) | Ricardo | 2021-10-21 | 1 | -14/+20 |
| | | | | Closes #1075 Authored by: smplayer-dev | ||||
* | Don't create console for subprocesses on Windows (#1261) | pukkandan | 2021-10-20 | 1 | -2/+2 |
| | | | Closes #1251 | ||||
* | [update] Clean up error reporting | pukkandan | 2021-10-11 | 1 | -61/+74 |
| | | | | Closes #1224 | ||||
* | [build] Allow building with py2exe (and misc fixes) | pukkandan | 2021-10-04 | 1 | -12/+21 |
| | | | | | py2exe config is copied from youtube-dl Closes #1160 | ||||
* | [update] Check for new version even if not updateable | pukkandan | 2021-09-27 | 1 | -18/+18 |
| | |||||
* | [build] Improve release process (#880) | pukkandan | 2021-09-24 | 1 | -13/+21 |
| | | | | | | | | * Automate more of the release process by animelover1984, pukkandan - closes #823 * Fix sha256 by nihil-admirari - closes #385 * Bring back brew taps by nao20010128nao #865 * Provide `--onedir` zip for windows by pukkandan - Closes #1024, #661, #705 and #890 Authored by: pukkandan, animelover1984, nihil-admirari, nao20010128nao | ||||
* | [build] Build Windows x86 version with py3.7 | pukkandan | 2021-06-10 | 1 | -6/+2 |
| | | | | | | | | | and remove redundant tests Closes #390 :ci skip Co-authored by: pukkandan, shirt-dev | ||||
* | Revert "[build] Build Windows x86 version with py3.8" | pukkandan | 2021-06-09 | 1 | -2/+6 |
| | | | | | | | | This reverts commit aa75e51f992c206b07ab4de592f11a871827bf4b. See #390 This is being reverted instead of modified due to #388 | ||||
* | [build] Build Windows x86 version with py3.8 | pukkandan | 2021-06-09 | 1 | -6/+2 |
| | | | | | | | and remove redundant tests :ci skip Ao-authored by: pukkandan, shirt-dev | ||||
* | [build,update] Add GNU-style SHA512 and prepare updater for simlar SHA256 (#383) | Nil Admirari | 2021-06-08 | 1 | -4/+10 |
| | | | | | Authored by: nihil-admirari <50202386+nihil-admirari@users.noreply.github.com> Related: #385 | ||||
* | [update] Block further update for unsupported systems | pukkandan | 2021-06-01 | 1 | -8/+15 |
| |