diff options
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 |