pelican-youtube-thumbnails


Namepelican-youtube-thumbnails JSON
Version 0.3.3 PyPI version JSON
download
home_pageNone
SummaryPelican plugin to link to YouTube videos by their thumbnail
upload_time2024-09-06 06:56:14
maintainerNone
docs_urlNone
authorFriedrichFröbel
requires_python<4,>=3.8
licenseAGPL-3.0-or-later
keywords pelican plugin youtube
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pelican-youtube-thumbnails",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "pelican, plugin, youtube",
    "author": "FriedrichFr\u00f6bel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f9/20/c87bd6421a6b1d6bd83526a846fd5b62a7980f20cc42cf6dec99b26b81f2/pelican_youtube_thumbnails-0.3.3.tar.gz",
    "platform": null,
    "description": "# YouTube Thumbnails Plugin for Pelican\n\nPelican plugin for YouTube videos.\n\nThis 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.\n\n## Installation\n\nThe package is available on PyPI and can be installed using `pip install pelican-youtube-thumbnails`.\n\nAlternatively, you may want to install it straight from a source checkout: `python -m pip install .`\n\n## Usage\n\nInclude the plugin by adding it to your `pelicanconf.py` and referencing it inside your source files using\n\n```\n.. youtube:: myVideoId\n```\n\ninside an own paragraph.\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "Pelican plugin to link to YouTube videos by their thumbnail",
    "version": "0.3.3",
    "project_urls": {
        "Changelog": "https://github.com/FriedrichFroebel/pelican-youtube-thumbnails/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/FriedrichFroebel/pelican-youtube-thumbnails",
        "Issues": "https://github.com/FriedrichFroebel/pelican-youtube-thumbnails/issues",
        "Repository": "https://github.com/FriedrichFroebel/pelican-youtube-thumbnails"
    },
    "split_keywords": [
        "pelican",
        " plugin",
        " youtube"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ca431a91816898d02c6d8766bf4f0bd42eca694b37f2a28be7b88870eeb044",
                "md5": "eb2e70a603ff635d4ccf8cc118b19e33",
                "sha256": "09e8ae3f79c43461cca2c69a3ff62d558d41692902aab86d2f04ae1b541899ab"
            },
            "downloads": -1,
            "filename": "pelican_youtube_thumbnails-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb2e70a603ff635d4ccf8cc118b19e33",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 17869,
            "upload_time": "2024-09-06T06:56:13",
            "upload_time_iso_8601": "2024-09-06T06:56:13.464009Z",
            "url": "https://files.pythonhosted.org/packages/21/ca/431a91816898d02c6d8766bf4f0bd42eca694b37f2a28be7b88870eeb044/pelican_youtube_thumbnails-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f920c87bd6421a6b1d6bd83526a846fd5b62a7980f20cc42cf6dec99b26b81f2",
                "md5": "8c28f72e06e9316de3570d03f5ebb117",
                "sha256": "f399facefa866b2c058a30812592f5dcfbb0a35eb65baca3f91b0705fc4474fa"
            },
            "downloads": -1,
            "filename": "pelican_youtube_thumbnails-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8c28f72e06e9316de3570d03f5ebb117",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 169254,
            "upload_time": "2024-09-06T06:56:14",
            "upload_time_iso_8601": "2024-09-06T06:56:14.733023Z",
            "url": "https://files.pythonhosted.org/packages/f9/20/c87bd6421a6b1d6bd83526a846fd5b62a7980f20cc42cf6dec99b26b81f2/pelican_youtube_thumbnails-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 06:56:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FriedrichFroebel",
    "github_project": "pelican-youtube-thumbnails",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pelican-youtube-thumbnails"
}
        
Elapsed time: 0.38354s