Compare commits

..

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 80b0f9ee0f 1.145.0 2020-12-05 02:44:54 +01:00
DebaucheryLibrarian 71196688ae Removed console log. 2020-12-05 02:44:39 +01:00
3 changed files with 2 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

View File

@ -56,7 +56,6 @@ function scrapeAllB(scenes, channel) {
release.entryId = release.poster?.match(/\/sets\/(.*)\//)?.[1] || slugify(release.title);
console.log(release);
return release;
});
}