{"id":16031759,"url":"https://github.com/realorangeone/wagtail-lite-youtube-embed","last_synced_at":"2025-03-18T03:32:18.008Z","repository":{"id":203978617,"uuid":"710820631","full_name":"RealOrangeOne/wagtail-lite-youtube-embed","owner":"RealOrangeOne","description":"A Wagtail embed finder to use lite-youtube to embed YouTube videos","archived":false,"fork":false,"pushed_at":"2025-03-11T14:35:36.000Z","size":31,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T15:45:14.571Z","etag":null,"topics":["embed","wagtail","youtube"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/wagtail-lite-youtube-embed/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RealOrangeOne.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},"funding":{"github":"RealOrangeOne","ko_fi":"theorangeone","liberapay":"theorangeone","custom":["https://theorangeone.net/support/"]}},"created_at":"2023-10-27T14:02:16.000Z","updated_at":"2025-03-11T14:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b55f612-b01d-462a-bb79-dbf464c52c12","html_url":"https://github.com/RealOrangeOne/wagtail-lite-youtube-embed","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.1428571428571429,"last_synced_commit":"de4e8eb81776e931aa1fbf49a3113b356c9bca64"},"previous_names":["realorangeone/wagtail-lite-youtube-embed"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fwagtail-lite-youtube-embed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fwagtail-lite-youtube-embed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fwagtail-lite-youtube-embed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RealOrangeOne%2Fwagtail-lite-youtube-embed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RealOrangeOne","download_url":"https://codeload.github.com/RealOrangeOne/wagtail-lite-youtube-embed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244151267,"owners_count":20406753,"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":["embed","wagtail","youtube"],"created_at":"2024-10-08T21:05:27.086Z","updated_at":"2025-03-18T03:32:17.742Z","avatar_url":"https://github.com/RealOrangeOne.png","language":"Python","funding_links":["https://github.com/sponsors/RealOrangeOne","https://ko-fi.com/theorangeone","https://liberapay.com/theorangeone","https://theorangeone.net/support/"],"categories":[],"sub_categories":[],"readme":"# Wagtail Lite YouTube Embed\n\n![CI](https://github.com/RealOrangeOne/wagtail-lite-youtube-embed/workflows/CI/badge.svg)\n![PyPI](https://img.shields.io/pypi/v/wagtail-lite-youtube-embed.svg)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-lite-youtube-embed.svg)\n![PyPI - License](https://img.shields.io/pypi/l/wagtail-lite-youtube-embed.svg)\n\nA Wagtail embed finder to use [`lite-youtube`](https://github.com/paulirish/lite-youtube-embed) for more efficient and private YouTube embeds.\n\n## Installation\n\n```\npip install wagtail-lite-youtube-embed\n```\n\nThen, configure `WAGTAILEMBEDS_FINDERS` to use `LiteYouTubeEmbedFinder` before the default OEmbed finder:\n\n```python\nWAGTAILEMBEDS_FINDERS = [\n    {\n        \"class\": \"lite_youtube_embed.LiteYouTubeEmbedFinder\",\n    },\n    {\n        \"class\": \"wagtail.embeds.finders.oembed\",\n    },\n]\n```\n\nNote: This library does not configure your frontend to use `lite-youtube` - you will need to install and load this yourself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fwagtail-lite-youtube-embed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealorangeone%2Fwagtail-lite-youtube-embed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealorangeone%2Fwagtail-lite-youtube-embed/lists"}