diff options
| author | Julian Hurst <julian.hurst92@gmail.com> | 2021-01-11 16:41:28 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst92@gmail.com> | 2021-01-11 16:41:28 +0100 |
| commit | 2b23ad3edd49891512535e406595a76d50b69565 (patch) | |
| tree | 0180efb6a39a19ef1870a1ca3a1e922df1aacd6c | |
| parent | b40a27cef4c589c8be1c63da3160b95201c1508d (diff) | |
| download | metube-2b23ad3edd49891512535e406595a76d50b69565.tar.gz | |
Update ytparser and doc
| -rw-r--r-- | doc/metube.5.scd | 6 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
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) @@ -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 @@ -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= |
