Skip to main content

No project description provided

Project description

Wagtail Lite YouTube Embed

CI PyPI PyPI - Python Version PyPI - License

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail_lite_youtube_embed-0.1.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page