Added Teen Core Club. Changed network to entity in GraphQL query.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user