From c6491c74f7f439fb339a96f8ea0ff787085ee056 Mon Sep 17 00:00:00 2001 From: msglm Date: Tue, 8 Aug 2023 09:40:07 -0500 Subject: yt-dlp for tiktok --- stashley | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stashley b/stashley index 2bc272a..0ce069d 100755 --- a/stashley +++ b/stashley @@ -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" ;; *) -- cgit v1.2.3