1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-28 07:40:53 +02:00
Commit Graph

678 Commits

Author SHA1 Message Date
Pierre Rudloff
e45a284b01 Heroku deploy button 2017-05-15 17:38:43 +02:00
Pierre Rudloff
f9203706f7 Cleanup root folder (fixes #110) 2017-05-15 07:25:14 +02:00
Pierre Rudloff
c1c6c2dd97 Merge branch 'master' into develop 2017-05-14 23:06:31 +02:00
Pierre Rudloff
fed425fce3 Use middleware instead of the noscheme workaround in order to make HTTPS work behind a reverse-proxy 2017-05-14 22:24:39 +02:00
Pierre Rudloff
4810c045a4 Lint 2017-05-14 00:54:47 +02:00
Pierre Rudloff
a89b338060 Improve the way we test if a command can be ran (see #109) 2017-05-14 00:52:59 +02:00
Pierre Rudloff
ae99d20fd3 Update youtube-dl to 2017.05.09 2017-05-11 10:30:12 +02:00
Pierre Rudloff
a1f4eb6c9d Refactor cast JS 2017-05-09 19:32:39 +02:00
Pierre Rudloff
82a1d96c3e Add missing class hints 2017-05-05 01:51:28 +02:00
Pierre Rudloff
d3c68257ac Merge branch 'feature/archives' into develop 2017-05-05 00:36:48 +02:00
Pierre Rudloff
1b4e96f5ef Refactor FrontController::getStream() 2017-05-05 00:25:08 +02:00
Pierre Rudloff
879a37820d Remove useless arguments 2017-05-05 00:16:16 +02:00
Pierre Rudloff
fa67520c09 Undefined property 2017-05-05 00:08:43 +02:00
Pierre Rudloff
631f09529f Fix docblocks 2017-05-05 00:07:56 +02:00
Pierre Rudloff
d7927fc442 Download Tar archives from playlists 2017-05-04 23:52:30 +02:00
Pierre Rudloff
e46d8544ed Use a more reliable URL for RTMP tests 2017-05-04 23:28:29 +02:00
Pierre Rudloff
2d872ce652 Lint 2017-05-04 23:07:07 +02:00
Pierre Rudloff
6e8809b8bc Use redirect even if we only have one format 2017-05-04 23:03:51 +02:00
Pierre Rudloff
a681804126 Don't use variables when we can use a Config object directly 2017-05-04 20:26:42 +02:00
Pierre Rudloff
ef5304e598 Full path to manifest 2017-05-03 14:15:12 +02:00
Pierre Rudloff
00d2f0e199 getAvconvMp3Process should return a Process 2017-05-02 11:20:36 +02:00
Pierre Rudloff
b36efb3929 rtmpdump should only be in dev dependencies 2017-05-02 02:40:59 +02:00
Pierre Rudloff
aaa56846c0 Symfony update 2017-05-02 02:34:14 +02:00
Pierre Rudloff
2411add196 Merge tag '0.9.0' into develop
Basic playlist support (#58)
Alltube does not use curl anymore (#105)
New experimental remux option (#103)
youtube-dl updated to 2017.04.28
getURL() now returns an array
Tests have been refactored
2017-04-28 16:31:26 +02:00
Pierre Rudloff
f53fc5ebc1 Merge branch 'release-0.9.0' 2017-04-28 16:27:35 +02:00
Pierre Rudloff
f08b7ad1fb 0.9.0 release 2017-04-28 16:27:12 +02:00
Pierre Rudloff
0d5bde9f22 Add info about remux mode in FAQ 2017-04-28 16:13:39 +02:00
Pierre Rudloff
a356af4b9c Update youtube-dl to 2017.04.28 2017-04-28 14:49:41 +02:00
Pierre Rudloff
6651b45545 Use --flat-playlist to get playlists more efficiently 2017-04-28 14:43:20 +02:00
Pierre Rudloff
df2de166cb Accept any PSR container in ViewFactory 2017-04-26 01:08:42 +02:00
Pierre Rudloff
29c432c159 Lint 2017-04-26 01:00:07 +02:00
Pierre Rudloff
ea8e26c649 Tests for ViewFactory 2017-04-26 00:59:30 +02:00
Pierre Rudloff
00407a2f60 Lint 2017-04-26 00:52:05 +02:00
Pierre Rudloff
0e7aaea9fc Move Smarty view creation to ViewFactory class 2017-04-26 00:50:19 +02:00
Pierre Rudloff
4d104c852f Lint 2017-04-26 00:10:00 +02:00
Pierre Rudloff
db5f653e2d Refactor stream tests 2017-04-26 00:08:35 +02:00
Pierre Rudloff
a5252393de Refactor FrontControllerTest 2017-04-25 23:49:13 +02:00
Pierre Rudloff
8aee9054a8 Allow custom cookie array in controller 2017-04-25 23:04:59 +02:00
Pierre Rudloff
5e31767140 Lint 2017-04-25 22:49:28 +02:00
Pierre Rudloff
df7bc9a088 Refactor redirect() function 2017-04-25 22:47:52 +02:00
Pierre Rudloff
cbcf58c5fb Accept any PSR container 2017-04-25 22:24:44 +02:00
Pierre Rudloff
8999180284 Missing param types 2017-04-25 22:23:18 +02:00
Pierre Rudloff
60bd5dad6b Remove obsolete Firefox OS manifest 2017-04-25 22:13:38 +02:00
Pierre Rudloff
f9da2febe3 Merge branch 'develop' of github.com:Rudloff/alltube into develop 2017-04-25 22:12:26 +02:00
Pierre Rudloff
8d65cf44e3 Refactor remux logic in controller 2017-04-25 22:12:11 +02:00
Pierre Rudloff
71978e54e2 Unused variable 2017-04-25 21:49:19 +02:00
Pierre Rudloff
453bf6e4c5 More precise doc for getURL() 2017-04-25 14:55:21 +02:00
Pierre Rudloff
5180577b99 Ignore errors in playlists
(see https://github.com/rg3/youtube-dl/issues/12835)
2017-04-25 14:08:29 +02:00
Pierre Rudloff
1a7444eb66 Remove stray end tag in playlist template (fixes #107) 2017-04-25 13:49:46 +02:00
Pierre Rudloff
e9e0f6ca81 Remove useless comment 2017-04-25 11:08:34 +02:00