aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/metube.5.scd6
-rw-r--r--go.mod2
-rw-r--r--go.sum2
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/metube.5.scd b/doc/metube.5.scd
index 22aa9a6..30186f2 100644
--- a/doc/metube.5.scd
+++ b/doc/metube.5.scd
@@ -35,6 +35,12 @@ The format follows go's template format and provides the following variables:
*LengthText*
The length of the video.
+*ViewCount*
+ The view count of the video.
+
+*AtomUrl*
+ The url of the atom feed of the video's channel.
+
# SEE ALSO
*metube*(1)
diff --git a/go.mod b/go.mod
index 0160c1d..37aee7a 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module git.sr.ht/~ark/metube
go 1.15
-require git.sr.ht/~ark/ytparser v0.0.0-20210109223427-f650ebfaf23d
+require git.sr.ht/~ark/ytparser v0.0.0-20210111153803-1f7191898873
diff --git a/go.sum b/go.sum
index f5683fa..ca21632 100644
--- a/go.sum
+++ b/go.sum
@@ -1,2 +1,4 @@
git.sr.ht/~ark/ytparser v0.0.0-20210109223427-f650ebfaf23d h1:b4fisCeY0QXQcHec9NuPAzE7W8fhmi2TPtO4a3G92M0=
git.sr.ht/~ark/ytparser v0.0.0-20210109223427-f650ebfaf23d/go.mod h1:/LVNTXoOf1dnQ85TQK3Osw8KK7POmeeqBQUoXivfIPI=
+git.sr.ht/~ark/ytparser v0.0.0-20210111153803-1f7191898873 h1:wmoBWPmplZfjbYIlyJc69PsgTnZykUISyrLXfEaOBfo=
+git.sr.ht/~ark/ytparser v0.0.0-20210111153803-1f7191898873/go.mod h1:/LVNTXoOf1dnQ85TQK3Osw8KK7POmeeqBQUoXivfIPI=