Added yt-dlp version to sidebar (#155)

This commit is contained in:
Kieran
2024-04-01 17:54:51 -07:00
committed by GitHub
parent 0eca0acbe8
commit c58e176619
6 changed files with 37 additions and 4 deletions
@@ -12,5 +12,9 @@ for ((i = 1; i <= $#; i++)); do
fi
done
# Write all args to the file
echo "$@" >"$file_location"
if [ "${!i}" == "--print-to-file" ]; then
# Write all args to the file
echo "$@" >"$file_location"
else
echo "$@"
fi