Update Video.service.bash

This commit is contained in:
RandomNinjaAtk 2023-07-10 13:43:44 +00:00 committed by GitHub
parent fb392456e6
commit 031cebd6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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