"""Return the base URL corresponding to the filters.
:param soundscape: Whether to get ambient sounds. If ambiant and species are False, get both types of sounds. Defaults to False.
:param species: Whether to get species sounds. If ambiant and species are False, get both types of sounds. Defaults to False.
:param validated: Whether to get validated sounds. If validated and not_validated are False, get both types of sounds. Defaults to False.
:param sort_by: The (decreasing) order in which the files should be downloaded. Can be 'date', 'number' or 'title'. If None (default), they are ordered by date.
:param since: How recent the downloaded files should be. Can be 'day', 'week', 'month' or 'year'. If None (default), all the files are downloaded."""