{"id":17963230,"url":"https://github.com/kajdev/url-finder","last_synced_at":"2025-04-03T19:22:20.835Z","repository":{"id":62586638,"uuid":"410754229","full_name":"KAJdev/url-finder","owner":"KAJdev","description":"A small python module to detect all real links in a given string.","archived":false,"fork":false,"pushed_at":"2021-11-06T00:14:37.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T07:39:43.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/KAJdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-09-27T05:35:39.000Z","updated_at":"2024-04-13T17:54:11.000Z","dependencies_parsed_at":"2022-11-03T20:21:32.206Z","dependency_job_id":null,"html_url":"https://github.com/KAJdev/url-finder","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/KAJdev%2Furl-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Furl-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Furl-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KAJdev%2Furl-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KAJdev","download_url":"https://codeload.github.com/KAJdev/url-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247062227,"owners_count":20877238,"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-10-29T11:24:57.824Z","updated_at":"2025-04-03T19:22:20.816Z","avatar_url":"https://github.com/KAJdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-finder\nA small python module to detect all real links in a given string.\n\n\n## Example\n\n```py\nimport url_finder\n\ntext = \"\"\"\nPicking out google.com is trivial. As well as youtube.com,\nand even knows what is a real tld, and what is not.a.real.top-level-domain!\n\"\"\"\n\nassert url_finder.get_urls(text) == [\"https://google.com\", \"https://youtube.com\"]\n```\n\n## Install\n```\npip install url-finder\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajdev%2Furl-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkajdev%2Furl-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajdev%2Furl-finder/lists"}