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 details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for wagtail_lite_youtube_embed-0.1.0.tar.gz
Algorithm Hash digest
SHA256 48751285a2dc3865358fb98ec7d43420c20d5eb665f15c1ce193629f53eb09f0
MD5 3f0d66bfb08fd636d83145eceb2785e7
BLAKE2b-256 e92e4ba8ada1f0145d6698a87e29a351dde93e85b93dd6303e265ec2ba5f9c8e

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for wagtail_lite_youtube_embed-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a020292f9dfd226aeaf25c4da322d6dd06ee37c628b363a86ecc89e03c63ccc
MD5 af4ccb44c7813f40554da2286f2f6112
BLAKE2b-256 67d9c82e6c4a3706a630fb9d7a8c460cb678059c7b1123f5b8d6ad5257330273

See more details on using hashes here.

Provenance

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