Compare commits
2 Commits
9c234af747
...
6b358d74db
Author | SHA1 | Date |
---|---|---|
|
6b358d74db | |
|
2c490753a4 |
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.94.1",
|
||||
"version": "1.94.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.94.1",
|
||||
"version": "1.94.2",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -180,8 +180,6 @@ function scrapeAll(html, site, networkUrl, hasTeaser = true) {
|
|||
];
|
||||
}
|
||||
|
||||
console.log(release.title, release.teaser);
|
||||
|
||||
return release;
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue