Commit Graph

465 Commits

Author SHA1 Message Date
Pierre Rudloff 27c076fc5b Use Python buildpack in order to have a recent Python version 2016-12-22 13:30:53 +01:00
Pierre Rudloff 46ac4eaede youtube-dl update 2016-12-22 13:14:02 +01:00
Pierre Rudloff 7df5651bcd Add background color 2016-12-22 12:46:32 +01:00
Pierre Rudloff ffb7f28aeb Merge tag '0.7.0' into develop
Add support for password protected videos
Fix Docker builds
2016-12-18 23:43:39 +01:00
Pierre Rudloff 7e079c7d2e Merge branch 'release-0.7.0' 2016-12-18 23:41:42 +01:00
Pierre Rudloff 5781ba7542 0.7.0 release 2016-12-18 23:41:33 +01:00
Pierre Rudloff 3eb0ca077e Fix Travis builds
Test on PHP 7 and 5.6
2016-12-18 23:24:00 +01:00
Pierre Rudloff f43da1bc57 Fix Docker builds 2016-12-18 22:41:56 +01:00
Pierre Rudloff 734390e269 Dependencies update 2016-12-18 21:45:41 +01:00
Pierre Rudloff d4f5f93c2d Lint 2016-12-05 13:12:27 +01:00
Pierre Rudloff a6447e9813 Lint 2016-12-03 14:01:35 +01:00
Pierre Rudloff a426f3297a Merge branch 'develop' of github.com:Rudloff/alltube into develop
Conflicts:
	composer.lock
2016-12-03 14:00:25 +01:00
Pierre Rudloff d61ad24d25 Dependencies update 2016-12-03 13:59:53 +01:00
Pierre Rudloff 24c9684784 Allow downloading of youtube-dl without Git (fixes #82)) 2016-11-13 23:51:41 +01:00
Pierre Rudloff 4cb08ad40d Dependencies update 2016-11-07 17:15:20 +01:00
Pierre Rudloff e8a8622131 Undefined variable 2016-10-27 01:27:55 +02:00
Pierre Rudloff d74ec5d1c4 Refactor listExtractors() 2016-10-27 01:22:30 +02:00
Pierre Rudloff bd26756246 Merge branch 'develop' of github.com:Rudloff/alltube into develop 2016-10-26 17:16:36 +02:00
Pierre Rudloff 2d0860e42f Undefined variable 2016-10-26 17:16:17 +02:00
Pierre Rudloff e08e8d8d09 Merge pull request #80 from Rudloff/analysis-8QeKPO
Applied fixes from StyleCI
2016-10-23 23:11:27 +02:00
Pierre Rudloff df88f515e6 Applied fixes from StyleCI 2016-10-23 21:08:32 +00:00
Pierre Rudloff 8505a7e99f Better container handling 2016-10-23 22:59:37 +02:00
Pierre Rudloff 6133b6a26e Merge pull request #79 from Rudloff/analysis-qgKQeE
Applied fixes from StyleCI
2016-10-20 23:32:06 +02:00
Pierre Rudloff 0a4589a1e6 Applied fixes from StyleCI 2016-10-20 21:27:56 +00:00
Pierre Rudloff 7a9d65d1fd Undeclared property 2016-10-20 23:27:13 +02:00
Pierre Rudloff efe0b97d7f Support audio conversion of password protected videos 2016-10-20 23:13:37 +02:00
Pierre Rudloff 75ddf27a95 Merge pull request #78 from Rudloff/analysis-qx7vWN
Applied fixes from StyleCI
2016-10-20 23:05:46 +02:00
Pierre Rudloff 57a0424b6f Applied fixes from StyleCI 2016-10-20 21:03:13 +00:00
Pierre Rudloff e34b01f2c4 Add support for password protected videos 2016-10-20 23:01:31 +02:00
Pierre Rudloff 621ccfb491 composer.lock update 2016-10-20 18:34:09 +02:00
Pierre Rudloff 4cb699207d Force dev dependencis on Heroku 2016-10-19 19:13:44 +02:00
Pierre Rudloff 6684aa1af3 Merge tag '0.6.0' into develop
We now support running Alltube as a library
Code documentation is now available on https://alltube.surge.sh/
Some code has been refactored
The FAQ has been expanded
2016-10-19 18:35:22 +02:00
Pierre Rudloff 51ee3526fc Merge branch 'release-0.6.0' 2016-10-19 18:34:05 +02:00
Pierre Rudloff e575e16e4f 0.6.0 release 2016-10-19 18:33:45 +02:00
Pierre Rudloff be92413e3c Add how to use as a library in README 2016-10-19 18:32:13 +02:00
Pierre Rudloff 257b7ed9fd We don't need grunt-cli 2016-10-19 18:11:22 +02:00
Pierre Rudloff 9c35b51777 Add title to code doc 2016-10-19 18:05:58 +02:00
Pierre Rudloff ddfb57b391 Merge branch 'feature/travis_doc' into develop 2016-10-19 17:58:59 +02:00
Pierre Rudloff 96b961e72c Generate doc with Travis 2016-10-19 17:58:32 +02:00
Pierre Rudloff d94077b713 Merge pull request #77 from Rudloff/analysis-zO5ZVP
Applied fixes from StyleCI
2016-10-18 09:52:29 +01:00
Pierre Rudloff 18a15a7484 Applied fixes from StyleCI 2016-10-18 08:45:54 +00:00
Pierre Rudloff 85fb3a54cd Test for exceptions when creating config 2016-10-18 10:45:16 +02:00
Pierre Rudloff 201d7c3376 rtmpdump is not required as it can be installed elsewhere 2016-10-18 10:22:35 +02:00
Pierre Rudloff cb7dad19dc Throw exception is Python is missing 2016-10-18 10:15:09 +02:00
Pierre Rudloff b6f8e585be Add a way to pass a Config object to VideoDownload 2016-10-18 10:03:50 +02:00
Pierre Rudloff a3dee17b2a Move YAML parsing to Config::getInstance()
Make Config::__construct() public
2016-10-18 09:54:08 +02:00
Pierre Rudloff f549cc8ce3 We need PHP 5.6 on Travis 2016-10-18 09:44:45 +02:00
Pierre Rudloff 95c2d9f476 Merge branch 'develop' of https://github.com/Rudloff/alltube into develop 2016-10-18 09:27:56 +02:00
Pierre Rudloff 13be997ddb Throw exception if youtube-dl can't be found 2016-10-18 09:27:28 +02:00
Pierre Rudloff 5e969733f1 Don't include phpunit and phpcs in release package 2016-10-18 09:19:05 +02:00