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)
- Host: GitHub
- URL: https://github.com/holzhaus/python-markdown-video
- Owner: Holzhaus
- License: bsd-2-clause
- Created: 2020-12-13T15:06:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T23:04:45.000Z (over 1 year ago)
- Last Synced: 2025-01-17T10:08:02.025Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.