Compare commits

..

No commits in common. "6b358d74db949912ca03707053ac6e47b03bf448" and "9c234af747a56e0a3131914ccb3b02382d92ed81" have entirely different histories.

3 changed files with 4 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.94.2",
"version": "1.94.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.94.2",
"version": "1.94.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@ -180,6 +180,8 @@ function scrapeAll(html, site, networkUrl, hasTeaser = true) {
];
}
console.log(release.title, release.teaser);
return release;
});
}