index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Age
Commit message (
Expand
)
Author
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
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 downloa...
Jaime Marquínez Ferrándiz
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
2013-10-27
Merge pull request #1620 from jaimeMF/console_script
Filippo Valsorda
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
2013-07-01
setup: cosmetics: Add/remove some whitespace for readability.
Rogério Brito
2013-07-01
setup: Move pseudo-docstring to a proper comment.
Rogério Brito
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