{ "info": { "author": "Kura", "author_email": "kura@kura.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "===============\r\nPelican YouTube\r\n===============\r\n\r\nPelican YouTube is a plugin to enabled you to embed YouTube videos in your pages\r\nand articles.\r\n\r\nInstallation\r\n============\r\n\r\nTo install pelican-youtube, simply install it from PyPI:\r\n\r\n.. code-block:: bash\r\n\r\n $ pip install pelican-youtube\r\n\r\nThen enable it in your pelicanconf.py\r\n\r\n.. code-block:: python\r\n\r\n PLUGINS = [\r\n # ...\r\n 'pelican_youtube',\r\n # ...\r\n ]\r\n\r\nUsage\r\n=====\r\n\r\nIn your article or page, you simply need to add a line to embed your video.\r\n\r\n.. code-block:: rst\r\n\r\n .. youtube:: VIDEO_ID\r\n\r\nWhich will result in:\r\n\r\n.. code-block:: html\r\n\r\n