+
{{ video.snippet.title }}
+
{{
+ video.snippet.publishedAt | date: 'fullDate'
+ }}
+
{{ (video.snippet.description | slice: 0 : 200) + '...' }}
+
+
+
+
+ {{ video.statistics.viewCount }}
+
+
+
+ {{ video.statistics.likeCount }}
+
+
+
+ {{ video.statistics.dislikeCount }}
+
+
+
+ {{ video.statistics.commentCount }}
+
+
+
+