diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-07 23:43:52 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-07 23:43:52 +0100 |
commit | 2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52 (patch) | |
tree | 2cd1c25a3de9566141b5530f5ca670175a32027b /youtubeInfoComment.j2 | |
parent | 1707d25fab29ea7df358aa29fb6894ba2fcc6eec (diff) | |
download | SmallYTChannelBot-2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52.tar.gz SmallYTChannelBot-2bdc35bd8159c6ccbb9d87f0abca25f6dd784f52.zip |
A lot of fixes and refactoring
Diffstat (limited to 'youtubeInfoComment.j2')
-rw-r--r-- | youtubeInfoComment.j2 | 23 |
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 |