pub fn get_author<'a>(github_url: String) -> Result<String, &'a str>
From a project URL, retrieves its author with regex processing.