Updated READNE, added searcher plugin, cleanup

This commit is contained in:
2022-07-20 23:57:06 -05:00
parent 7abbee9182
commit 3f5664da5b
11 changed files with 523 additions and 7 deletions

View File

@@ -10,7 +10,6 @@
function main() {
cd "$(dirname "")"
echo "Working Dir: " $(pwd)
source "/home/abaddon/Portable_Apps/py-venvs/yt-dlp-venv/venv/bin/activate"
LINK=`xclip -selection clipboard -o`
yt-dlp --write-sub --embed-sub --sub-langs en -o "${1}/%(title)s.%(ext)s" "${LINK}"