Pierre Rudloff
|
5b7b101a8a
|
refactor(FrontController): We don't need to set the filename twice
|
2018-12-28 20:01:46 +01:00 |
|
Pierre Rudloff
|
ecd5bf306a
|
fixup! feat: Add support for HTTP range requests when stream mode is enabled
|
2018-09-18 18:52:56 +02:00 |
|
Pierre Rudloff
|
4cbc21de46
|
feat: Add support for HTTP range requests when stream mode is enabled
Fixes #192
|
2018-09-18 18:49:43 +02:00 |
|
Pierre Rudloff
|
9a688e931a
|
fix: Check if the url GET parameter is empty
|
2018-08-13 10:05:38 +02:00 |
|
Pierre Rudloff
|
b8b6180609
|
feat: Allow Youtube-like URLs
Fixes #184
|
2018-08-04 15:47:22 +02:00 |
|
Pierre Rudloff
|
298848a2f1
|
fix: Remux mode should fall back to best format if bestvideo+bestaudio is not available
|
2018-07-05 17:05:12 +02:00 |
|
Pierre Rudloff
|
159ea245a8
|
fix: Undefined variables
|
2018-07-03 19:52:24 +02:00 |
|
Pierre Rudloff
|
f1cf0a2cdc
|
feat: Add a way to trim the audio
|
2018-07-03 19:47:35 +02:00 |
|
Pierre Rudloff
|
1e4e6b52be
|
fix: Set default format to "bestvideo+bestaudio" when remux mode is enabled
This fixes an issue on websites like Reddit that only server separate video/audio files
See #173
|
2018-06-03 18:27:37 +02:00 |
|
Pierre Rudloff
|
d398f9101e
|
docs: Typo
|
2018-05-26 14:48:15 +02:00 |
|
Pierre Rudloff
|
edf4d4644d
|
fix: Fix downloading a playlist as a TAR archive
This is the only time where youtube-dl returning an empty URL is not a problem.
|
2018-05-23 22:38:45 +02:00 |
|
Pierre Rudloff
|
2b316d4e8d
|
fix: Throw an exception when trying to download DASH with ffmpeg
Fallback to default format when we can't download bestaudio
Fixes #165
|
2018-05-01 16:33:44 +02:00 |
|
Pierre Rudloff
|
74505cea57
|
feat: JSON API
|
2018-03-20 12:02:21 +01:00 |
|
Pierre Rudloff
|
04fe43a1ca
|
style: Declare imported classes at the top of the file
|
2018-02-05 17:16:41 +01:00 |
|
Pierre Rudloff
|
986dad5100
|
feat: Make strings in PHP files translatable
Meaningful strings are now parsed through the getext() function and the "composer update-locales"
script now parses PHP files.
Fixes #143
|
2018-01-26 11:37:56 +01:00 |
|
Pierre Rudloff
|
4972c8ab8e
|
feat: Add a new convertAdvanced option
It allows user to convert videos to several other audio/video formats
Fixes #148
|
2018-01-24 23:31:21 +01:00 |
|
Pierre Rudloff
|
3f325ddaae
|
Missing property
|
2017-11-12 16:39:56 +01:00 |
|
Pierre Rudloff
|
2432a06c1b
|
Make tests run on Windows (fixes #137)
Use AppVeyor to run tests
|
2017-11-11 17:48:05 +01:00 |
|
Pierre Rudloff
|
095c1a92f0
|
Some HLS streams have "m3u8_native" as protocol value (see #133)
|
2017-11-02 16:26:10 +01:00 |
|
Pierre Rudloff
|
0a2971399b
|
Lint
|
2017-10-29 23:21:13 +01:00 |
|
Pierre Rudloff
|
2b9914f1db
|
Fix test coverage
|
2017-09-29 01:11:19 +02:00 |
|
Pierre Rudloff
|
480271a45e
|
Don't include credentials in URLs (fixes #118)
|
2017-07-05 21:55:58 +02:00 |
|
Pierre Rudloff
|
a2dc71753e
|
Rename Smarty variable to avoid confusion
|
2017-05-31 09:32:11 +02:00 |
|
Pierre Rudloff
|
3ead8dd458
|
Undeclared properties
|
2017-05-30 23:49:38 +02:00 |
|
Pierre Rudloff
|
0f80cbd333
|
Improve locale handling
|
2017-05-30 23:31:12 +02:00 |
|
Pierre Rudloff
|
b4dd0aeb29
|
Basic locale switcher
|
2017-05-30 22:21:27 +02:00 |
|
Pierre Rudloff
|
1b4e96f5ef
|
Refactor FrontController::getStream()
|
2017-05-05 00:25:08 +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
|
2d872ce652
|
Lint
|
2017-05-04 23:07:07 +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
|
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
|
8d65cf44e3
|
Refactor remux logic in controller
|
2017-04-25 22:12:11 +02:00 |
|
Pierre Rudloff
|
7428b334de
|
Smal fixes with playlists
|
2017-04-25 11:05:49 +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
|
e6bbe54474
|
New remux feature (fixes #103)
|
2017-04-25 00:40:24 +02:00 |
|
Pierre Rudloff
|
fb3834296a
|
Make RTMP videos work in stream mode (fixes #104)
|
2017-04-24 18:31:14 +02:00 |
|
Pierre Rudloff
|
2a31951217
|
Use test config for controller tests
|
2017-04-24 17:49:13 +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
|
2ebea7749b
|
Fix redirect when no format is specified
|
2017-03-19 12:27:08 +01:00 |
|
Uli Koeth
|
560e8c6a5f
|
Handle download lists part 2
|
2017-03-08 13:23:42 +01:00 |
|
Pierre Rudloff
|
77eaec87ab
|
Lint
|
2017-01-16 17:50:58 +01:00 |
|
Pierre Rudloff
|
c99cc09c31
|
Missing property
|
2017-01-16 17:50:17 +01:00 |
|
Pierre Rudloff
|
0d6e539dcd
|
Fix docblocks
|
2017-01-16 17:47:26 +01:00 |
|