summaryrefslogtreecommitdiff
path: root/phttp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-07 23:36:57 +0200
committerAki <please@ignore.pl>2020-08-07 23:36:57 +0200
commite2e3244eee4429aef9a2fd158beeccdd5bac0b9b (patch)
treec2a0db9d0444a56bf6b0f4fb0f799a49fad44261 /phttp
parent6173beea4d496803aa40030ba6024db5fa997c4c (diff)
downloadbrowse-e2e3244eee4429aef9a2fd158beeccdd5bac0b9b.zip
browse-e2e3244eee4429aef9a2fd158beeccdd5bac0b9b.tar.gz
browse-e2e3244eee4429aef9a2fd158beeccdd5bac0b9b.tar.bz2
Fixed extended mime types
Diffstat (limited to 'phttp')
-rwxr-xr-xphttp2
1 files changed, 1 insertions, 1 deletions
diff --git a/phttp b/phttp
index d74ac9b..cb6d504 100755
--- a/phttp
+++ b/phttp
@@ -15,7 +15,7 @@ get_with_arguments() {
return
}
local META
- META=$(curl -sL -w "%{content_type} %{url_effective}\n" $@ -o "$PHTTP_CACHE/files/$BASENAME") && {
+ META=$(curl -sL -w "\"%{content_type}\" %{url_effective}\n" $@ -o "$PHTTP_CACHE/files/$BASENAME") && {
META="$(echo $META | rev | cut -d/ -f2- | rev)/"
echo "$META $PHTTP_CACHE/files/$BASENAME"
echo "$META" > $PHTTP_CACHE/meta/$BASENAME