An open API service indexing awesome lists of open source software.

https://github.com/holzhaus/python-markdown-video

Small extension to add @Video() syntax to markdown (used for https://mixxx.org)
https://github.com/holzhaus/python-markdown-video

Last synced: 3 months ago
JSON representation

Small extension to add @Video() syntax to markdown (used for https://mixxx.org)

Awesome Lists containing this project

README

        

# Python Markdown Video

Find `@Video(https://youtube.com/watch?v=VIDEOID)` and replaces it with HTML *placeholders* for videos.
This ensures no user data is leaked to the user.
Requires additional javascript to replace them the elements with actual video embeds once the "Watch video" button is clicked.