aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* update from upstreamJesus2023-09-041-11/+20
|\
| * [build] Make sure deprecated modules are addedpukkandan2023-07-151-1/+2
| |
| * [devscripts] Provide pyinstaller hookspukkandan2023-02-091-1/+4
| | | | | | | | Closes #6185
| * [build] Add minimal `pyproject.toml`pukkandan2023-01-031-2/+6
| |
| * [build] `py2exe`: Migrate to freeze API (#5149)Sergey2022-11-101-54/+69
| | | | | | | | Closes #5135 Authored by: SG5, pukkandan
| * [extractor/anvato] Fix extractor and refactor (#5074)bashonly2022-10-031-1/+0
| | | | | | Authored by: bashonly
| * [build] Exclude devscripts from installsLesmiscore2022-08-151-1/+1
| | | | | | | | Closes #4667
| * [devscripts] Create `utils` and refactorpukkandan2022-08-091-15/+5
| |
| * Remove Python 3.6 supportpukkandan2022-07-181-2/+1
| | | | | | | | Closes #3764
| * [build] Improve `setup.py`pukkandan2022-07-091-20/+28
| | | | | | | | Closes #4296
* | updated from upstream | 27/06/2022 at 01:25Jesús2022-06-271-1/+4
|\|
| * [cleanup] Consistent style for file headspukkandan2022-06-251-0/+1
| |
| * [cleanup] Misc fixespukkandan2022-06-111-0/+3
| | | | | | | | Closes #4027
| * [cleanup] Miscpukkandan2022-05-211-1/+1
| |
| * [doc] Minor improvementspukkandan2022-04-291-1/+1
| | | | | | | | Closes #3518, Closes #3560
| * [cleanup,build] Cleanup some build-related codepukkandan2022-04-271-6/+16
| | | | | | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
| * [build] Ensure `compat._legacy` is packed in executablespukkandan2022-04-261-0/+2
| | | | | | | | Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
| * [cleanup] Sort importspukkandan2022-04-121-3/+3
| | | | | | | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
| * [cleanup] Upgrade syntaxpukkandan2022-04-121-1/+0
| | | | | | | | | | | | | | | | | | | | 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
* | updated from upstream | 12/03/2022 at 06:05Jesús2022-03-121-1/+1
|\|
| * [build] Fix bug in 08d30158ec8e7e08c1d83dcfde6dba18c95b2640pukkandan2022-03-091-2/+2
| |
| * [cleanup, docs] Misc cleanuppukkandan2022-03-081-1/+1
| | | | | | | | Closes #2828, closes #2734, closes #2802, closes #2937
| * Add brotli content-encoding support (#2433)coletdev2022-03-081-1/+1
| | | | | | Authored by: coletdjnz
* | updated from upstream | 31/10/2021 at 11:36Jesús2021-10-311-2/+2
|\|
| * [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-1/+1
| | | | | | | | and some minor cleanup of docs
| * [build] Release windows exe built with py2exepukkandan2021-10-211-1/+1
| | | | | | | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160
| * [cleanup] Misc cleanuppukkandan2021-10-091-1/+1
| |
| * [docs,build] Change all pycryptodome references to pycryptodomexpukkandan2021-10-061-1/+1
| |
| * [build] Allow building with py2exe (and misc fixes)pukkandan2021-10-041-29/+67
| | | | | | | | | | py2exe config is copied from youtube-dl Closes #1160
| * [websockets] Add `WebSocketFragmentFD` (#399)pukkandan2021-06-211-1/+1
| | | | | | | | | | | | Necessary for #392 Co-authored by: nao20010128nao, pukkandan
| * [cleanup] Point all shebang to `python3` (#372)felix2021-06-061-1/+1
| | | | | | | | Authored by: fstirlitz
| * Remove support for obsolete python versionspukkandan2021-06-061-11/+1
| |
| * [cleanup] setup.pypukkandan2021-06-011-33/+30
| |
| * [cleanup] Fix linter and some typospukkandan2021-04-281-30/+30
| | | | | | | | * Also remove inconsistent use of `"` in setup.py
| * Fix packaging bugs (#129)hseg2021-03-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Fix completion paths, zsh pip completion installhseg2021-02-251-5/+6
| | | | | | | | Closes: #108, #110
| * [documentation] Changes left behind from #85 and #107pukkandan2021-02-251-1/+1
| |
| * Completely change project name to yt-dlp (#85)Pccode662021-02-251-15/+15
| | | | | | | | | | | | | | | | | | * 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
| * #75 Change optional dependency from `Crypto` to `pycryptodome` (Closes #74)shirt-dev2021-02-111-1/+1
| | | | | | | | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> (shirt-dev) pycryptodome is an in-place replacement for Crypto and is more actively developed
| * [documentation] Crypto is an optional dependencypukkandan2021-02-081-1/+1
| |
| * Refactor `update-version`, `pyinst.py` and related filespukkandan2021-01-291-1/+7
| | | | | | | | | | | | | | | | | | * 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
| * Linter and misc cleanuppukkandan2021-01-291-4/+5
| | | | | | | | :ci skip dl
| * Add PyPI releasepukkandan2021-01-161-10/+16
| |
| * Documentation fixespukkandan2021-01-141-1/+1
| | | | | | | | | | | | * Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos
| * Preparing for releasepukkandan2021-01-071-1/+1
| |
| * [skip travis] readme and pypi updateUnknown2020-11-071-1/+1
| |
| * Don't install testsSergey Alirzaev2020-10-141-2/+2
| |
| * [skip travis] adding automerge supportUnknown2020-09-021-1/+1
| | | | | | basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
| * [skip travis] fix broken setup.pyUnknown2020-09-021-2/+2
| |
| * [skip travis] tweaksUnknown2020-09-021-5/+5
| |