From ef25f477c07c1f9f329680461c487fbfcea15baa Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 23 Apr 2022 03:41:20 +0200 Subject: [PATCH] video tag --- zen/new_file_in_astroport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/new_file_in_astroport.sh b/zen/new_file_in_astroport.sh index 53313d7..ef6d00f 100755 --- a/zen/new_file_in_astroport.sh +++ b/zen/new_file_in_astroport.sh @@ -415,7 +415,7 @@ then MIME=$(file --mime-type "$HOME/astroport/${TYPE}/${REFERENCE}/${file}" | cut -d ':' -f 2 | cut -d ' ' -f 2) if [[ $(echo "$MIME" | grep 'video') ]]; then - TEXT='

'${TITLE}'

' + TEXT="

"${TITLE}"

" MIME="txt/html" TAGS="${CAT}" CANON=''