Compare commits
No commits in common. "aa5e9a9c8ba99b7912dde71af5e33c6191ff06fe" and "ccca6a771458a5ffbcb3ef31e89166703bbf8af5" have entirely different histories.
aa5e9a9c8b
...
ccca6a7714
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.139.4",
|
||||
"version": "1.139.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.139.4",
|
||||
"version": "1.139.3",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -37,7 +37,6 @@ function scrapeLatest(scenes, site) {
|
|||
release.likes = parseInt(query.q('.articlePostDateText td:nth-child(3)', true), 10);
|
||||
|
||||
const cover = query.img('a img');
|
||||
|
||||
release.covers = [[
|
||||
cover.replace('_thumbnail', ''),
|
||||
cover,
|
||||
|
@ -145,7 +144,7 @@ async function fetchLatest(site, page = 1) {
|
|||
}
|
||||
*/
|
||||
|
||||
return scrapeLatest(qu.extractAll(res.body.html, '#articleTable > tbody > tr:nth-child(2) > td > table'), site);
|
||||
return scrapeLatest(qu.extractAll(res.body.html, 'body > table'), site);
|
||||
}
|
||||
|
||||
return res.status;
|
||||
|
|
Loading…
Reference in New Issue