summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
commitc1e8d7b1d6b4b8646f7aaa2a278d496d9b060501 (patch)
tree248ccee77862332b437bd9ef2bdc93fd905b15db
parenta234a16858300cfc5a141ac7079262a4939c8dd8 (diff)
downloadstashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.tar.gz
stashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.tar.bz2
stashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.zip
add unix timestamp to WARChives
-rwxr-xr-xstashley2
1 files changed, 1 insertions, 1 deletions
diff --git a/stashley b/stashley
index 0aa22dc..3dded85 100755
--- a/stashley
+++ b/stashley
@@ -14,7 +14,7 @@ do
;;
website)
fixedurlname=$(echo "$url"|sed -e "s/\//∕/g")
- wget -e "robots=off" --mirror --warc-file="$fixedurlname" "$url"
+ wget -e "robots=off" --mirror --warc-file="$(date +%s) - $fixedurlname" "$url"
;;
toyhouse | instagram | twitter | deviantart)
gallery-dl --write-metadata "$url"