Skip to main content

No project description provided

Project description

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.

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.0.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file wagtail_lite_youtube_embed-0.0.0.tar.gz.

File metadata

File hashes

Hashes for wagtail_lite_youtube_embed-0.0.0.tar.gz
Algorithm Hash digest
SHA256 2b0b8fedc41a117c03c50ba77039622e62c5bb2b504ebdc3a83b1c8aa90ba4d6
MD5 c50bdd39d54e9c9726594add8987b83d
BLAKE2b-256 46569d74119e203b877d8991e1f7d8afd5af6cd2f84f74523673ebbb4c1b1eac

See more details on using hashes here.

File details

Details for the file wagtail_lite_youtube_embed-0.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_lite_youtube_embed-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5efb3d5758f4b489a9df8e5687cf723990c2eb31f9062d6c74609226376f42b4
MD5 930aa10647e5628fa898ba8889cecdc9
BLAKE2b-256 72a3604096e1e6811d40c69d888573cc5d679e6f64493c06706cb47d0fa02920

See more details on using hashes here.

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