Commit Graph

1176 Commits

Author SHA1 Message Date
Pierre Rudloff 84452802bf Merge tag '1.2.0' into develop
It is now possible to trim the converted audio
Stream mode can now be enabled on Heroku
Fixed Docker builds (thanks @nicolass67!)
2018-08-13 10:10:59 +02:00
Pierre Rudloff b343084819 Merge branch 'release/1.2.0' 2018-08-13 10:07:42 +02:00
Pierre Rudloff 7c908d29ba build(yarn): 1.2.0 release
Bump version number
2018-08-13 10:07:33 +02:00
Pierre Rudloff 9a688e931a fix: Check if the url GET parameter is empty 2018-08-13 10:05:38 +02:00
Pierre Rudloff 169752a214 docs(FAQ): Explain why alltubedownload.net is slow 2018-08-13 09:40:14 +02:00
Pierre Rudloff b1040e5755
Merge pull request #182 from nicolass67/patch-1
Fix missing gnupg program
2018-08-04 23:29:47 +02:00
Pierre Rudloff b8b6180609 feat: Allow Youtube-like URLs
Fixes #184
2018-08-04 15:47:22 +02:00
nicolass67 dd58345cd7
Fix missing gnupg program
Issue #181
2018-07-26 20:37:59 +02:00
Pierre Rudloff c5f3d8d1a1 fix: STREAM is not required on Heroku 2018-07-06 10:39:58 +02:00
Pierre Rudloff fb90545d92 feat: Add STREAM environment variable so stream mode can be enabled on Heroku
See #178
2018-07-06 10:36:53 +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 44bed5335a Update Alltube.po (POEditor.com) 2018-07-03 20:17:24 +02:00
Pierre Rudloff 2efe969212 chore: Missing translations 2018-07-03 20:16:37 +02:00
Pierre Rudloff f22538eb9b chore: Add missing terms to translation 2018-07-03 20:15:36 +02:00
Pierre Rudloff 61857f0bdf Update Alltube.po (POEditor.com) 2018-07-03 20:15:10 +02:00
Pierre Rudloff cb7c21164b refactor: Simplify getAvconvProcess() 2018-07-03 20:09:45 +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 c80828f300 Merge tag '1.1.3' into develop
Add donate link to footer
Always load the UTF-8 locale variant when possible
Updated youtube-dl to 2018.06.02
2018-06-04 19:28:36 +02:00
Pierre Rudloff 67283f5deb Merge branch 'release-1.1.3' 2018-06-04 19:26:42 +02:00
Pierre Rudloff f0f9ef381e build(yarn): 1.1.3 release
Bump version number
2018-06-04 19:26:34 +02:00
Pierre Rudloff b177551c00 build(yarn): Dependencies update
grunt, grunt-contrib-watch, grunt-markdownlint
2018-06-04 15:29:25 +02:00
Pierre Rudloff e619b72a01 build(composer): Update youtube-dl to 2018.06.02 2018-06-03 20:51:22 +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 e5ef794c70 style: Lint XML 2018-06-03 16:04:34 +02:00
Pierre Rudloff 7259ec93b6 fix: Use HTTPS in robots.txt 2018-06-03 15:45:56 +02:00
Pierre Rudloff 128bcf8ebc style: Lint sitemap 2018-06-03 15:44:36 +02:00
Pierre Rudloff 8f62d3e2cd feat: Add favicon to static pages 2018-06-03 15:42:20 +02:00
Pierre Rudloff 1f11122755 Merge branch 'master' into develop 2018-06-03 15:41:02 +02:00
Pierre Rudloff f0461712ef feat: Use XHTML for static pages 2018-06-03 15:38:45 +02:00
Pierre Rudloff 8a3b139603 chore: Add missing string to locales 2018-05-29 18:46:44 +02:00
Pierre Rudloff 5111f6860a chore: Update locales 2018-05-29 18:43:36 +02:00
Pierre Rudloff 27737ef49f feat: Add donate link to footer 2018-05-29 18:41:12 +02:00
Pierre Rudloff 26a5380f45 fix: Always load the UTF-8 locale variant when possible 2018-05-28 12:00:27 +02:00
Pierre Rudloff d398f9101e docs: Typo 2018-05-26 14:48:15 +02:00
Pierre Rudloff acc66356de Merge tag '1.1.2' into develop
Fixed an issue when downloading videos from a playlist
Removed an empty option that sometimes appeared in the format list
2018-05-26 14:47:49 +02:00
Pierre Rudloff 106c08e562 Merge branch 'release-1.1.2' 2018-05-26 14:46:37 +02:00
Pierre Rudloff 2fc1cd319f build(yarn): 1.1.2 release
Bump version number
2018-05-26 14:46:29 +02:00
Pierre Rudloff 86523fd44b style: Lint 2018-05-26 14:38:42 +02:00
Pierre Rudloff a9ed417733 docs: Add Liberapay link to README 2018-05-26 14:38:17 +02:00
Pierre Rudloff 1d4a1ac65c test: Test getAudioStream() with a playlist 2018-05-23 22:52: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 17b9185e53 fix: Throw an error when trying to convert a playlist 2018-05-23 21:50:07 +02:00
Pierre Rudloff 647eed9db0 fix: Run youtube-dl with --no-playlist
Fixes #172
2018-05-23 21:43:34 +02:00
Pierre Rudloff ac4f6e72b8 fix: Remove empty format from format list
Introduced by 4972c8ab8e

Fixes #170
2018-05-19 16:16:20 +02:00
Pierre Rudloff ece93509a3 Merge tag '1.1.1' into develop
Fix audio conversion on Vimeo
Update ffmpeg to 4.0
Update youtube-dl to 2018.05.01
2018-05-01 16:45:50 +02:00
Pierre Rudloff 4539a11c00 Merge branch 'release-1.1.1' 2018-05-01 16:44:40 +02:00
Pierre Rudloff c20c0b3775 build(yarn): 1.1.1 release
Bump version number
2018-05-01 16:44:33 +02:00
Pierre Rudloff acbd2b61f1 test: Add tests for the audio download fallback 2018-05-01 16:43:22 +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