Quickly pull the highest resolution thumbnail image available for a YouTube video.
Project description
Quickly pull the highest resolution thumbnail image available for a YouTube video.
Quick Start
Install the package from pypi:
pip install django-youtube-thumbnail
Add “youtube_thumbnail” your INSTALLED_APPS:
INSTALLED_APPS = ( ... 'youtube_thumbnail', )
Use the provided template tag to get the thumbnail
{% load youtube_thumbnail %} <img src="{% youtube_thumbnail_url 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' %}">
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django_youtube_thumbnail-1.0.1-py2.py3-none-any.whl (7.8 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | |
django-youtube-thumbnail-1.0.1.tar.gz (5.1 kB) Copy SHA256 hash SHA256 | Source | None |