Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [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 | |
| | | ||||||
* | | change pycryptodomex to pycryptodome | Jesús | 2021-10-18 | 1 | -1/+1 | |
| | | ||||||
* | | update from upstream | Jesús | 2021-10-18 | 1 | -83/+72 | |
| | | ||||||
* | | brand | Jesús | 2021-06-09 | 1 | -4/+4 | |
|/ | ||||||
* | 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> | |||||
* | Remove includes from setup.py for windows build | Philipp Hagemeister | 2013-06-24 | 1 | -3/+0 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-06-24 | 1 | -1/+1 | |
|\ | ||||||
| * | setup.py: include the new extractor module | Jaime Marquínez Ferrándiz | 2013-06-23 | 1 | -1/+1 | |
| | | ||||||
* | | Add included files for Windows build | Philipp Hagemeister | 2013-06-24 | 1 | -1/+5 | |
|/ | ||||||
* | Try setuptools first, then fallback to distutils.core | David Coppa | 2013-01-30 | 1 | -1/+5 | |
| | ||||||
* | and now, also py2exe compiles fine :) (on Windows) | Filippo Valsorda | 2012-12-07 | 1 | -19/+22 | |
| | ||||||
* | pip installs fine! | Filippo Valsorda | 2012-12-07 | 1 | -14/+27 | |
| | ||||||
* | setup.py Python3 fix, PyPi classifiers | Filippo Valsorda | 2012-11-29 | 1 | -2/+17 | |
| | ||||||
* | New repo skeleton, getting ready for PyPi | Filippo Valsorda | 2012-11-29 | 1 | -45/+23 | |
| | ||||||
* | adding the script hook | gcmalloc | 2012-11-29 | 1 | -11/+18 | |
| | ||||||
* | getting version from git or failing | gcmalloc | 2012-11-28 | 1 | -7/+13 | |
| | ||||||
* | moving to setup.py | gcmalloc | 2012-11-28 | 1 | -0/+52 | |