diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-06-17 14:32:31 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-06-17 14:32:31 +0200 |
commit | dabe9c0c42b9ed7d3ef4fb0695cf40857a71eea4 (patch) | |
tree | 59606aa1985150acc347bcd44a8d4fce1acb4a7b /debian | |
parent | 6de50984d920e93990ca4461a0f087f1c5c31f27 (diff) |
downtube 1.1: bugfixes
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3807d8c..7f8598b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -downtube (1.1) UNRELEASED; urgency=medium +downtube (1.1) unstable; urgency=medium * Enable MP4 / video download + * Fix link regex for more available videos - -- Roland Reichwein <rr@antcom.de> Sun, 31 May 2020 13:19:30 +0200 + -- Roland Reichwein <rr@antcom.de> Wed, 17 Jun 2020 12:02:39 +0200 downtube (1.0) unstable; urgency=medium diff --git a/debian/control b/debian/control index 492d660..a523452 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Homepage: http://www.reichwein.it/downtube/ Package: downtube Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, spawn-fcgi -Recommends: webserver +Depends: ${shlibs:Depends}, ${misc:Depends}, spawn-fcgi, ffmpeg +Recommends: webserver, youtube-dl Homepage: http://www.reichwein.it/downtube/ Description: Web application for video download Downtube can help you download a video specified in a HTML form, transformed |