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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wagtail_lite_youtube_embed-0.1.0.tar.gz
.
File metadata
- Download URL: wagtail_lite_youtube_embed-0.1.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48751285a2dc3865358fb98ec7d43420c20d5eb665f15c1ce193629f53eb09f0 |
|
MD5 | 3f0d66bfb08fd636d83145eceb2785e7 |
|
BLAKE2b-256 | e92e4ba8ada1f0145d6698a87e29a351dde93e85b93dd6303e265ec2ba5f9c8e |
Provenance
File details
Details for the file wagtail_lite_youtube_embed-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: wagtail_lite_youtube_embed-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a020292f9dfd226aeaf25c4da322d6dd06ee37c628b363a86ecc89e03c63ccc |
|
MD5 | af4ccb44c7813f40554da2286f2f6112 |
|
BLAKE2b-256 | 67d9c82e6c4a3706a630fb9d7a8c460cb678059c7b1123f5b8d6ad5257330273 |