From 2b23ad3edd49891512535e406595a76d50b69565 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 11 Jan 2021 16:41:28 +0100 Subject: Update ytparser and doc --- doc/metube.5.scd | 6 ++++++ go.mod | 2 +- go.sum | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) 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= -- cgit v1.2.3