diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-17 14:22:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-11-17 14:22:41 +0100 |
commit | e263b2c66e64a8b246418b88b24bda6c8a08fd2d (patch) | |
tree | abdd89af8578ed0f077a59b9552c98972d284ed0 | |
parent | cddfb50aa5774ac5fcab239d5b28e403b34dbd58 (diff) | |
download | Comm-on-net-e263b2c66e64a8b246418b88b24bda6c8a08fd2d.tar.bz2 Comm-on-net-e263b2c66e64a8b246418b88b24bda6c8a08fd2d.zip |
-rw-r--r-- | commcrawler/scrapy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commcrawler/scrapy.py b/commcrawler/scrapy.py index 5237d25..44659ad 100644 --- a/commcrawler/scrapy.py +++ b/commcrawler/scrapy.py @@ -38,7 +38,7 @@ DATE_MONTH_FUTUR_DELAY = 2 MAX_LINKS = None # if None no max NUMBER_PER_PAGE = settings.NUMBER_PER_SESSION -ONLY_FIRST_PAGE = True +ONLY_FIRST_PAGE = False class DefaultSpider: |