Skip to main content

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

  1. Install the package from pypi:

    pip install django-youtube-thumbnail
  2. Add “youtube_thumbnail” your INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'youtube_thumbnail',
    )
  3. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-youtube-thumbnail-1.0.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

django_youtube_thumbnail-1.0.1-py2.py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 2 Python 3

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