BB forum defaults to attachment=0

このコミットが含まれているのは:
Wrongthink 2023-04-02 09:58:10 +09:00
コミット ff6dc9993f
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -9,7 +9,7 @@ mogrify -resize 640x360 ~/"$yttitle".jpg
#clickable link, comment out to disable
echo "[size=120][url=$(echo $1 | sed -e 's/m.youtube.com/yewtu.be/;s/www.youtube.com/yewtu.be/;s/youtu.be/yewtu.be/')]$yttitle[/url][/size]" > ~/"$yttitle".txt
#thumbnail image, comment out to disable
echo "[attachment=2]$yttitle.jpg[/attachment]" >> ~/"$yttitle".txt
echo "[attachment=0]$yttitle.jpg[/attachment]" >> ~/"$yttitle".txt
#description quote, comment out to disable
echo "[quote]$(head -n 6 ~/$yttitle.description)...[/quote]" >> ~/"$yttitle".txt
rm -v ~/"$yttitle".description