diff --git a/iyp/crawlers/worldbank/country_pop.py b/iyp/crawlers/worldbank/country_pop.py index 1b05c23..ffca9f1 100644 --- a/iyp/crawlers/worldbank/country_pop.py +++ b/iyp/crawlers/worldbank/country_pop.py @@ -9,7 +9,7 @@ from iyp import BaseCrawler, RequestStatusError -URL = 'http://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?per_page=400&mrv=1&format=json' +URL = 'https://api.worldbank.org/v2/country/all/indicator/SP.POP.TOTL?per_page=400&mrv=1&format=json' ORG = 'WorldBank' NAME = 'worldbank.country_pop'