1 2 3 4
pub fn get_urls_from_js(_script: &str) -> Vec<&str> { // TODO : implement get_urls_from_js Vec::new() }