https://github.com/heavenshell/rstblog-contrib-youtube
rstblog youtube module
https://github.com/heavenshell/rstblog-contrib-youtube
Last synced: over 1 year ago
JSON representation
rstblog youtube module
- Host: GitHub
- URL: https://github.com/heavenshell/rstblog-contrib-youtube
- Owner: heavenshell
- License: bsd-3-clause
- Created: 2012-02-11T17:32:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-11T17:33:17.000Z (over 14 years ago)
- Last Synced: 2025-03-06T02:12:11.487Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a youtube extension for rstblog.
rstblog is a static site generator.
- https://github.com/mitsuhiko/rstblog
This module was inspired and ported from Sphinx's YouTube module.
- https://bitbucket.org/birkenfeld/sphinx-contrib/src/9d8aae90020d/youtube
This module defines a directive, `youtube`. It takes a single, required
argument, a YouTube video ID::
.. youtube:: oHg5SJYRHA0
.. youtube:: oHg5SJYRHA0
:width: 640
:height: 480
.. youtube:: oHg5SJYRHA0
:aspect: 4:3
.. youtube:: oHg5SJYRHA0
:width: 100%
.. youtube:: oHg5SJYRHA0
:height: 200px