From 2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 7 Jun 2025 23:43:52 +0100 Subject: A lot of fixes and refactoring --- youtubeInfoComment.j2 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 youtubeInfoComment.j2 (limited to 'youtubeInfoComment.j2') diff --git a/youtubeInfoComment.j2 b/youtubeInfoComment.j2 new file mode 100644 index 0000000..34d1647 --- /dev/null +++ b/youtubeInfoComment.j2 @@ -0,0 +1,23 @@ + + +##Video data: + +**Field**|**Data** +:-|:- +Title|{{ title }} +Thumbnail|[Link]({{ thumbnail }}) +Views|{{ views }} +Length|{{ length }} +Likes|{{ likes }} +Comments|{{ comments }} +Description|{{ description }} + +##Channel Data: + +**Field**|**Data** +:-|:- +Name|{{ channel }} +Thumbnail|[Link]({{ channelThumb }}) +Subscribers|{{ subscribers }} +Videos|{{ videos }} +Views|{{ channelViews }} \ No newline at end of file -- cgit v1.2.3