aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
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
2020-09-02[skip travis] adding automerge supportUnknown
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling
2020-09-02[skip travis] fix broken setup.pyUnknown
2020-09-02[skip travis] tweaksUnknown
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2020-08-31[skip travis] update setup and versionUnknown
2019-03-11Start moving to ytdl-orgSergey M․
2018-11-22[setup.py] Add python 3.8 classifierSergey M․
2018-11-22[setup.py] Add more relevant classifiersSergey M․
2017-12-22Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054)Sergey M․
2017-02-22[setup] Actualize maintainer infoSergey M․
2017-02-22[setup] Add python 3.6 classifierSergey M․
2016-10-03Unify coding cookieDéstin Reed
2016-06-25[setup.py] Add file version information and quotes consistency (Closes #9878)Sergey M․
2016-06-11[setup.py] Add python 3.5 classifierSergey M․
2016-04-08setup.py: add command for building the lazy_extractors moduleJaime Marquínez Ferrándiz
2015-10-24Fix py2exe build (#7276)Philipp Hagemeister
2014-11-26Declare Python 3.2 compatibilityPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-09-14Add a completion script generator for the fish shellJaime Marquínez Ferrándiz
2014-01-27[setup.py] Only print a warning if documentation files are missing (Fixes #780)Philipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister
2014-01-05[setup.py] Do not use unicode literalsPhilipp Hagemeister
See http://bugs.python.org/issue13943 for context
2014-01-05Prepare widespread unicode literal usePhilipp Hagemeister
2013-12-11Move FileDownloader to its own module and create a new class for each ↵Jaime Marquínez Ferrándiz
download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded
2013-11-21Remove unnecessary slash in setup.py (Fixes #1778)Philipp Hagemeister
2013-10-28setup.py: Make sure the setuptools_available variable is setJaime Marquínez Ferrándiz
Otherwise it would crash if it can't import setuptools.
2013-10-27Merge pull request #1620 from jaimeMF/console_scriptFilippo Valsorda
Use the console_scripts entry point if setuptools is available
2013-10-19Add an author emailPhilipp Hagemeister
2013-10-18Use the console_scripts entry point if setuptools is availableJaime Marquínez Ferrándiz