Commit 507c1beb authored by Xiaowu Zhang's avatar Xiaowu Zhang

remove by mistake

parent 7e9e9e25
...@@ -56,6 +56,7 @@ crawler.on("complete", function() { ...@@ -56,6 +56,7 @@ crawler.on("complete", function() {
console.log("crawled " + url_list.length + " urls"); console.log("crawled " + url_list.length + " urls");
var xml_dict = { var xml_dict = {
"urlset": { "urlset": {
"@xmlns": "http://www.sitemaps.org/schemas/sitemap/0.9",
"url": url_list "url": url_list
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment