diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 19:39:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-09 19:39:46 +0200 |
commit | 507e0ce240f739a1d4580405ce2d189390c9f68b (patch) | |
tree | a5a10e8876395dd545433787fc2b036560207c3e /fixtures | |
parent | f7fe0a457eb92611731ba93959f3fca0ceb16528 (diff) | |
download | Comm-on-net-507e0ce240f739a1d4580405ce2d189390c9f68b.tar.bz2 Comm-on-net-507e0ce240f739a1d4580405ce2d189390c9f68b.zip |
Scrap: add a condition on timeout
Diffstat (limited to 'fixtures')
-rw-r--r-- | fixtures/commcrawler.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fixtures/commcrawler.json b/fixtures/commcrawler.json index 8ec419b..143e8b5 100644 --- a/fixtures/commcrawler.json +++ b/fixtures/commcrawler.json @@ -4,5 +4,11 @@ "fields": { "domain": "hugedomains.com" } +}, +{ + "model": "commcrawler.exludeddomains", + "fields": { + "domain": "pp.auto.ke.orange.fr" + } } ] |