Added Teen Core Club. Changed network to entity in GraphQL query.

This commit is contained in:
2020-06-08 03:41:12 +02:00
parent 09d849eb9d
commit 79465d9634
143 changed files with 362 additions and 37 deletions

View File

@@ -22,7 +22,12 @@ const { argv } = yargs
.option('sites', {
describe: 'Sites to scrape (overrides configuration)',
type: 'array',
alias: 'entities',
alias: 'site',
})
.option('entities', {
describe: 'Networks or sites to scrape (overrides configuration)',
type: 'array',
alias: 'entity',
})
.option('actors', {
describe: 'Scrape actors by name or slug',