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 | 098519d3c36bcde1bb891441610bd5b879bba1a0 (patch) | |
tree | cd0b0e059e2fff04f2bd7419a9aa8c1dce261b40 | |
parent | 0005a0e4dc528cd857882b2bd541c6b241333513 (diff) | |
download | stashley-098519d3c36bcde1bb891441610bd5b879bba1a0.tar.gz stashley-098519d3c36bcde1bb891441610bd5b879bba1a0.tar.bz2 stashley-098519d3c36bcde1bb891441610bd5b879bba1a0.zip |
yt-dlp for tiktok
-rwxr-xr-x | stashley | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,13 +6,13 @@ do tomlq -r ".$site.urls[]" "$1" | while IFS= read -r url; do case "$site" in - youtube) + youtube | tiktok) 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 'YouTube/%(uploader|author)s/%(title)s.%(ext)s' "$url" ;; website) wget --mirror --warc-file="echo $url|sed -e '//\//slash/g'" ;; - toyhouse | instagram | twitter | deviantart | tiktok) + toyhouse | instagram | twitter | deviantart) gallery-dl --write-metadata "$url" ;; *) |