Added include and exclude config options. Moved network definitions to dedicated file. Scraping all XEmpire sites. Added definitions for Perv City.

This commit is contained in:
2019-03-04 02:46:33 +01:00
parent 71aa31dda6
commit 53ea694894
6 changed files with 245 additions and 34 deletions

8
config/default.js Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
module.exports = {
include: [
'xempire',
'pervcity',
],
};