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 | a234a16858300cfc5a141ac7079262a4939c8dd8 (patch) | |
tree | b6457e1a25190123a3041a6201584bf2179cf383 | |
parent | 35d7757438693105e38ab9073a3b714ec0c86a97 (diff) | |
download | stashley-a234a16858300cfc5a141ac7079262a4939c8dd8.tar.gz stashley-a234a16858300cfc5a141ac7079262a4939c8dd8.tar.bz2 stashley-a234a16858300cfc5a141ac7079262a4939c8dd8.zip |
fix WARC support
-rwxr-xr-x | stashley | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ do yt-dlp --write-info-json --write-description --write-thumbnail --write-annotations --all-subs --ignore-error -f 'bestvideo[height>=720][fps>=60]+bestaudio/bestvideo+bestaudio/best' -o 'TikTok/%(uploader|author)s/%(title)s.%(ext)s' "$url" ;; website) - wget --mirror --warc-file="echo $url|sed -e '//\//slash/g'" + fixedurlname=$(echo "$url"|sed -e "s/\//∕/g") + wget -e "robots=off" --mirror --warc-file="$fixedurlname" "$url" ;; toyhouse | instagram | twitter | deviantart) gallery-dl --write-metadata "$url" |