Turn YouTube URLs into embedded players in Datasette
Project description
datasette-youtube-embed
Turn YouTube URLs into embedded players in Datasette
Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-youtube-embed
Usage
Once installed, any columns containing URLs that look like one of these:
https://www.youtube.com/watch?v=xyz
https://www.youtube.com/watch?v=xyz&start=30
https://www.youtube.com/watch?v=xyz&start=30&end=50
Will be turned into YouTube embeds like this:
<lite-youtube videoid="xyz" params="start=30" style="min-width: 200px"></lite-youtube>
These will then be rendered using Lite YouTube Embed, which avoids loading the full YouTube embed until someone interacts with it.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-youtube-embed
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
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 datasette-youtube-embed-0.1.tar.gz
.
File metadata
- Download URL: datasette-youtube-embed-0.1.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef525cf1ff032504d476b18d35084f623bb714161affe6d1db0332db427489e7 |
|
MD5 | 90eb45ad9a0a4a95484bff65eedfe110 |
|
BLAKE2b-256 | 6c9c69309d38e27ac5db3db3665733ec90f81d41ad17482e5b3296225dee774b |
File details
Details for the file datasette_youtube_embed-0.1-py3-none-any.whl
.
File metadata
- Download URL: datasette_youtube_embed-0.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a80574693c2c9ac8b21d6ceaa0d22f2b4ba4802807297bfb34b45c29ac81c6e |
|
MD5 | c2dd42b24cd3a231a256a16d1ed067a3 |
|
BLAKE2b-256 | d3c058b3d4b7bedac73e4e3b7e374026e589710dbb8ad047f6a8888da1c4bea4 |