Slide 13
Slide 13 text
阿部寛のホームページを読み取った場合
import ogs from "open-graph-scraper"; // v6.3.4
(async () => {
const { result } = await ogs({ url: 'http://abehiroshi.la.coocan.jp/' })
console.log(JSON.stringify(result, null, 2))
})();
以下の結果に
{
"ogTitle": "�������̃z�[���y�[�W", // "阿部寛のホームページ"を期待
"charset": "Shift_JIS",
"requestUrl": "http://abehiroshi.la.coocan.jp/",
"success": true
}
課題: open-graph-scraperをアップデートできない