顯示廣告
隱藏 ✕
看板 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


--
※ 看板: Anonymous 文章推薦值: 0 目前人氣: 0 累積人氣: 1 
r)回覆 e)編輯 d)刪除 M)收藏 ^x)轉錄 同主題: =)首篇 [)上篇 ])下篇