{"id":13439818,"url":"https://github.com/pop-os/url-scraper","last_synced_at":"2025-04-30T23:32:24.616Z","repository":{"id":57671274,"uuid":"151627307","full_name":"pop-os/url-scraper","owner":"pop-os","description":"Rust crate for scraping URLs from HTML pages","archived":false,"fork":false,"pushed_at":"2020-07-02T20:26:06.000Z","size":5,"stargazers_count":38,"open_issues_count":1,"forks_count":7,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-28T02:17:49.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pop-os.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-04T19:47:09.000Z","updated_at":"2024-09-12T02:12:11.000Z","dependencies_parsed_at":"2022-09-26T20:41:24.957Z","dependency_job_id":null,"html_url":"https://github.com/pop-os/url-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pop-os%2Furl-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pop-os%2Furl-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pop-os%2Furl-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pop-os%2Furl-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pop-os","download_url":"https://codeload.github.com/pop-os/url-scraper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224225372,"owners_count":17276502,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:17.344Z","updated_at":"2024-11-12T06:17:55.149Z","avatar_url":"https://github.com/pop-os.png","language":"Rust","funding_links":[],"categories":["Libraries","库","Rust","库 Libraries"],"sub_categories":["Network programming","网络编程","网络编程 Network programming"],"readme":"# url-scraper\n\nRust crate for scraping URLs from HTML pages.\n\n## Example\n\n```rust\nextern crate url_scraper;\nuse url_scraper::UrlScraper;\n\nfn main() {\n    let directory = \"http://phoronix.com/\";\n\n    let scraper = UrlScraper::new(directory).unwrap();\n    for (text, url) in scraper.into_iter() {\n        println!(\"{}: {}\", text, url);\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpop-os%2Furl-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpop-os%2Furl-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpop-os%2Furl-scraper/lists"}