Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Make sure deprecated modules are added | pukkandan | 2023-07-15 | 1 | -1/+2 |
| | |||||
* | [devscripts] Provide pyinstaller hooks | pukkandan | 2023-02-09 | 1 | -1/+4 |
| | | | | Closes #6185 | ||||
* | [build] Add minimal `pyproject.toml` | pukkandan | 2023-01-03 | 1 | -2/+6 |
| | |||||
* | [build] `py2exe`: Migrate to freeze API (#5149) | Sergey | 2022-11-10 | 1 | -54/+69 |
| | | | | Closes #5135 Authored by: SG5, pukkandan | ||||
* | [extractor/anvato] Fix extractor and refactor (#5074) | bashonly | 2022-10-03 | 1 | -1/+0 |
| | | | Authored by: bashonly | ||||
* | [build] Exclude devscripts from installs | Lesmiscore | 2022-08-15 | 1 | -1/+1 |
| | | | | Closes #4667 | ||||
* | [devscripts] Create `utils` and refactor | pukkandan | 2022-08-09 | 1 | -15/+5 |
| | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -2/+1 |
| | | | | Closes #3764 | ||||
* | [build] Improve `setup.py` | pukkandan | 2022-07-09 | 1 | -20/+28 |
| | | | | Closes #4296 | ||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -0/+1 |
| | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-06-11 | 1 | -0/+3 |
| | | | | Closes #4027 | ||||
* | [cleanup] Misc | pukkandan | 2022-05-21 | 1 | -1/+1 |
| | |||||
* | [doc] Minor improvements | pukkandan | 2022-04-29 | 1 | -1/+1 |
| | | | | Closes #3518, Closes #3560 | ||||
* | [cleanup,build] Cleanup some build-related code | pukkandan | 2022-04-27 | 1 | -6/+16 |
| | | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7 | ||||
* | [build] Ensure `compat._legacy` is packed in executables | pukkandan | 2022-04-26 | 1 | -0/+2 |
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406 | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -3/+3 |
| | | | | | | 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 | -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 | ||||
* | [build] Fix bug in 08d30158ec8e7e08c1d83dcfde6dba18c95b2640 | pukkandan | 2022-03-09 | 1 | -2/+2 |
| | |||||
* | [cleanup, docs] Misc cleanup | pukkandan | 2022-03-08 | 1 | -1/+1 |
| | | | | Closes #2828, closes #2734, closes #2802, closes #2937 | ||||
* | Add brotli content-encoding support (#2433) | coletdev | 2022-03-08 | 1 | -1/+1 |
| | | | Authored by: coletdjnz | ||||
* | [cleanup] Add keyword automatically to SearchIE descriptions | pukkandan | 2021-10-23 | 1 | -1/+1 |
| | | | | and some minor cleanup of docs | ||||
* | [build] Release windows exe built with py2exe | pukkandan | 2021-10-21 | 1 | -1/+1 |
| | | | | | Closes: #855 Related: #661, #705, #890, #1024, #1160 | ||||
* | [cleanup] Misc cleanup | pukkandan | 2021-10-09 | 1 | -1/+1 |
| | |||||
* | [docs,build] Change all pycryptodome references to pycryptodomex | pukkandan | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | [build] Allow building with py2exe (and misc fixes) | pukkandan | 2021-10-04 | 1 | -29/+67 |
| | | | | | py2exe config is copied from youtube-dl Closes #1160 | ||||
* | [websockets] Add `WebSocketFragmentFD` (#399) | pukkandan | 2021-06-21 | 1 | -1/+1 |
| | | | | | | Necessary for #392 Co-authored by: nao20010128nao, pukkandan | ||||
* | [cleanup] Point all shebang to `python3` (#372) | felix | 2021-06-06 | 1 | -1/+1 |
| | | | | Authored by: fstirlitz | ||||
* | Remove support for obsolete python versions | pukkandan | 2021-06-06 | 1 | -11/+1 |
| | |||||
* | [cleanup] setup.py | pukkandan | 2021-06-01 | 1 | -33/+30 |
| | |||||
* | [cleanup] Fix linter and some typos | pukkandan | 2021-04-28 | 1 | -30/+30 |
| | | | | * Also remove inconsistent use of `"` in setup.py | ||||
* | Fix packaging bugs (#129) | hseg | 2021-03-03 | 1 | -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 install | hseg | 2021-02-25 | 1 | -5/+6 |
| | | | | Closes: #108, #110 | ||||
* | [documentation] Changes left behind from #85 and #107 | pukkandan | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -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-dev | 2021-02-11 | 1 | -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 dependency | pukkandan | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Refactor `update-version`, `pyinst.py` and related files | pukkandan | 2021-01-29 | 1 | -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 cleanup | pukkandan | 2021-01-29 | 1 | -4/+5 |
| | | | | :ci skip dl | ||||
* | Add PyPI release | pukkandan | 2021-01-16 | 1 | -10/+16 |
| | |||||
* | Documentation fixes | pukkandan | 2021-01-14 | 1 | -1/+1 |
| | | | | | | * Change all links to point to new fork URL * Changed sponskrub links to my fork of the same * Other typos | ||||
* | Preparing for release | pukkandan | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | [skip travis] readme and pypi update | Unknown | 2020-11-07 | 1 | -1/+1 |
| | |||||
* | Don't install tests | Sergey Alirzaev | 2020-10-14 | 1 | -2/+2 |
| | |||||
* | [skip travis] adding automerge support | Unknown | 2020-09-02 | 1 | -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.py | Unknown | 2020-09-02 | 1 | -2/+2 |
| | |||||
* | [skip travis] tweaks | Unknown | 2020-09-02 | 1 | -5/+5 |
| | |||||
* | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -12/+12 |
| | | | to avoid using same folder when using pip install for example | ||||
* | [skip travis] update setup and version | Unknown | 2020-08-31 | 1 | -86/+41 |
| | |||||
* | Start moving to ytdl-org | Sergey M․ | 2019-03-11 | 1 | -1/+1 |
| | |||||
* | [setup.py] Add python 3.8 classifier | Sergey M․ | 2018-11-22 | 1 | -0/+1 |
| |