From f1607ec8cb067b93645e60181c92c23937a95f32 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Thu, 1 Jul 2021 14:23:58 +0000 Subject: [PATCH] * fix typo causing a lot of TEMP mishap --- webroot/watch.shs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/watch.shs b/webroot/watch.shs index 4dd00ab..b7899f0 100755 --- a/webroot/watch.shs +++ b/webroot/watch.shs @@ -55,7 +55,7 @@ if [[ "${get_data[v]}" ]]; then if [[ $video == '' ]]; then # seriously WHO DID THIS if [[ "${cfg[regionlock_proxy]}" == true ]]; then # retrying w/ proxy! - video=$(haruhi-dl --ie-key Youtube --write-pages --cookies ${cfg[_cookies]} --proxy "${cfg[regionlock_proxy_url]}" -J "http://youtube.com/watch?v=${get_data[v]}" 2> output$random_hash.log) + video=$(haruhi-dl --ie-key Youtube --write-pages --cookies ${cfg[_cookies]} --proxy "${cfg[regionlock_proxy_url]}" -J "http://youtube.com/watch?v=${get_data[v]}" 2> temp/output$random_hash.log) fi output=$(cat temp/output$random_hash.log) rm temp/output$random_hash.log