fix: typo (#6410)
This commit is contained in:
parent
8f4ce47e68
commit
5b065f8342
|
|
@ -62,7 +62,7 @@ module.exports = async (ctx) => {
|
|||
}
|
||||
|
||||
// Metadata
|
||||
const url = path.join('https://www.intagram.com', 'p', item.code);
|
||||
const url = path.join('https://www.instagram.com', 'p', item.code);
|
||||
const pubDate = new Date(item.taken_at * 1000).toUTCString();
|
||||
const title = summary.split('\n')[0];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue