diff options
author | msglm <msglm@techchud.xyz> | 2023-08-22 21:43:13 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-22 21:43:13 -0500 |
commit | e000a6958767f8cf9408a4670463a6bba0f425e6 (patch) | |
tree | 248ccee77862332b437bd9ef2bdc93fd905b15db | |
parent | a1e25b3b0849bb857f919220148c06e02a369d0c (diff) | |
download | stashley-e000a6958767f8cf9408a4670463a6bba0f425e6.tar.gz stashley-e000a6958767f8cf9408a4670463a6bba0f425e6.tar.bz2 stashley-e000a6958767f8cf9408a4670463a6bba0f425e6.zip |
add unix timestamp to WARChivesv1.0.10
-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" |