|
|
@ -76,7 +76,7 @@ fi
|
|
|
|
DownloadExtras () {
|
|
|
|
DownloadExtras () {
|
|
|
|
|
|
|
|
|
|
|
|
# Check for cookies file
|
|
|
|
# Check for cookies file
|
|
|
|
if find /config -type f -name "cookies.txt" | read; then
|
|
|
|
if find /config -type f -iname "cookies.txt" | read; then
|
|
|
|
cookiesFile="$(find /config -type f -iname "cookies.txt" | head -n1)"
|
|
|
|
cookiesFile="$(find /config -type f -iname "cookies.txt" | head -n1)"
|
|
|
|
log "$itemTitle :: Cookies File Found!"
|
|
|
|
log "$itemTitle :: Cookies File Found!"
|
|
|
|
else
|
|
|
|
else
|
|
|
|