diff --git a/flatpak/me.aandrew.ytdownloader.metainfo.xml b/flatpak/me.aandrew.ytdownloader.metainfo.xml index 72631e1..649fb2d 100644 --- a/flatpak/me.aandrew.ytdownloader.metainfo.xml +++ b/flatpak/me.aandrew.ytdownloader.metainfo.xml @@ -6,12 +6,13 @@ https://github.com/aandrew-me/ytDownloader/issues https://github.com/aandrew-me/ytDownloader#internationalization- - Download videos and audios from Youtube and other sites + Download videos and audios from hundreds of sites -

ytDownloader lets you download videos and audios of different qualities from Youtube with high speed. It also supports hundreds of other sites including the popular ones but not limited to Facebook, Instagram, Tiktok, Twitter, Twitch and so on.

+

ytDownloader lets you download videos and audios of different qualities from hundreds of other sites including the popular ones but not limited to Youtube, Facebook, Instagram, Tiktok, Twitter, Twitch and so on.

✅ Supports Light/Dark/Transparent mode

✅ Supports high quality video resolutions

✅ Supports downloading particular ranges

+

✅ Supports downloading subtitles

✅ Completely free and open source

✅ Fast download speeds

@@ -30,6 +31,7 @@ + diff --git a/package.json b/package.json index 11b8f36..0e30183 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "yt-dlp-wrap-extended": "^2.3.12" }, "name": "ytdownloader", - "version": "3.3.1", + "version": "3.3.2", "main": "main.js", "scripts": { "start": "electron .",