blob: 114807a71734d101b07754061d38bbb6a79ef669 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
metube(1)
# NAME
metube - A youtube searching program
# DESCRIPTION
metube is a program for searching youtube and extracting video information such
as the title, channel, url, length...
It uses ytparser under the hood.
# OPTIONS
*-h*
Display a help message.
*-f string*
The format to print items in. Follows go template syntax. See metube(5)
for more info. (default "channel: {{.ChannelTitle}}, title: {{.Title}}, url:
{{.Url}}")
*-l string*
The language to search in (follows youtube's language codes: en, fr, de,
jp...) (default "en")
*-o string*
The criterion to use for the search order (relevance, date, views, rating)
(default "relevance")
*-p int*
The page to get
# SEE ALSO
*metube*(5)
# AUTHORS
Maintained by Julian Hurst <julian.hurst92@gmail.com>. For more information
about metube, see https://git.sr.ht/~ark/metube.
|