summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-08-22 21:43:13 -0500
committermsglm <msglm@techchud.xyz>2023-08-22 21:43:13 -0500
commite000a6958767f8cf9408a4670463a6bba0f425e6 (patch)
tree248ccee77862332b437bd9ef2bdc93fd905b15db
parenta1e25b3b0849bb857f919220148c06e02a369d0c (diff)
downloadstashley-e000a6958767f8cf9408a4670463a6bba0f425e6.tar.gz
stashley-e000a6958767f8cf9408a4670463a6bba0f425e6.tar.bz2
stashley-e000a6958767f8cf9408a4670463a6bba0f425e6.zip
add unix timestamp to WARChivesv1.0.10
-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"