Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [setup.py] Add more relevant classifiers | Sergey M․ | 2018-11-22 | 1 | -0/+8 |
| | |||||
* | Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054) | Sergey M․ | 2017-12-22 | 1 | -0/+1 |
| | |||||
* | [setup] Actualize maintainer info | Sergey M․ | 2017-02-22 | 1 | -2/+2 |
| | |||||
* | [setup] Add python 3.6 classifier | Sergey M․ | 2017-02-22 | 1 | -0/+1 |
| | |||||
* | Unify coding cookie | Déstin Reed | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | [setup.py] Add file version information and quotes consistency (Closes #9878) | Sergey M․ | 2016-06-25 | 1 | -28/+35 |
| | |||||
* | [setup.py] Add python 3.5 classifier | Sergey M․ | 2016-06-11 | 1 | -0/+1 |
| | |||||
* | setup.py: add command for building the lazy_extractors module | Jaime Marquínez Ferrándiz | 2016-04-08 | 1 | -2/+20 |
| | |||||
* | Fix py2exe build (#7276) | Philipp Hagemeister | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Declare Python 3.2 compatibility | Philipp Hagemeister | 2014-11-26 | 1 | -1/+3 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -1/+0 |
| | |||||
* | Add a completion script generator for the fish shell | Jaime Marquínez Ferrándiz | 2014-09-14 | 1 | -0/+1 |
| | |||||
* | [setup.py] Only print a warning if documentation files are missing (Fixes #780) | Philipp Hagemeister | 2014-01-27 | 1 | -5/+19 |
| | |||||
* | Move postprocessor into its own package | Philipp Hagemeister | 2014-01-07 | 1 | -1/+4 |
| | |||||
* | [setup.py] Do not use unicode literals | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 |
| | | | | See http://bugs.python.org/issue13943 for context | ||||
* | Prepare widespread unicode literal use | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | 2013-12-11 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Remove unnecessary slash in setup.py (Fixes #1778) | Philipp Hagemeister | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | setup.py: Make sure the setuptools_available variable is set | Jaime Marquínez Ferrándiz | 2013-10-28 | 1 | -0/+1 |
| | | | | Otherwise it would crash if it can't import setuptools. | ||||
* | Merge pull request #1620 from jaimeMF/console_script | Filippo Valsorda | 2013-10-27 | 1 | -1/+5 |
|\ | | | | | Use the console_scripts entry point if setuptools is available | ||||
| * | Use the console_scripts entry point if setuptools is available | Jaime Marquínez Ferrándiz | 2013-10-18 | 1 | -1/+5 |
| | | |||||
* | | Add an author email | Philipp Hagemeister | 2013-10-19 | 1 | -0/+1 |
|/ | |||||
* | setup: PEP-8 fixes. | Rogério Brito | 2013-07-01 | 1 | -12/+13 |
| | | | | Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | ||||
* | setup: cosmetics: Add/remove some whitespace for readability. | Rogério Brito | 2013-07-01 | 1 | -5/+10 |
| | | | | | | This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | ||||
* | setup: Move pseudo-docstring to a proper comment. | Rogério Brito | 2013-07-01 | 1 | -1/+2 |
| | | | | | | | | | A string statement is not a docstring if it doesn't occur right at the top of modules, functions, class definitions etc. This patch fixes it. Signed-off-by: Rogério Brito <rbrito@ime.usp.br> |