avid.common.cliConnector.default_artefact_url_extraction_delegate
- avid.common.cliConnector.default_artefact_url_extraction_delegate(arg_name, arg_value)
Default implementation of the extraction of the urls of a passed list of artefacts. It just retrieves the URL of each artefact and passes it back. :param arg_name: Name/id of the argument :param arg_value: list of artefacts that are associated with the argument. :return: Returns the list of urls that are associated with the argument (its artefacts).