1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-07-08 09:20:54 +02:00
Commit Graph

1357 Commits

Author SHA1 Message Date
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
Pierre Rudloff
7428b334de Smal fixes with playlists 2017-04-25 11:05:49 +02:00
Pierre Rudloff
554dd14edd Merge branch 'feature/playlist' into develop 2017-04-25 10:31:18 +02:00
Pierre Rudloff
950ea16672 Link to video page on playlist page
Open links on playlist page in new tab to allow to easily get back to playlist
2017-04-25 10:30:30 +02:00
Pierre Rudloff
43cbd4f6fe Cleanup playlists 2017-04-25 02:20:15 +02:00
Pierre Rudloff
3f053d9eed Merge branch 'develop' of https://github.com/hukoeth/alltube into feature/playlist
Conflicts:
	templates/video.tpl
2017-04-25 01:16:20 +02:00
Pierre Rudloff
c153fd8264 Test common functions with every URL provider 2017-04-25 00:48:10 +02:00
Pierre Rudloff
b4be0ead6a Lint 2017-04-25 00:41:49 +02:00
Pierre Rudloff
e6bbe54474 New remux feature (fixes #103) 2017-04-25 00:40:24 +02:00
Pierre Rudloff
b80b9c7b2e Remove dependency on curl (fixes #105)
avconv/ffmpeg now downloads the video directly when converting
2017-04-24 19:16:38 +02:00
Pierre Rudloff
b9aad26803 Update youtube-dl to 2017.04.17 2017-04-24 18:56:34 +02:00
Pierre Rudloff
33694dd0f4 Lint 2017-04-24 18:45:13 +02:00
Pierre Rudloff
fb3834296a Make RTMP videos work in stream mode (fixes #104) 2017-04-24 18:31:14 +02:00
Pierre Rudloff
d2ad962f6f Use cleaner way to create custom config everywhere 2017-04-24 18:19:21 +02:00
Pierre Rudloff
e4f061e6c3 Allow empty config filename (= default) 2017-04-24 17:56:07 +02:00
Pierre Rudloff
2a31951217 Use test config for controller tests 2017-04-24 17:49:13 +02:00
Pierre Rudloff
2051ee410c Update Slim to 3.8.1 2017-04-15 22:22:40 +02:00
Pierre Rudloff
b82841b3f8 Update youtube-dl to 2017.04.15 2017-04-15 20:37:48 +02:00
Pierre Rudloff
3f56c5bedc Merge tag '0.8.1-beta' into develop
Dependencies update
Update URI lib to 4.2.2 to try to fix #102
2017-04-15 20:20:56 +02:00
Pierre Rudloff
75e73d19b7 Merge branch 'release-0.8.1-beta' 2017-04-15 20:20:47 +02:00
Pierre Rudloff
dc4f635cc4 0.8.1-beta release 2017-04-15 20:20:40 +02:00
Pierre Rudloff
ed44c68a31 Merge commit 'c21be3c' into develop 2017-04-15 20:19:35 +02:00