mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-04 11:11:05 +01:00
feat(scrape): test scrape torrent info from other tracker server
This commit is contained in:
@@ -989,9 +989,11 @@ exports.torrentByID = function (req, res, next, id) {
|
||||
|
||||
scrape.doScrape(torrent, function (err, res) {
|
||||
if (err) {
|
||||
console.log('doScrape result: error!');
|
||||
console.log(err);
|
||||
}
|
||||
if (res) {
|
||||
console.log('doScrape result:');
|
||||
console.log(res);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user