You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rra
3497b025b0
|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
streams-feed.py | 3 years ago | |
video-feed-prototype.html | 3 years ago | |
video-feed.html | 3 years ago | |
video-feed.py | 3 years ago |
README.md
video feed prototypes
These scripts poll a peertube instance to return a list of videos and construct a static page for it using jinja2.
video-feed.py
Returns the latest six local videos.
streams-feed.py
Returns only livestreams and displays them differently depending on the tags associated with the video. E.g. audio stream or video stream. WIP.
video-feed-prototype.html
The jinja template.