Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-29 | [Makefile] Fix youtube-dl.1 target | Sergey M․ | |
Now it accepts output filename as argument | |||
2016-05-29 | [Makefile] Cleanup m4a files | Yen Chi Hsuan | |
[ci skip] | |||
2016-05-19 | [Makefile] delete thumbnails | TRox1972 | |
2016-05-10 | [test/test_socks] Add tests for SOCKS proxies | Yen Chi Hsuan | |
2016-05-05 | [Makefile] Remove more media files in `make clean` | Yen Chi Hsuan | |
2016-04-08 | Add experimental support for lazy loading the info extractors | Jaime Marquínez Ferrándiz | |
'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created. | |||
2016-04-06 | Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088) | Jaime Marquínez Ferrándiz | |
It isn't included in the tar file, causing build failures. Since it's only used for GitHub, I think we don't need to store it in the tar file. | |||
2016-04-06 | Makefile: use full path for the ISSUE_TEMPLATE.md file | Jaime Marquínez Ferrándiz | |
2016-03-29 | Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by github | Sergey M․ | |
2016-03-29 | [Makefile] Fix ISSUE_TEMPLATE.md target | Sergey M․ | |
2016-03-28 | Add initial ISSUE_TEMPLATE | Sander van den Oever | |
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE Move parts of template text and adopt makefile to new format Moved the 'kind-of-issue' section and rephrased a bit Rephrased and moved Example URL section upwards Moved ISSUE_TEMPLATE inside .github folder. Update makefile to match new folderstructure | |||
2016-03-19 | Makefile: make it compatible with bmake | Jaime Marquínez Ferrándiz | |
It's the portable version of BSD make: http://crufty.net/help/sjg/bmake.html The syntax for conditionals is different in GNU make and BSD make, so we use the shell | |||
2016-03-03 | [Makefile] Allow specifying the Python version in offline tests | Yen Chi Hsuan | |
2016-02-21 | Jython support - handle *.class files | Yen Chi Hsuan | |
2016-02-20 | [Makefile] iQiyi login test requires network | Yen Chi Hsuan | |
2015-11-29 | Merge pull request #7691 from ryandesign/use-PYTHON-env-var | Yen Chi Hsuan | |
Always use PYTHON env var in Makefile | |||
2015-11-28 | Always use PYTHON env var in Makefile | Ryan Schmidt | |
2015-03-27 | Makefile: fix 'find' command | Jaime Marquínez Ferrándiz | |
It worked with the GNU version, but not with the BSD version. | |||
2015-02-26 | [Makefile] clean pyc files in clean target | Philipp Hagemeister | |
2015-02-23 | Merge branch 'subtitles-rework' | Jaime Marquínez Ferrándiz | |
(Closes PR #4964) | |||
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-19 | [Makefile] Also delete *.avi files in clean | Philipp Hagemeister | |
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 | |