aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2024-05-26[misc] Cleanup (#9765)Simon Sawicki
Closes #9763 Authored by: bashonly, seproDev, Grub4K Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
2024-03-10[build] Add transitional `setup.py` and `pyinst.py` (#9296)bashonly
Authored by: bashonly, Grub4K, pukkandan Co-authored-by: Simon Sawicki <contact@grub4k.xyz> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2024-02-11[build] Migrate to `pyproject.toml` and `hatchling`bashonly
Authored by: bashonly
2024-02-11[build] Move bundle scripts into `bundle` submodulebashonly
Authored by: bashonly
2023-11-16Remove Python 3.7 support (#8361)bashonly
Closes #7803 Authored by: bashonly
2023-11-12[build] Overhaul and unify release workflowbashonly
Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2023-10-13[rh:requests] Add handler for `requests` HTTP library (#3668)coletdjnz
Adds support for HTTPS proxies and persistent connections (keep-alive) Closes https://github.com/yt-dlp/yt-dlp/issues/1890 Resolves https://github.com/yt-dlp/yt-dlp/issues/4070 Resolves https://github.com/ytdl-org/youtube-dl/issues/32549 Resolves https://github.com/ytdl-org/youtube-dl/issues/14523 Resolves https://github.com/ytdl-org/youtube-dl/issues/13734 Authored by: coletdjnz, Grub4K, bashonly
2023-07-15[build] Make sure deprecated modules are addedpukkandan
2023-02-09[devscripts] Provide pyinstaller hookspukkandan
Closes #6185
2023-01-03[build] Add minimal `pyproject.toml`pukkandan
2022-11-10[build] `py2exe`: Migrate to freeze API (#5149)Sergey
Closes #5135 Authored by: SG5, pukkandan
2022-10-03[extractor/anvato] Fix extractor and refactor (#5074)bashonly
Authored by: bashonly
2022-08-15[build] Exclude devscripts from installsLesmiscore
Closes #4667
2022-08-09[devscripts] Create `utils` and refactorpukkandan
2022-07-18Remove Python 3.6 supportpukkandan
Closes #3764
2022-07-09[build] Improve `setup.py`pukkandan
Closes #4296
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-06-11[cleanup] Misc fixespukkandan
Closes #4027
2022-05-21[cleanup] Miscpukkandan
2022-04-29[doc] Minor improvementspukkandan
Closes #3518, Closes #3560
2022-04-27[cleanup,build] Cleanup some build-related codepukkandan
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
2022-04-26[build] Ensure `compat._legacy` is packed in executablespukkandan
Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-03-09[build] Fix bug in 08d30158ec8e7e08c1d83dcfde6dba18c95b2640pukkandan
2022-03-08[cleanup, docs] Misc cleanuppukkandan
Closes #2828, closes #2734, closes #2802, closes #2937
2022-03-08Add brotli content-encoding support (#2433)coletdev
Authored by: coletdjnz
2021-10-23[cleanup] Add keyword automatically to SearchIE descriptionspukkandan
and some minor cleanup of docs
2021-10-21[build] Release windows exe built with py2exepukkandan
Closes: #855 Related: #661, #705, #890, #1024, #1160
2021-10-09[cleanup] Misc cleanuppukkandan
2021-10-06[docs,build] Change all pycryptodome references to pycryptodomexpukkandan
2021-10-04[build] Allow building with py2exe (and misc fixes)pukkandan
py2exe config is copied from youtube-dl Closes #1160
2021-06-21[websockets] Add `WebSocketFragmentFD` (#399)pukkandan
Necessary for #392 Co-authored by: nao20010128nao, pukkandan
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz
2021-06-06Remove support for obsolete python versionspukkandan
2021-06-01[cleanup] setup.pypukkandan
2021-04-28[cleanup] Fix linter and some typospukkandan
* Also remove inconsistent use of `"` in setup.py
2021-03-03Fix packaging bugs (#129)hseg
* Autogenerate `AUTHORS` * Fix `setup.py` using wrong completion files * Complete `ChangeLog` -> `Changelog.md` rename * Make `make tar` respect DESTDIR * Remove `bin/` `yt-dlp` and `docs/` from tar and sdist * Make `pypi-files` build all files needed for `python setup.py` * Add `completions` alias * Add `devscripts/` and `supportedsites.md` to pip sdist * Remove `man` target * Remove `README.txt` from sdist * Make `clean` more granular * Move aliases to top Authored by: hseg <gesh@gesh.uni.cx>
2021-02-25Fix completion paths, zsh pip completion installhseg
Closes: #108, #110
2021-02-25[documentation] Changes left behind from #85 and #107pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
2021-02-11#75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)shirt-dev
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed
2021-02-08[documentation] Crypto is an optional dependencypukkandan
2021-01-29Refactor `update-version`, `pyinst.py` and related filespukkandan
* Refactor update-version * Moved pyinst, update-version and icon into devscripts * pyinst doesn't bump version anymore * Merge pyinst and pyinst32. Usage: `pyinst.py [32|64]` * Add mutagen as requirement * Remove make_win and related files
2021-01-29Linter and misc cleanuppukkandan
:ci skip dl
2021-01-16Add PyPI releasepukkandan
2021-01-14Documentation fixespukkandan
* Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos
2021-01-07Preparing for releasepukkandan
2020-11-07[skip travis] readme and pypi updateUnknown
2020-10-14Don't install testsSergey Alirzaev