X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_functions.sh;h=6741dfd31a707236c280347b042b4b2334960739;hb=d29d0f9bd93fd01f7d72f4ee0f27893cb1c6d187;hp=a0738d9a19d76ce6e1820e604f2820ffdb295ace;hpb=c28f8c74be2ec1bd23d427d135e6242c21e619e7;p=khome.git diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index a0738d9..6741dfd 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -335,7 +335,7 @@ _yt() { mkdir -p "$dir" cd "$dir" || kill -INT $$ echo "$uri" > 'uri' - youtube-dlc $opts -c --write-description --write-info-json "$uri" + youtube-dlc $opts -c --write-all-thumbnails --write-description --write-info-json "$uri" } yt_audio() { @@ -363,7 +363,7 @@ gh_clone() { mkdir -p "$gh_dir" cd "$gh_dir" || kill -INT $$ gh_fetch_repos "$gh_user_type" "$gh_user_name" \ - | jq --raw-output '.[] | select(.fork | not) | .git_url' \ + | jq --raw-output '.[] | select(.fork | not) | .clone_url' \ | parallel -j 25 \ git clone {} }