{"id":19241938,"url":"https://github.com/r8/elixir-oembed","last_synced_at":"2026-03-05T20:23:57.439Z","repository":{"id":49114240,"uuid":"82674042","full_name":"r8/elixir-oembed","owner":"r8","description":"oEmbed consumer library for Elixir","archived":false,"fork":false,"pushed_at":"2024-12-14T16:42:42.000Z","size":504,"stargazers_count":38,"open_issues_count":7,"forks_count":15,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T04:38:50.280Z","etag":null,"topics":["elixir","elixir-lang","oembed"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/oembed","language":"Elixir","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/r8.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-21T11:52:07.000Z","updated_at":"2025-05-09T21:05:23.000Z","dependencies_parsed_at":"2025-01-16T10:07:27.509Z","dependency_job_id":"464f9480-1221-4a12-b6f3-5c2604399e7a","html_url":"https://github.com/r8/elixir-oembed","commit_stats":{"total_commits":115,"total_committers":5,"mean_commits":23.0,"dds":0.09565217391304348,"last_synced_commit":"7328456ab7431a88fb5e78039696fd59b0e342e4"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/r8/elixir-oembed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8%2Felixir-oembed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8%2Felixir-oembed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8%2Felixir-oembed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8%2Felixir-oembed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r8","download_url":"https://codeload.github.com/r8/elixir-oembed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r8%2Felixir-oembed/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261893319,"owners_count":23226100,"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":["elixir","elixir-lang","oembed"],"created_at":"2024-11-09T17:12:59.660Z","updated_at":"2026-03-05T20:23:52.392Z","avatar_url":"https://github.com/r8.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OEmbed\n\n[![CI](https://github.com/r8/elixir-oembed/workflows/CI/badge.svg)](https://github.com/r8/elixir-oembed/actions?query=workflow%3ACI)\n[![Hex.pm](https://img.shields.io/hexpm/v/oembed.svg?style=flat-square)](https://hex.pm/packages/oembed)\n[![Hex.pm](https://img.shields.io/hexpm/dt/oembed.svg?style=flat-square)](https://hex.pm/packages/oembed)\n\noEmbed consumer library for Elixir applications.\n\n\u003e oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly.\n\u003e\n\u003e -- See [oembed.com](http://oembed.com) for more info about the protocol.\n\nThis library supports any discoverable oEmbed endpoint and some other services via custom adapters.\nAmong them:\n\n  - YouTube\n  - Instagram\n  - Pinterest\n  - Vimeo\n\n## Installation\n\nAdd `oembed` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:oembed, \"~\u003e 0.5.0\"}]\nend\n```\n\n## Usage\n\n```elixir\n{:ok, result} = OEmbed.for(\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\")\n```\n\n## Custom providers\n\nYou can implement modules that support provider behaviour and add them to the provider list from your app config\n\n```elixir\nconfig :oembed, :providers, [MyApp.OEmbed.SomeProvider, MyApp.OEmbed.SomeOtherProvider]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8%2Felixir-oembed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr8%2Felixir-oembed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr8%2Felixir-oembed/lists"}