Metadata-Version: 2.1
Name: pelican-youtube-thumbnails
Version: 0.3.3
Summary: Pelican plugin to link to YouTube videos by their thumbnail
Author: FriedrichFröbel
License: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/FriedrichFroebel/pelican-youtube-thumbnails
Project-URL: Repository, https://github.com/FriedrichFroebel/pelican-youtube-thumbnails
Project-URL: Issues, https://github.com/FriedrichFroebel/pelican-youtube-thumbnails/issues
Project-URL: Changelog, https://github.com/FriedrichFroebel/pelican-youtube-thumbnails/blob/main/CHANGELOG.md
Keywords: pelican,plugin,youtube
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Pelican
Classifier: Framework :: Pelican :: Plugins
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: Pillow
Requires-Dist: requests
Requires-Dist: importlib-resources; python_version < "3.9"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pep8-naming; extra == "dev"
Requires-Dist: flake8-bugbear; extra == "dev"
Requires-Dist: pelican>=4.5; extra == "dev"
Requires-Dist: Markdown; extra == "dev"

# YouTube Thumbnails Plugin for Pelican

Pelican plugin for YouTube videos.

This Pelican plugin saves the thumbnails of included YouTube videos inside a local file and includes this image with an hyperlink to the YouTube video itself. This may be used to avoid third-party JavaScript and cookies caused by IFrames for YouTube videos.

## Installation

The package is available on PyPI and can be installed using `pip install pelican-youtube-thumbnails`.

Alternatively, you may want to install it straight from a source checkout: `python -m pip install .`

## Usage

Include the plugin by adding it to your `pelicanconf.py` and referencing it inside your source files using

```
.. youtube:: myVideoId
```

inside an own paragraph.
