Sergey M․
af751350e8
[Makefile] Add support for pandoc 2 and disable smart extension ( closes #16251 )
...
smart extension rewrites straight quotes as curly quotes, -- as en-dashes and so on that is unwanted behavior.
2018-04-23 02:50:11 +07:00
Sergey M․
3e191da6d9
[Makefile] Add AUTHORS to youtube-dl.tar.gz
2017-12-22 23:46:08 +07:00
Yen Chi Hsuan
dafb4c6647
[Makefile] Include setup.cfg in the tarball ( closes #14857 )
2017-11-27 22:49:35 +08:00
Yen Chi Hsuan
82a62de192
[Makefile,devscripts/run_tests.sh] Actually exclude network tests
...
Closes #14858
2017-11-27 21:32:06 +08:00
Sergey M․
e94d1adc36
Add testdata to youtube-dl.tar.gz ( closes #14854 )
2017-11-26 21:10:32 +07:00
Ryan Schmidt
c75c384fb6
Fix build failures with old cp and zip
2017-08-27 18:07:09 -05:00
Bernhard M. Wiedemann
305d99f0bd
[build] Override timestamps in zip file
...
to make build reproducible.
See https://reproducible-builds.org/ for why this is good
Copying files to not interfere with freshness detection.
2017-08-19 21:43:48 +02:00
Yen Chi Hsuan
4f90d2aeac
[Makefile] Excluding __pycache__ correctly ( #13400 )
2017-06-17 17:09:24 +08:00
Yen Chi Hsuan
9f54ae2873
Ignore and clean *.ytdl files
2017-04-25 22:42:55 +08:00
Yen Chi Hsuan
51b1378eed
Ignore and clean .swf files
...
Some videos on NicoNico are swf
2016-11-27 22:01:07 +08:00
Yen Chi Hsuan
2574721a81
Clean and ignore more file types
...
ape is another audio codec seen in kuwo. See
https://en.wikipedia.org/wiki/Monkey's_Audio
2016-11-21 12:50:13 +08:00
Yen Chi Hsuan
3a86b2c51e
Ignore and clean .wav files
2016-11-03 18:55:55 +08:00
Yen Chi Hsuan
8204c73352
[Makefile] Fix for GNU make < 4 ( closes #9387 )
...
Shell assignment operator in BSD make != is ported to GNU make in
version 4.0, so 3.x doesn't work. I choose to drop BSD make support as
installing GNU make on *BSD systems is easier than installing newer GNU
make.
2016-10-09 18:24:45 +08:00
Yen Chi Hsuan
c0a7b9b348
Revert "[Makefilea] Fix for GNU make < 4"
...
This reverts commit 831a34caa2
.
The reverted commit breaks lazy extractors.
2016-10-07 16:03:34 +08:00
Yen Chi Hsuan
831a34caa2
[Makefilea] Fix for GNU make < 4
...
Closes #9387
The shell assignment operator != was introduced in GNU make 4.0, or
specifically the commit in [1]. This fix removes such usages and
fallback to a more portable syntax. Tested with:
* GNU make 3.82 on CentOS 7.2
* bmake 20150910 on CentOS 7.2, source RPM from Fedora 24 [2]
* GNU make 4.2.1 on Arch Linux (Arch official package)
* bmake 20160926 on Arch Linux (Arch official package)
* GNU make 3.82 on Arch Linux (Compiled from source)
* Apple bsdmake-24 on macOS Sierra, binary package from Homebrew
Thanks @bdeyal for the feedback of the first tests
[1] http://git.savannah.gnu.org/cgit/make.git/commit/?id=b34438bee83ee906a23b881f257e684a0993b9b1
[2] http://koji.fedoraproject.org/koji/buildinfo?buildID=716769
2016-10-07 03:28:41 +08:00
Yen Chi Hsuan
d3c97bad61
Ignore and cleanup 3gp files
2016-09-26 14:14:37 +08:00
Yen Chi Hsuan
628406db96
[Makefile] Cleanup files from fragment-based downloaders
2016-09-23 01:13:56 +08:00
Yen Chi Hsuan
35aa6c538f
Add ChangeLog
2016-07-30 12:33:09 +08:00
Sergey M․
27f17c0eab
[Makefile] Fix youtube-dl.1 target
...
Now it accepts output filename as argument
2016-05-29 09:11:16 +06:00
Yen Chi Hsuan
2bee7b25f3
[Makefile] Cleanup m4a files
...
[ci skip]
2016-05-29 01:59:09 +08:00
TRox1972
8585dc4cdc
[Makefile] delete thumbnails
2016-05-19 01:21:38 +02:00
Yen Chi Hsuan
72f3289ac4
[test/test_socks] Add tests for SOCKS proxies
2016-05-10 14:51:38 +08:00
Yen Chi Hsuan
b1c6a5bac8
[Makefile] Remove more media files in make clean
2016-05-05 20:50:39 +08:00
Jaime Marquínez Ferrándiz
779822d945
Add experimental support for lazy loading the info extractors
...
'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-08 21:50:07 +02:00
Jaime Marquínez Ferrándiz
ec4a4c6fcc
Makefile: remove ISSUE_TEMPLATE.md from the 'all' target ( fixes #9088 )
...
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 14:16:05 +02:00
Jaime Marquínez Ferrándiz
be0c7009fb
Makefile: use full path for the ISSUE_TEMPLATE.md file
2016-04-06 14:09:31 +02:00
Sergey M․
034947dd1e
Rename ISSUE_TEMPLATE.tmpl in order not to be picked up by github
2016-03-29 02:48:04 +06:00
Sergey M․
8751da85a7
[Makefile] Fix ISSUE_TEMPLATE.md target
2016-03-29 02:17:57 +06:00
Sander van den Oever
7710bdf4e8
Add initial ISSUE_TEMPLATE
...
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-28 22:43:13 +06:00
Jaime Marquínez Ferrándiz
3ff63fb365
Makefile: make it compatible with bmake
...
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-19 21:51:13 +01:00
Yen Chi Hsuan
1b0635aba3
[Makefile] Allow specifying the Python version in offline tests
2016-03-03 21:57:49 +08:00
Yen Chi Hsuan
101067de12
Jython support - handle *.class files
2016-02-21 03:32:03 +08:00
Yen Chi Hsuan
1d14c75f55
[Makefile] iQiyi login test requires network
2016-02-20 20:49:30 +08:00
Yen Chi Hsuan
ef428960c9
Merge pull request #7691 from ryandesign/use-PYTHON-env-var
...
Always use PYTHON env var in Makefile
2015-11-29 13:08:46 +08:00
Ryan Schmidt
8639f89f51
Always use PYTHON env var in Makefile
2015-11-28 22:56:24 -06:00
Jaime Marquínez Ferrándiz
8e678af4ba
Makefile: fix 'find' command
...
It worked with the GNU version, but not with the BSD version.
2015-03-27 14:21:53 +01:00
Philipp Hagemeister
1c6510f57a
[Makefile] clean pyc files in clean target
2015-02-26 01:47:12 +01:00
Jaime Marquínez Ferrándiz
bfc993cc91
Merge branch 'subtitles-rework'
...
(Closes PR #4964 )
2015-02-23 17:13:03 +01:00
Jaime Marquínez Ferrándiz
ab84349b16
[test/YoutubeDL] Add test for subtitles
...
Updated the offlinetest make target to not skip it
2015-02-22 11:29:56 +01:00
Philipp Hagemeister
383456aa29
[Makefile] Also delete *.avi files in clean
2015-02-19 04:09:52 +01:00
Philipp Hagemeister
d200b11c7e
[Makefile] Simplify clean/cleanall
2015-02-03 00:14:42 +01:00
Jaime Marquínez Ferrándiz
c5d666d374
Fix build with python 2.6
...
* Packages cannot be executed
* '.format' needs the index of the argument
(Reported in https://github.com/Homebrew/homebrew/issues/35616 )
2015-01-07 16:09:43 +01:00
Philipp Hagemeister
8848314c08
[Makefile] Make offline tests actually work offline
2015-01-04 02:08:18 +01:00
Philipp Hagemeister
416c7fcbce
Add documentation about supported sites ( Fixes #4503 )
2014-12-30 19:35:35 +01:00
Jaime Marquínez Ferrándiz
dc9a441bfa
Move flake8 configuration to setup.cfg
...
It will be used when calling flake8 from any directory in the project
2014-12-16 20:34:07 +01:00
Jaime Marquínez Ferrándiz
ee6dfe8308
Use flake8 instead of pyflakes and pep8
...
It combines both tools
2014-12-16 20:34:07 +01:00
Philipp Hagemeister
39f594d660
[Makefile] Ensure that offline test really is offline
2014-12-15 00:59:23 +01:00
Philipp Hagemeister
a0ab29f8a1
Add offlinetest make target
2014-12-14 21:55:57 +01:00
Philipp Hagemeister
e56190b378
[Makefile] Add CONTRIBUTING.md ( Fixes #2984 )
2014-12-12 16:42:40 +01:00
Philipp Hagemeister
0fa2b899d1
[Makefile] remove *.info.json in clean target
2014-12-12 02:14:04 +01:00
Philipp Hagemeister
6407432333
[Makefile] remove temporary files in clean target
2014-10-27 00:40:07 +01:00
Xu Cheng
24f7fb5e1e
add zsh completion support into Makefile
2014-10-07 13:19:59 +08:00
Jaime Marquínez Ferrándiz
56d1912f1d
Add a completion script generator for the fish shell
2014-09-14 14:07:33 +02:00
rubicks
df866e7f2a
envvar overrideable PREFIX, BINDIR, MANDIR, PYTHON
2014-08-14 11:01:23 -04:00
Philipp Hagemeister
aae74e3832
[Makefile] Remove CHANGELOG entry
2014-05-30 03:26:00 +02:00
Jaime Marquínez Ferrándiz
dffcc2ea0c
Makefile: write the manpage to the right file and use the processed markdown document
2014-05-13 14:37:05 +02:00
Philipp Hagemeister
d19bb9c0aa
Split man and README ( Fixes #2892 )
2014-05-13 11:16:11 +02:00
Jaime Marquínez Ferrándiz
2c8a4ba6b5
Makefile: include the docs in the tarball
2014-03-26 12:01:08 +01:00
Jaime Marquínez Ferrándiz
76965512da
Fix the indentation of the Makefile
...
It uses tabs, no spaces.
2013-10-15 23:15:15 +02:00
Jaime Marquínez Ferrándiz
996d1c3242
Don't include the test/testdata directory in the youtube-dl.tar.gz
...
The last releases included big files that increased the size of the compressed file.
2013-10-15 23:08:52 +02:00
Philipp Hagemeister
633a50cf4b
Update Makefile to packaged paths
2013-06-23 23:27:28 +02:00
chocolateboy
5738240ee8
only install to /etc if PREFIX is /usr or /usr/local
2013-05-10 23:05:58 +01:00
Philipp Hagemeister
434eb6f26b
Include man and bash completion in PyPi release
2013-02-18 23:19:57 +01:00
Philipp Hagemeister
c67598c3e1
Remove space before shebang
2013-01-27 03:07:07 +01:00
Jaime Marquínez Ferrándiz
271d3fbdaa
Option in makefile to select python interpreter
2013-01-25 15:11:03 +01:00
Philipp Hagemeister
6dd3471900
Add Makefile in tarball ( Closes #626 )
2013-01-11 08:00:27 +01:00
Philipp Hagemeister
814eed0ea1
Fix tar target (--exclude-vcs is not supported everywhere, and reading . while writing to it can fail randomly)
2013-01-07 12:48:07 +01:00
Philipp Hagemeister
039dc61bd2
Simplify Makefile
2013-01-06 23:02:31 +01:00
Filippo Valsorda
b962b76f43
re-worked release workflow, it is one-step and creates GPG signatures now
2013-01-02 21:52:27 +01:00
Filippo Valsorda
f427df17ab
some fixes, pulled the codename from the code
2012-12-30 19:50:33 +01:00
gcmalloc
a4680a590f
changing the template file extension
2012-12-11 20:49:54 +01:00
Filippo Valsorda
fedb6816cd
rollback tests multiprocess, Travis and OSX don't support it
2012-12-11 20:07:35 +01:00
Filippo Valsorda
4c1d273e88
it's curious but bash-completion is with - and not _
2012-12-08 00:37:26 +01:00
gcmalloc
a9d2f7e894
making the script compatible with python3
2012-12-07 22:01:02 +01:00
Filippo Valsorda
23109d6a9c
youtube-dl.tar.gz make target
2012-12-07 14:46:14 +01:00
Filippo Valsorda
4bb028f48e
devscripts/make_readme.py in place of all that sedding, that has porting problems
2012-12-07 14:45:16 +01:00
Filippo Valsorda
a5741a3f5e
pip installs fine!
2012-12-07 11:39:08 +01:00
Filippo Valsorda
cc51a7d4e0
New repo skeleton, getting ready for PyPi
2012-11-29 16:51:55 +01:00
Filippo Valsorda
20ba04267c
removed __main__.py from the root of the repo
2012-11-29 15:20:20 +01:00
Philipp Hagemeister
f1cb5bcad2
Make __main__ work in all scenarios with relative imports
2012-11-28 03:55:35 +01:00
Philipp Hagemeister
8179d2ba74
Merge branch 'master' of github.com:rg3/youtube-dl
2012-11-26 23:25:04 +01:00
Philipp Hagemeister
df4bad3245
Document configuration
2012-11-26 23:24:55 +01:00
Filippo Valsorda
a7b5c8d6a8
fix FAQ on how to compile (also, starnge fix in the Makefile)
2012-11-26 22:35:12 +01:00
Till Maas
e79e8b7dc4
Update install target
...
- 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-25 21:19:13 +02:00
gcmalloc
edcc7d2dd3
StringIO used by nosetests do not merge with the way youtube-dl handle sys.stdout and sys.stderr
2012-10-19 12:53:19 +02:00
gcmalloc
6d9c22cd26
correcting the makefile according to the new one
2012-10-12 20:30:01 +02:00
gcmalloc
729baf58b2
removing extended globbing for the find utility
2012-10-12 20:25:22 +02:00
gcmalloc
5a33b73309
correcting the makefile
2012-10-12 20:25:22 +02:00
gcmalloc
434d60cd95
adding clean rule in the makefile
2012-10-12 20:24:58 +02:00
gcmalloc
b387fb0385
adding test rule in the Makefile
2012-10-12 20:24:58 +02:00
Filippo Valsorda
646b885cbf
Added missing dependencies to Makefile
2012-10-09 15:49:24 +02:00
Philipp Hagemeister
20326b8b1b
Let Makefile use youtube-dl source code instead of compiled binary
2012-09-27 20:21:20 +02:00
Philipp Hagemeister
85f76ac90b
Merge remote-tracking branch 'FiloSottille/automation'
2012-09-27 19:41:51 +02:00
Filippo Valsorda
0e841bdc54
add PREFIX option to make install
2012-09-26 00:10:39 +02:00
Filippo Valsorda
225dceb046
moved make release to devscripts/release.sh
2012-09-25 23:56:01 +02:00
Filippo Valsorda
dce1088450
A more "make-esque" Makefile with file targets and dependencies
2012-08-03 20:10:54 +02:00
Filippo Valsorda
7a7c093ab0
added one-step realese script 'make release version=nn' - closes #158
2012-08-01 18:40:27 +02:00
Filippo Valsorda
ce7b2a40d0
added automatically generated bash-completion; closes #191
2012-08-01 17:26:50 +02:00
Filippo Valsorda
cfcec69331
auto-generating manpage from README.md ( closes #151 ); redesigned Makefile
2012-08-01 11:54:27 +02:00
joehillen
ef0c08cdfe
Added install target to Makefile.
2012-07-22 13:36:22 -07:00