Added basic filename copy. Added HTTP helper to q. Fetching all actor release pages from Naughty America. Added various high res network logos.

This commit is contained in:
2020-02-04 00:18:53 +01:00
parent bffa6d2c9e
commit ef602a3a15
42 changed files with 1483 additions and 54 deletions

View File

@@ -5,7 +5,6 @@ const path = require('path');
const fs = require('fs-extra');
const argv = require('../argv');
const knex = require('../knex');
async function init() {
@@ -26,6 +25,8 @@ async function init() {
return file;
}));
knex.destroy();
}
init();