mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-27 08:52:16 +00:00
Update index.js
This commit is contained in:
@@ -131,7 +131,7 @@ async function run(){
|
||||
}
|
||||
}
|
||||
}
|
||||
console.log(`去重完成\n总共${urlList.length}个节点,去重${urlList.length-finalURLs.length}个节点,剩余${finalURLs.length}个节点。`)
|
||||
console.log(`去重完成\n一共${urlList.length}个节点,去重${urlList.length-finalURLs.length}个节点,剩余${finalURLs.length}个节点。`)
|
||||
fs.writeFileSync('./out',finalURLs.join('\n'))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user