Comparing version 0.0.3 to 0.0.4
@@ -91,4 +91,4 @@ (function() { | ||
t.artist = parseArtist(td3a.eq(2)); | ||
parsedHref = url.parse(ent.decode(td3a.eq(3).attr('href')), true); | ||
n = t.artist === null ? 2 : 3; | ||
parsedHref = url.parse(ent.decode(td3a.eq(n).attr('href')), true); | ||
r = parseRelease(parsedHref.query.id, td3a.eq(n), tds, true); | ||
@@ -95,0 +95,0 @@ t.release = r.release; |
{ | ||
"name": "jps", | ||
"description": "A scraper for the jpopsuki torrent tracker", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -9,3 +9,3 @@ var jps = require('../lib/scraper') | ||
.get('/torrents.php') | ||
.replyWithFile(200, __dirname + '/torrents.html') | ||
.replyWithFile(200, __dirname + '/torrents3.html') | ||
.get('/torrents.php?action=markold') | ||
@@ -26,3 +26,3 @@ .reply(200, '') | ||
}, | ||
'less new than old': function(err, torrents) { | ||
'less new than total': function(err, torrents) { | ||
assert.ok(torrents); | ||
@@ -29,0 +29,0 @@ newtorrents = 0 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
0
19661
1