Skip to content

Commit

Permalink
Enable pagination requests
Browse files Browse the repository at this point in the history
  • Loading branch information
divtiply committed Jun 26, 2018
1 parent 07b7135 commit fd9e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedns_scraper/spiders/domain_registry.py
Expand Up @@ -33,7 +33,7 @@ class RegistrySpider(Spider):
allowed_domains = ['freedns.afraid.org']
base_url = 'http://freedns.afraid.org/domain/registry/'
start_urls = [base_url]
requests_made = True
requests_made = False

def parse(self, response):
"""
Expand Down

0 comments on commit fd9e0bc

Please sign in to comment.