commit: 195bea73e1195b824eabdeb411713801f17d11a6 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Tue Feb 21 03:15:28 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 03:18:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=195bea73
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: