some style stuff #1
8
yt
8
yt
@ -18,6 +18,10 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
if test -n "$DEBUG"; then
|
||||||
|
set -x
|
||||||
|
fi
|
||||||
|
|
||||||
argv0="$0"
|
argv0="$0"
|
||||||
com="$1"
|
com="$1"
|
||||||
FMT='%(title)s – %(channel)s (%(duration>%H:%M:%S)s) [%(webpage_url)s]'
|
FMT='%(title)s – %(channel)s (%(duration>%H:%M:%S)s) [%(webpage_url)s]'
|
||||||
@ -173,10 +177,6 @@ verify() { # replaces videos with archived versions if they are not available
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
if test -n "$DEBUG"; then
|
|
||||||
set -x
|
|
||||||
fi
|
|
||||||
|
|
||||||
for dep in \
|
for dep in \
|
||||||
curl \
|
curl \
|
||||||
fzf \
|
fzf \
|
||||||
|
Loading…
Reference in New Issue
Block a user