sandbox for the other blog to practise posting and try out ideas. build up that muscle memory.
#/bin/bash [[ "$1" ]] && url="$1" || url="$(xclip -o)" [[ "$url" != "https://"* ]] && read -p "Please Enter Video URL: " url [[ "$url" != "https://"* ]] || exit 1 wget -qO- "$url"|tr "," "\n"|grep '^"title":"'|cut -d\" -f4
No comments:
Post a Comment