feat: Use CURL_ARGS in favicon extractor

This commit is contained in:
Cristian 2020-10-15 08:49:54 -05:00 committed by Cristian Vargas
parent 2e1cdca789
commit 563d0f94ec
4 changed files with 4 additions and 4 deletions

View file

@ -133,7 +133,6 @@ CONFIG_DEFAULTS: Dict[str, ConfigDefaultDict] = {
]},
'CURL_ARGS': {'type': list, 'default': ['--silent',
'--location',
'--head',
'--compressed'
]}
},