Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | [test/YoutubeDL] Add test for subtitles | Jaime Marquínez Ferrándiz | |
Updated the offlinetest make target to not skip it | |||
2015-02-03 | [Makefile] Simplify clean/cleanall | Philipp Hagemeister | |
2015-01-07 | Fix build with python 2.6 | Jaime Marquínez Ferrándiz | |
* Packages cannot be executed * '.format' needs the index of the argument (Reported in https://github.com/Homebrew/homebrew/issues/35616) | |||
2015-01-04 | [Makefile] Make offline tests actually work offline | Philipp Hagemeister | |
2014-12-30 | Add documentation about supported sites (Fixes #4503) | Philipp Hagemeister | |
2014-12-16 | Move flake8 configuration to setup.cfg | Jaime Marquínez Ferrándiz | |
It will be used when calling flake8 from any directory in the project | |||
2014-12-16 | Use flake8 instead of pyflakes and pep8 | Jaime Marquínez Ferrándiz | |
It combines both tools | |||
2014-12-15 | [Makefile] Ensure that offline test really is offline | Philipp Hagemeister | |
2014-12-14 | Add offlinetest make target | Philipp Hagemeister | |
2014-12-12 | [Makefile] Add CONTRIBUTING.md (Fixes #2984) | Philipp Hagemeister | |
2014-12-12 | [Makefile] remove *.info.json in clean target | Philipp Hagemeister | |
2014-10-27 | [Makefile] remove temporary files in clean target | Philipp Hagemeister | |
2014-10-07 | add zsh completion support into Makefile | Xu Cheng | |
2014-09-14 | Add a completion script generator for the fish shell | Jaime Marquínez Ferrándiz | |
2014-08-14 | envvar overrideable PREFIX, BINDIR, MANDIR, PYTHON | rubicks | |
2014-05-30 | [Makefile] Remove CHANGELOG entry | Philipp Hagemeister | |
2014-05-13 | Makefile: write the manpage to the right file and use the processed markdown ↵ | Jaime Marquínez Ferrándiz | |
document | |||
2014-05-13 | Split man and README (Fixes #2892) | Philipp Hagemeister | |
2014-03-26 | Makefile: include the docs in the tarball | Jaime Marquínez Ferrándiz | |
2013-10-15 | Fix the indentation of the Makefile | Jaime Marquínez Ferrándiz | |
It uses tabs, no spaces. | |||
2013-10-15 | Don't include the test/testdata directory in the youtube-dl.tar.gz | Jaime Marquínez Ferrándiz | |
The last releases included big files that increased the size of the compressed file. | |||
2013-06-23 | Update Makefile to packaged paths | Philipp Hagemeister | |
2013-05-10 | only install to /etc if PREFIX is /usr or /usr/local | chocolateboy | |
2013-02-18 | Include man and bash completion in PyPi release | Philipp Hagemeister | |
2013-01-27 | Remove space before shebang | Philipp Hagemeister | |
2013-01-25 | Option in makefile to select python interpreter | Jaime Marquínez Ferrándiz | |
2013-01-11 | Add Makefile in tarball (Closes #626) | Philipp Hagemeister | |
2013-01-07 | Fix tar target (--exclude-vcs is not supported everywhere, and reading . ↵ | Philipp Hagemeister | |
while writing to it can fail randomly) | |||
2013-01-06 | Simplify Makefile | Philipp Hagemeister | |
2013-01-02 | re-worked release workflow, it is one-step and creates GPG signatures now | Filippo Valsorda | |
2012-12-30 | some fixes, pulled the codename from the code | Filippo Valsorda | |
2012-12-11 | changing the template file extension | gcmalloc | |
2012-12-11 | rollback tests multiprocess, Travis and OSX don't support it | Filippo Valsorda | |
2012-12-08 | it's curious but bash-completion is with - and not _ | Filippo Valsorda | |
2012-12-07 | making the script compatible with python3 | gcmalloc | |
2012-12-07 | youtube-dl.tar.gz make target | Filippo Valsorda | |
2012-12-07 | devscripts/make_readme.py in place of all that sedding, that has porting ↵ | Filippo Valsorda | |
problems | |||
2012-12-07 | pip installs fine! | Filippo Valsorda | |
2012-11-29 | New repo skeleton, getting ready for PyPi | Filippo Valsorda | |
2012-11-29 | removed __main__.py from the root of the repo | Filippo Valsorda | |
2012-11-28 | Make __main__ work in all scenarios with relative imports | Philipp Hagemeister | |
2012-11-26 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2012-11-26 | Document configuration | Philipp Hagemeister | |
2012-11-26 | fix FAQ on how to compile (also, starnge fix in the Makefile) | Filippo Valsorda | |
2012-10-25 | Update install target | Till Maas | |
- Allow to configure destination directories to fulfill the needs of different distributions - Support DESTDIR variable for staging installation when packaging - Do not set user/group to root. It requires 'make install' to run as root, but then this is the default behaviour anyways. | |||
2012-10-19 | StringIO used by nosetests do not merge with the way youtube-dl handle ↵ | gcmalloc | |
sys.stdout and sys.stderr | |||
2012-10-12 | correcting the makefile according to the new one | gcmalloc | |
2012-10-12 | removing extended globbing for the find utility | gcmalloc | |
2012-10-12 | correcting the makefile | gcmalloc | |
2012-10-12 | adding clean rule in the makefile | gcmalloc | |