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
|
||||
scriptVersion="1.0"
|
||||
|
||||
# Debugging Settings
|
||||
#addFeaturedVideoArtists=true
|
||||
scriptVersion="1.1"
|
||||
|
||||
# Settings
|
||||
videoFormat=bv[width>=1920]+ba
|
||||
addFeaturedVideoArtists="true"
|
||||
videoFormat="bv[width>=1920]+ba"
|
||||
|
||||
log () {
|
||||
m_time=`date "+%F %T"`
|
||||
|
@ -48,10 +46,6 @@ verifyApiAccess () {
|
|||
done
|
||||
}
|
||||
|
||||
# Debugging Settings
|
||||
#addFeaturedVideoArtists=true
|
||||
#videoFormat=bestvideo+best+bestaudio
|
||||
|
||||
if [ "$dlClientSource" = "tidal" ] || [ "$dlClientSource" = "both" ]; then
|
||||
sourcePreference=tidal
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue