commit 74cf1fa80e912bd217b7a9e423b16a3c3bf7ff69
parent 211b143e55deab819051437a285dae6cbf362902
Author: gearsix <gearsix@tuta.io>
Date: Thu, 9 Sep 2021 22:48:17 +0100
moved 'keep' checkbox;added THANKS in README.txt
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.txt b/README.txt
@@ -104,6 +104,13 @@ INSTALL
contains all the files installed to your system. To uninstall using just
remove all of these files.
+THANKS
+ These two tools do all the heavy lifting:
+ - youtube-dl (https://ytdl-org.github.io/youtube-dl/)
+ - ffmpeg (https://ffmpeg.org)
+
+ And the cool icons used are from the MicroMoon theme for Palemoon:
+ https://repo.palemoon.org/Lootyhoof/micromoon
DISCLAIMER
It should go without saying, don't use this for pirating music.
diff --git a/sya-pyqt.py b/sya-pyqt.py
@@ -84,7 +84,7 @@ class SyaGui(qtwidg.QMainWindow):
if self.args.keep == True:
keep.setChecked(True)
keep.toggled.connect(self._keep_toggle, self.args.keep)
- layout.addWidget(keep, 1, 1, 2, 1)
+ layout.addWidget(keep, 1, 2, 2, 1)
# output
self._outputLabel = 'Output:'
layout.addLayout(self._init_filepicker(options, self._outputLabel, self._filepicker_output,