pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

DateCommit messageAuthorFiles+-
2024-11-19 19:27feat: filter shorts more aggressivelyJayVii1+11-2
2024-11-11 18:05feat: skip YouTube ShortsJayVii1+8-0
2024-11-11 17:59fix: use correct indentionJayVii1+2-2
2024-10-22 21:43feat: focus player after initilisingJayVii1+3-0
2024-10-22 11:09feat: sort channel list by channel nameJayVii1+41-37
2024-10-22 11:07fix: add event listener to newly created input fieldsJayVii1+1-1
2024-10-22 09:44feat: process for editing channel list is now more intuitiveJayVii3+153-39
2024-10-21 22:20fix: open development link in new tabJayVii1+3-1
2024-10-21 22:17feat: only list the last 500 videosJayVii1+5-0
2024-10-21 22:15fix: add colonJayVii1+1-1
2024-10-21 21:20fix: adjust webpage titleJayVii1+1-1
2024-10-21 21:17fix: ensure channels are uniqueJayVii1+3-0
2024-10-21 21:05fix: clearify arguments commentJayVii1+2-1
2024-10-21 21:04fix: remove unnecessary filesJayVii2+9-26
2024-10-21 20:56fix: use author ID instead of video IDJayVii1+1-1
2024-10-21 20:51feat: refactorJayVii8+334-347
2024-08-14 16:53fix: do not automatically redirect after reloadJayVii2+7-5
2024-07-29 13:31feat: enable autoplay on videosJayVii1+7-3
2024-07-29 12:51fix: set correct object idJayVii1+1-1
2024-07-29 12:36feat: move custom css and js to external filesJayVii5+78-74
2024-07-29 12:27fix: only encode title and author nameJayVii1+2-2
2024-07-29 12:22fix: move headline to navigation barJayVii1+1-2
2024-07-29 12:22fix: show umlauts by decoding text for HTMLJayVii1+13-1
2024-07-29 12:00fix: layout adjustmentsJayVii2+1-3
2024-07-29 11:55feat: refactor script; use simple.cssJayVii5+877-165
2024-07-29 10:48fix: remove unused fileJayVii1+0-96
2024-06-29 19:09feat: transform readme to markdownJayVii2+23-22
2024-06-17 19:55feat: set placeholder height for thumbnails and allow to toggle themJayVii2+31-1
2024-06-03 10:48Set theme initiallyJayVii1+1-1
2024-06-03 10:45Use toggle icons via unicodeJayVii1+8-8
2024-06-03 10:41Implement dark mode toggleJayVii1+39-23
2024-05-31 20:41fix external link markerJayVii2+97-1
2024-05-21 20:08ensure template is read as UTF-8JayVii1+1-1
2024-05-21 20:03ensure valid UTF-8 encodingJayVii1+2-0
2024-05-21 20:02Require valid userJayVii1+1-2
2024-05-18 09:09ensure that output HTML is UTF-8 encodedJayVii1+8-2
2024-05-10 20:29shorten codeJayVii1+13-27
2024-05-10 20:13More icons in more sizesJayVii7+20-0
2024-05-10 19:17Format logs correctlyJayVii2+13-9
2024-05-10 17:44Show Script output in JS consoleJayVii1+4-1
2024-05-10 16:40Ensure icon is always shown on mobileJayVii2+7-2
2024-05-10 16:33Ensure HTML is provided as UTF-8JayVii1+12-13
2024-05-10 14:50Add newlines at the end of filesJayVii4+8-5
2024-05-10 14:31Add WebmanifestJayVii2+33-0
2024-05-10 14:19cleanup scriptJayVii1+18-91
2024-05-10 14:15initial state of yt2htmlJayVii16+694-0