diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-07-16 20:43:50 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-09-01 16:14:03 +0200 |
| commit | 5d748990bcf2e42415acc8a8f0c481d408ce5a73 (patch) | |
| tree | 62ba626eb4ecbf5c3a2b9f8ed4f7fb63aea40947 /lib | |
| parent | 20da9380db10967dba80b1e39f867801c22c2a7c (diff) | |
feature streamlining
Diffstat (limited to 'lib')
| -rwxr-xr-x | lib/action/Rip | 19 | ||||
| -rwxr-xr-x | lib/action/Stream | 10 |
2 files changed, 0 insertions, 29 deletions
diff --git a/lib/action/Rip b/lib/action/Rip deleted file mode 100755 index fbdc0e0..0000000 --- a/lib/action/Rip +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/bash - -source ./util/menu/deasy -source ./util/notify -source ./util/dpath - -query="$(deasy "$1" 'Rip Query')" -result="$(spotdl download "$query" --output "$DPATH" --no-cache)" - -if [[ "$result" =~ .*'No song matches found'.* ]] - then - notify 'Empty Response' -elif [[ "$result" =~ .*'already downloaded'.* ]] - then - notify 'Already Downloaded' -fi - -exit 0 - diff --git a/lib/action/Stream b/lib/action/Stream deleted file mode 100755 index 3cb2536..0000000 --- a/lib/action/Stream +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -source ./util/menu/deasy - -BASEURL='https://actvid.com/search/' -tailurl="$(deasy "$1" 'Stream Query' | tr ' ' '-' \ - | tr '[:upper:]' '[:lower:]')" - -xdg-open "$BASEURL$tailurl" - |
