From 195bea73e1195b824eabdeb411713801f17d11a6 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Mon, 20 Feb 2017 19:15:28 -0800 Subject: extractor.py: Add climit param for >=ssl-fetch-0.4 --- mirrorselect/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrorselect/extractor.py b/mirrorselect/extractor.py index 06dce6c..dca8302 100644 --- a/mirrorselect/extractor.py +++ b/mirrorselect/extractor.py @@ -115,7 +115,7 @@ class Extractor(object): } fetcher = Connector(connector_output, self.proxies, USERAGENT) - success, mirrorlist, timestamp = fetcher.fetch_content(url) + success, mirrorlist, timestamp = fetcher.fetch_content(url, climit=60) parser.parse(mirrorlist) if (not mirrorlist) or len(parser.tuples()) == 0: -- cgit v1.2.3-65-gdbad