const { extract, } = require('oembed-parser'); let url = 'https://www.youtube.com/watch?v=8jPQjjsBbIc'; // Promise style extract(url).then((data) ...
確定! 回上一頁