Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-24 | Fix py2exe build (#7276) | Philipp Hagemeister | |
2014-11-26 | Declare Python 3.2 compatibility | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-09-14 | Add a completion script generator for the fish shell | Jaime Marquínez Ferrándiz | |
2014-01-27 | [setup.py] Only print a warning if documentation files are missing (Fixes #780) | Philipp Hagemeister | |
2014-01-07 | Move postprocessor into its own package | Philipp Hagemeister | |
2014-01-05 | [setup.py] Do not use unicode literals | Philipp Hagemeister | |
See http://bugs.python.org/issue13943 for context | |||
2014-01-05 | Prepare widespread unicode literal use | Philipp Hagemeister | |
2013-12-11 | Move 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-21 | Remove unnecessary slash in setup.py (Fixes #1778) | Philipp Hagemeister | |
2013-10-28 | setup.py: Make sure the setuptools_available variable is set | Jaime Marquínez Ferrándiz | |
Otherwise it would crash if it can't import setuptools. | |||
2013-10-27 | Merge pull request #1620 from jaimeMF/console_script | Filippo Valsorda | |
Use the console_scripts entry point if setuptools is available | |||
2013-10-19 | Add an author email | Philipp Hagemeister | |
2013-10-18 | Use the console_scripts entry point if setuptools is available | Jaime Marquínez Ferrándiz | |
2013-07-01 | setup: PEP-8 fixes. | Rogério Brito | |
Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | |||
2013-07-01 | setup: cosmetics: Add/remove some whitespace for readability. | Rogério Brito | |
This also fixes some long lines. Signed-off-by: Rogério Brito <rbrito@ime.usp.br> | |||
2013-07-01 | setup: Move pseudo-docstring to a proper comment. | Rogério Brito | |
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> | |||
2013-06-24 | Remove includes from setup.py for windows build | Philipp Hagemeister | |
2013-06-24 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-06-24 | Add included files for Windows build | Philipp Hagemeister | |
2013-06-23 | setup.py: include the new extractor module | Jaime Marquínez Ferrándiz | |
2013-01-30 | Try setuptools first, then fallback to distutils.core | David Coppa | |
2012-12-07 | and now, also py2exe compiles fine :) (on Windows) | Filippo Valsorda | |
2012-12-07 | pip installs fine! | Filippo Valsorda | |
2012-11-29 | setup.py Python3 fix, PyPi classifiers | Filippo Valsorda | |
2012-11-29 | New repo skeleton, getting ready for PyPi | Filippo Valsorda | |
2012-11-29 | adding the script hook | gcmalloc | |
2012-11-28 | getting version from git or failing | gcmalloc | |
2012-11-28 | moving to setup.py | gcmalloc | |