{"id":30328616,"url":"https://github.com/lmihailovic/link","last_synced_at":"2025-09-14T18:24:10.321Z","repository":{"id":308964615,"uuid":"1034724996","full_name":"lmihailovic/link","owner":"lmihailovic","description":"Project 4 in the Gophercises course!","archived":false,"fork":false,"pushed_at":"2025-08-10T00:10:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-10T01:07:41.152Z","etag":null,"topics":["go","golang","html","html-parser","html-parsing","html5-parser","html5-parsing","link-parsing","links"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmihailovic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-08T21:54:38.000Z","updated_at":"2025-08-10T00:10:30.000Z","dependencies_parsed_at":"2025-08-10T01:07:41.662Z","dependency_job_id":null,"html_url":"https://github.com/lmihailovic/link","commit_stats":null,"previous_names":["lmihailovic/link-parser","lmihailovic/link"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lmihailovic/link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmihailovic%2Flink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmihailovic%2Flink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmihailovic%2Flink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmihailovic%2Flink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmihailovic","download_url":"https://codeload.github.com/lmihailovic/link/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmihailovic%2Flink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270929861,"owners_count":24669735,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["go","golang","html","html-parser","html-parsing","html5-parser","html5-parsing","link-parsing","links"],"created_at":"2025-08-18T01:12:14.496Z","updated_at":"2025-08-18T01:12:18.830Z","avatar_url":"https://github.com/lmihailovic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Link parser\nThis program returns html links in a map which looks like this:\n```\npath: text\n```\n\n## Example\nThe following html:\n```\n\u003ca href=\"/other-page\"\u003eA link to another page\u003c/a\u003e\n```\nwill result in\n```\npath: /other-page\ntext: A link to another page\n```\nNested tags are also taken account of:\n```\n\u003ca href=\"https://www.twitter.com/joncalhoun\"\u003e\n      Check me out on twitter\n      \u003ci class=\"fa fa-twitter\" aria-hidden=\"true\"\u003e\u003c/i\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/gophercises\"\u003e\n      Gophercises is on \u003cstrong\u003eGithub\u003c/strong\u003e!\n\u003c/a\u003e\n\u003ca href=\"https://lukam.xyz\"\u003e\n      Faster, \u003cstrong\u003estronger, \u003ci\u003ebetter\u003c/i\u003e\u003c/strong\u003e web development!\n\u003c/a\u003e\n```\nresults in\n```\npath: https://www.twitter.com/joncalhoun\ntext: Check me out on twitter\n\npath: https://github.com/gophercises\ntext: Gophercises is on Github!\n\npath: https://lukam.xyz\ntext: Faster, stronger, better web development!\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmihailovic%2Flink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmihailovic%2Flink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmihailovic%2Flink/lists"}