links_js 0.1.0

scrape links from javascript 🧬
Documentation
1
2
3
4
pub fn get_urls_from_js(_script: &str) -> Vec<&str> {
    // TODO : implement get_urls_from_js
    Vec::new()
}