From d36bba4b0ecce706a87c34316704f41b35b3fbfc Mon Sep 17 00:00:00 2001 From: aandrew-me Date: Sun, 28 Aug 2022 19:19:12 +0600 Subject: [PATCH] Further enhancements --- assets/css/index.css | 12 + html/about.html | 6 +- html/index.html | 3 +- html/preferences.html | 3 +- info.json | 6318 ----------------------------------------- package.json | 2 +- src/renderer.js | 26 +- 7 files changed, 36 insertions(+), 6334 deletions(-) delete mode 100644 info.json diff --git a/assets/css/index.css b/assets/css/index.css index ce68522..7fdb0a0 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -83,6 +83,7 @@ body { text-align: left; opacity: 1; font-size: large; + z-index:2; } .menuItem { color: white; @@ -150,6 +151,17 @@ body { height:15px; } +#closeHidden{ + bottom:5px; + position: absolute; + right:5px; + cursor: pointer; + cursor: pointer; + width:15px; + height:15px; + +} + #hidden { display: none; /* display: inline-block; */ diff --git a/html/about.html b/html/about.html index 66a333d..5af0b84 100644 --- a/html/about.html +++ b/html/about.html @@ -14,12 +14,10 @@ Home

ytDownloader

-

ytDownloader allows you to download videos of all resolutions provided by YouTube. - They can be downloaded in different encoding formats. The same goes for audio files. +

ytDownloader lets you download videos (and sometimes audios) from hundreds of sites like Youtube, Facebook, Instagram, Tiktok, Twitter and so on.

-

It's a Free and Open Source app built on top of Node.js and Electron. ytdl-core has been used for downloading - from YouTube

+

It's a Free and Open Source app built on top of Node.js and Electron. yt-dlp has been used for downloading

Source Code is available here

diff --git a/html/index.html b/html/index.html index 719b751..10519f5 100644 --- a/html/index.html +++ b/html/index.html @@ -46,7 +46,6 @@ About -
@@ -67,7 +66,7 @@

- + close
diff --git a/html/preferences.html b/html/preferences.html index 8497776..00de827 100644 --- a/html/preferences.html +++ b/html/preferences.html @@ -10,14 +10,13 @@ Home

Preferences

- Restart app for changes to take place

1. Download location

Default location:

-

2. Enable transparent dark (only Linux)

+

2. Enable transparent dark (only Linux, needs restart)