Update Video.service.bash
This commit is contained in:
parent
fb392456e6
commit
031cebd6e3
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
scriptVersion="1.0"
|
scriptVersion="1.1"
|
||||||
|
|
||||||
# Debugging Settings
|
|
||||||
#addFeaturedVideoArtists=true
|
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
videoFormat=bv[width>=1920]+ba
|
addFeaturedVideoArtists="true"
|
||||||
|
videoFormat="bv[width>=1920]+ba"
|
||||||
|
|
||||||
log () {
|
log () {
|
||||||
m_time=`date "+%F %T"`
|
m_time=`date "+%F %T"`
|
||||||
|
@ -48,10 +46,6 @@ verifyApiAccess () {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Debugging Settings
|
|
||||||
#addFeaturedVideoArtists=true
|
|
||||||
#videoFormat=bestvideo+best+bestaudio
|
|
||||||
|
|
||||||
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
|
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
|
||||||
sourcePreference=tidal
|
sourcePreference=tidal
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue