wagtail-lite-youtube-embed 0.1.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

wagtailliteyoutubeembed 0.1.0

Wagtail Lite YouTube Embed




A Wagtail embed finder to use lite-youtube for more efficient and private YouTube embeds.
Installation
pip install wagtail-lite-youtube-embed

Then, configure WAGTAILEMBEDS_FINDERS to use LiteYouTubeEmbedFinder before the default OEmbed finder:
WAGTAILEMBEDS_FINDERS = [
{
"class": "lite_youtube_embed.LiteYouTubeEmbedFinder",
},
{
"class": "wagtail.embeds.finders.oembed",
},
]

Note: This library does not configure your frontend to use lite-youtube - you will need to install and load this yourself.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.