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
Pierre Rudloff
c21be3c904
Dependencies update
...
Update URI lib to 4.2.2 to try to fix #102
2017-04-15 20:18:46 +02:00
Pierre Rudloff
c44f22fa58
Merge tag '0.8.0' into develop
...
New uglyUrls option that disables URL rewriting
New stream option that enables streaming videos through the server
Enabled audio conversion in the Docker image
Updated youtube-dl to 2017.03.07
Removed the unused /json route
2017-04-03 00:05:51 +02:00
Pierre Rudloff
0a3d9c08e8
Merge branch 'release-0.8.0'
2017-04-03 00:01:34 +02:00
Pierre Rudloff
0975015824
0.8.0 release
2017-04-03 00:01:17 +02:00
Pierre Rudloff
9c53e5e93c
Lint
2017-04-02 23:45:59 +02:00
Pierre Rudloff
c3af978e22
Fix uglyUrls variable not passed to video.tpl
2017-04-02 23:44:30 +02:00
Pierre Rudloff
c9db4d0d2e
Fix variable name
2017-04-02 23:34:07 +02:00
Pierre Rudloff
49b38fa318
Merge branch 'master' into develop
2017-04-02 23:21:02 +02:00
Pierre Rudloff
b28df20629
Hotfix: fix Travis doc deployment
2017-04-02 23:19:43 +02:00
Pierre Rudloff
e7d4e12722
Update PHPCS to 2.8
2017-04-02 22:34:28 +02:00
Pierre Rudloff
e2f490e768
Dependencies update
2017-04-02 22:17:52 +02:00
Pierre Rudloff
194bdbed77
Replace testVideoWithUnconvertedAudio test because soundcloud.com triggers some weird SSL error on Travis ( fixes #101 )
2017-04-02 22:03:30 +02:00
Pierre Rudloff
aa3cac77af
Merge tag '0.7.2-beta2' into develop
...
New stream feature
Removed JSON output
Enable conversion on Docker image
Various fixes
2017-04-02 20:40:41 +02:00
Pierre Rudloff
8c58c379de
Merge branch 'release-0.7.2-beta2'
2017-04-02 20:37:58 +02:00
Pierre Rudloff
f33ea5ec2e
0.7.2-beta2 release
2017-04-02 20:37:50 +02:00
Pierre Rudloff
9336b7dc53
Enable conversion on Docker image
2017-03-29 23:30:15 +02:00
Pierre Rudloff
23906c7e84
Use locally installed grunt and bower in Docker image
2017-03-29 21:42:48 +02:00
Pierre Rudloff
30cd469c58
Add Docker instructions to FAQ
2017-03-29 21:30:02 +02:00
Pierre Rudloff
4958f59a67
Lint
2017-03-19 12:28:54 +01:00
Pierre Rudloff
962d019972
Merge branch 'develop' of github.com:Rudloff/alltube into develop
2017-03-19 12:27:27 +01:00
Pierre Rudloff
2ebea7749b
Fix redirect when no format is specified
2017-03-19 12:27:08 +01:00
Pierre Rudloff
7f34e3b2ec
phpunit update
2017-03-18 00:02:38 +01:00
Pierre Rudloff
9d4569244f
Fix FFMPEG URL in composer.lock
2017-03-14 11:29:06 +01:00
Pierre Rudloff
35e1dd0da4
Symfony update
2017-03-14 01:40:19 +01:00
Pierre Rudloff
f9070e80c2
Grunt plugins update
2017-03-12 23:44:56 +01:00
Pierre Rudloff
956645691f
Typo in FAQ
2017-03-12 12:36:41 +01:00
Uli Koeth
560e8c6a5f
Handle download lists part 2
2017-03-08 13:23:42 +01:00
Pierre Rudloff
2eb9b642e7
youtube-dl update
2017-03-08 10:25:28 +01:00
Uli Koeth
03cf506132
Handle download lists part 1
2017-03-07 17:24:34 +01:00
Pierre Rudloff
c9341acfb9
Download ffmpeg over HTTPS
2017-03-02 23:10:02 +01:00
Pierre Rudloff
15cea297d8
Dependencies update
2017-03-02 23:05:25 +01:00
Pierre Rudloff
ec1124692f
Add update instructions to README ( fixes #95 )
2017-03-02 22:58:37 +01:00
Pierre Rudloff
1558f53a12
youtube-dl update
2017-02-25 15:23:32 +01:00