Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Releases: Rudloff/alltube

1.1.1: Fix audio conversion on Vimeo

01 May 14:49
Compare
Choose a tag to compare
Update ffmpeg to 4.0
Update youtube-dl to 2018.05.01

1.1.0

20 Mar 11:20
Compare
Choose a tag to compare
New JSON API

Updated youtube-dl to 2018.03.20
Some VideoDownload exceptions now have an error code and/or a path

1.0.0

26 Jan 19:18
Compare
Choose a tag to compare
Download now works correctly on openload.co (needs phantomjs)

New convertAdvanced option that allows converting downloaded videos in any format
New Brazilian Portuguese locale (thanks to @ialexsilva!)
Errors can now be translated
Updated youtube-dl to 2018.01.21

0.11.0

23 Dec 18:45
Compare
Choose a tag to compare
Better Windows support

Use ffmpeg/avconv to get RTMP videos (instead of rtmpdump)
New audioBitrate parameter that allows to set the MP3 bitrate when converting
New avconvVerbosity parameter that allows to set the avconv/ffmpeg logging level
Updated youtube-dl to 2017.12.10
Tests now require phpunit 6

0.10.2

26 Oct 08:48
Compare
Choose a tag to compare
youtube-dl has been updated to 2017.10.20

Better error handling when some PHP extensions are missing
We switched to Yarn for JS dependencies (npm is still supported though)
Docker image now uses PHP7

0.10.1

02 Oct 18:19
Compare
Choose a tag to compare
  • Removed Google Cast support
  • Removed autofocus on URL field (because of #117)
  • We now have a Content Security Policy
  • Spanish translation (thanks to @cgomezmendez)
  • Updated Chinese translation (thanks to @tony199555)

0.10.0

01 Jun 21:10
Compare
Choose a tag to compare
  • Config file is now config/config.yml
  • New locales supported: French and Chinese (thanks to @tony199555!)
  • Heroku deploy button
  • We now remove non-ascii characters from the downloaded file names
  • Playlist can now be downloaded when stream mode is enabled (experimental)

0.9.0

28 Apr 14:41
Compare
Choose a tag to compare
  • 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

0.8.1-beta: Dependencies update

15 Apr 18:23
Compare
Choose a tag to compare
Pre-release
Update URI lib to 4.2.2 to try to fix #102

0.8.0

15 Apr 17:50
Compare
Choose a tag to compare
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