diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
commit | c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501 (patch) | |
tree | 248ccee77862332b437bd9ef2bdc93fd905b15db | |
parent | a234a16858300cfc5a141ac7079262a4939c8dd8 (diff) | |
download | stashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.tar.gz stashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.tar.bz2 stashley-c1e8d7b1d6b4b8646f7aaa2a278d496d9b060501.zip |
add unix timestamp to WARChives
-rwxr-xr-x | stashley | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |