From aed85412da5d506ecad9be65acfe68a9385b87fc Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 Dec 2022 17:14:26 -0600 Subject: [PATCH] fixing dlvideo and dlaudio --- scripts/dlaudio | 5 +++-- scripts/dlvideo | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/dlaudio b/scripts/dlaudio index b44d3b4..adb8122 100755 --- a/scripts/dlaudio +++ b/scripts/dlaudio @@ -1,3 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash -konsole -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1 +notify-send "downloading  $1" +alacritty -e yt-dlp -x -o '/home/chris/Music/%(title)s.%(ext)s' $1 diff --git a/scripts/dlvideo b/scripts/dlvideo index abb5115..71f8abc 100755 --- a/scripts/dlvideo +++ b/scripts/dlvideo @@ -1,3 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash -konsole -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1 +notify-send "Downloading  $1" +alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1