feat: Use CURL_ARGS on title extractor

This commit is contained in:
Cristian 2020-10-15 08:58:22 -05:00 committed by Cristian Vargas
parent 563d0f94ec
commit c12fe0e3d7
4 changed files with 8 additions and 5 deletions

View file

@ -134,7 +134,8 @@ CONFIG_DEFAULTS: Dict[str, ConfigDefaultDict] = {
'CURL_ARGS': {'type': list, 'default': ['--silent',
'--location',
'--compressed'
]}
]},
'GIT_ARGS': {'type': list, 'default': ['--recursive']},
},
'DEPENDENCY_CONFIG': {