Skip to content

Tags: peaceanddemocracy/alltube

Tags

1.1.0

Toggle 1.1.0's commit message
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

Toggle 1.0.0's commit message
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

Toggle 0.11.0's commit message
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

Toggle 0.10.2's commit message
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

Toggle 0.10.1's commit message
Removed Google Cast support

Removed autofocus on URL field (because of Rudloff#117)
We now have a Content Security Policy
Spanish translation (thanks to @cgomezmendez)
Updated Chinese translation (thanks to @tony199555)

0.10.0

Toggle 0.10.0's commit message
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

Toggle 0.9.0's commit message
Basic playlist support (Rudloff#58)

Alltube does not use curl anymore (Rudloff#105)
New experimental remux option (Rudloff#103)
youtube-dl updated to 2017.04.28
getURL() now returns an array
Tests have been refactored

0.8.1-beta

Toggle 0.8.1-beta's commit message
Dependencies update

Update URI lib to 4.2.2 to try to fix Rudloff#102

0.8.0

Toggle 0.8.0's commit message
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

0.7.2-beta2

Toggle 0.7.2-beta2's commit message
New stream feature

Removed JSON output
Enable conversion on Docker image
Various fixes