antcolony icon indicating copy to clipboard operation
antcolony copied to clipboard

Nodejs实现的一个磁力链接爬虫 https://findit.keenwon.com (原域名http://findit.so )

Results 6 antcolony issues
Sort by recently updated
recently updated
newest added

执行node startup worker 3000报错 node startup worker 3000 Error: Expect "max_memory_restart" to be a typeof [object String] / [object Number], but now is [object Object] at Object.Common.verifyConfs (D:\nodejs\node_modules\pm2\lib\Common.js:834:14) at API._startScript...

执行grunt命令报错: ![image](https://user-images.githubusercontent.com/20569072/114189361-b49b4080-997c-11eb-92fc-7314fe40d86e.png) Running "jshint:app" (jshint) task Warning: The "path" argument must be of type string. Received type object Use --force to continue. Aborted due to warnings. clone下来,没有做其他改动 ![image](https://user-images.githubusercontent.com/20569072/114189320-a816e800-997c-11eb-9f24-d77d41a06a9a.png)

var fs = require('fs'), path = require('path'), download = require('./download'); // 保存文件 save = function (_infohash, data) { var filePath = path.join( _infohash + '.torrent'); fs.writeFile(filePath, data,function (err) { if...

female.js 中,使用`fs.readFileSync`读取种子文件,对于特别的大的种子,可能会造成内存泄露,切换为`fs.createReadStream`

feature