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

@@ -0,0 +1,3 @@
"""
Pligin Module
"""

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}"

View File

@@ -1,7 +1,7 @@
# Python imports
import os, threading, subprocess, time
# Gtk imports
# Lib imports
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk