看板 Anonymous
作者 像爸爸.
標題 Re: 吉伊卡哇-59 選舉就是票多的贏 後續
時間 2026-07-10 Fri. 18:04:11
#!/bin/dash
set +x
if [ -n "$1" ]
then
if ! echo $1| grep -q http
then
#echo willl form url
url=https://www.youtube.com/watch?v=$1
fi
else
echo there is no '$1'
#url=''
fi
#if [ -n "$url" ]
if [ -n "$1" ]
then
yt-dlp_linux -v -j $1 >/tmp/json.tmp.root
cd /tmp
cat json.tmp.root|jq "{"date": .upload_date,"title": .title,"URL": .webpage_url,"duration": .duration}"
fi
--
※ 同主題文章:
… ×109
07-10 17:37 cocochiatwn4.
Re: 吉伊卡哇-59 選舉就是票多的贏 後續
07-10 18:04 像爸爸.
… ×14