pelican-youtube-thumbnails


Namepelican-youtube-thumbnails JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/FriedrichFroebel/pelican-youtube-thumbnails/
SummaryPelican plugin to link to YouTube videos by their thumbnail
upload_time2023-04-11 17:38:00
maintainer
docs_urlNone
authorFriedrichFröbel
requires_python>=3.7, <4
licenseAGPL-3.0
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": "https://github.com/FriedrichFroebel/pelican-youtube-thumbnails/",
    "name": "pelican-youtube-thumbnails",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <4",
    "maintainer_email": "",
    "keywords": "pelican,plugin,youtube",
    "author": "FriedrichFr\u00f6bel",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c5/71/70af52c0c5845ba214cd22ca0eb7c53891cb7c06f7afccc49e12a73814ee/pelican-youtube-thumbnails-0.3.2.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",
    "summary": "Pelican plugin to link to YouTube videos by their thumbnail",
    "version": "0.3.2",
    "split_keywords": [
        "pelican",
        "plugin",
        "youtube"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "224e6ad7debf7d3f85d320ac963360e42e25909983b6470fa93f364a82f3d6eb",
                "md5": "986375eed27ef47444de7ac6f4392c63",
                "sha256": "91476196560199c814eb7b75c26e310b6eeee98a1e4ffb13cebbeb09646057d0"
            },
            "downloads": -1,
            "filename": "pelican_youtube_thumbnails-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "986375eed27ef47444de7ac6f4392c63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <4",
            "size": 17793,
            "upload_time": "2023-04-11T17:37:58",
            "upload_time_iso_8601": "2023-04-11T17:37:58.125798Z",
            "url": "https://files.pythonhosted.org/packages/22/4e/6ad7debf7d3f85d320ac963360e42e25909983b6470fa93f364a82f3d6eb/pelican_youtube_thumbnails-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c57170af52c0c5845ba214cd22ca0eb7c53891cb7c06f7afccc49e12a73814ee",
                "md5": "33565f1c1c5f657db830121c152d424f",
                "sha256": "11a18a00917575350bcaa9ec45830f4c0084d5a885aaee0c15b9f19391f84036"
            },
            "downloads": -1,
            "filename": "pelican-youtube-thumbnails-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "33565f1c1c5f657db830121c152d424f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <4",
            "size": 20197,
            "upload_time": "2023-04-11T17:38:00",
            "upload_time_iso_8601": "2023-04-11T17:38:00.583464Z",
            "url": "https://files.pythonhosted.org/packages/c5/71/70af52c0c5845ba214cd22ca0eb7c53891cb7c06f7afccc49e12a73814ee/pelican-youtube-thumbnails-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-11 17:38:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "FriedrichFroebel",
    "github_project": "pelican-youtube-thumbnails",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pelican-youtube-thumbnails"
}
        
Elapsed time: 0.06716s