This commit is contained in:
oppilate 2020-12-12 14:27:54 +00:00 committed by GitHub
parent 8f4ce47e68
commit 5b065f8342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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];