diff --git a/data/com.github.cryptowyrm.copypastegrab.appdata.xml b/data/com.github.cryptowyrm.copypastegrab.appdata.xml index dbcf195..662cfe0 100644 --- a/data/com.github.cryptowyrm.copypastegrab.appdata.xml +++ b/data/com.github.cryptowyrm.copypastegrab.appdata.xml @@ -7,8 +7,9 @@ Copy Paste Grab Download videos from hundreds of websites -

A graphical user interface for the popular youtube-dl command line tool that allows you to easily download videos from hundreds of websites.

+

Easily download videos from hundreds of websites.

Just copy a link to a video, paste it into the app and it's going to grab it for you!

+

Note: Not all video websites allow downloading videos, so make sure you only download from websites that explicitly allow downloading videos in their Terms of Service.

diff --git a/data/com.github.cryptowyrm.copypastegrab.desktop b/data/com.github.cryptowyrm.copypastegrab.desktop index cc0d114..5edd170 100644 --- a/data/com.github.cryptowyrm.copypastegrab.desktop +++ b/data/com.github.cryptowyrm.copypastegrab.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Name=Copy Paste Grab GenericName=Video downloader -Comment=A shell wrapper for youtube-dl that downloads videos from websites -Categories=Utility;Network;Video; +Comment=Download videos from hundreds of websites +Categories=Utility;Network;Video;AudioVideo; Exec=com.github.cryptowyrm.copypastegrab Icon=com.github.cryptowyrm.copypastegrab Terminal=false Type=Application -Keywords=Youtube; \ No newline at end of file +Keywords=Download;Video; \ No newline at end of file diff --git a/data/screenshot_1.png b/data/screenshot_1.png index ddb06b3..8275cb1 100644 Binary files a/data/screenshot_1.png and b/data/screenshot_1.png differ diff --git a/debian/changelog b/debian/changelog index f7fb168..313d206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.cryptowyrm.copypastegrab (1.1.0) bionic; urgency=medium + + * Improves progress message for videos with seperate audio and video streams + + -- Christoph Budzinski Tue, 13 Nov 2018 01:42:15 +0100 + com.github.cryptowyrm.copypastegrab (1.0.0) bionic; urgency=medium * Initial Release.