Field | Details |
---|---|
Student | Ahmad Bilal |
Organization | Creative Commons |
Project | Creative Commons WordPress Plugin |
View cloudSettings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2022-03-22T17:42:00.188Z","extensionVersion":"v3.4.3"} |
View saveSitemaps.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getLinks = require('sitemap-links'); | |
fs = require('fs'); | |
(async () => { | |
const newSitemapLink = ''; | |
const oldSitemapLink = ''; | |
const newLinks = await getLinks(newSitemapLink); | |
const oldLinks = await getLinks(oldSitemapLink); |
View REPORT.md