aboutsummaryrefslogtreecommitdiffstats
path: root/youtubeInfoComment.j2
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-06-07 23:43:52 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-06-07 23:43:52 +0100
commit2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52 (patch)
tree2cd1c25a3de9566141b5530f5ca670175a32027b /youtubeInfoComment.j2
parent1707d25fab29ea7df358aa29fb6894ba2fcc6eec (diff)
downloadSmallYTChannelBot-2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52.tar.gz
SmallYTChannelBot-2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52.zip
A lot of fixes and refactoring
Diffstat (limited to 'youtubeInfoComment.j2')
-rw-r--r--youtubeInfoComment.j223
1 files changed, 23 insertions, 0 deletions
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