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

9
src/scrapers/index.js Normal file
View File

@@ -0,0 +1,9 @@
'use strict';
const pervcity = require('./pervcity');
const xempire = require('./xempire');
module.exports = {
pervcity,
xempire,
};