diff options
author | msglm <msglm@techchud.xyz> | 2023-08-08 09:40:07 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-08 09:40:07 -0500 |
commit | c6491c74f7f439fb339a96f8ea0ff787085ee056 (patch) | |
tree | cd0b0e059e2fff04f2bd7419a9aa8c1dce261b40 | |
parent | 8e7e99e3bc3a9d4c7f727bc55b52990aab4c1016 (diff) | |
download | stashley-c6491c74f7f439fb339a96f8ea0ff787085ee056.tar.gz stashley-c6491c74f7f439fb339a96f8ea0ff787085ee056.tar.bz2 stashley-c6491c74f7f439fb339a96f8ea0ff787085ee056.zip |
yt-dlp for tiktokv1.0.7
-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" ;; *) |