Set release details for 0.2.13
[quvi.git] / src / cmdline.ggo
blob731ec69b1a57700212760d559d08a53d1c5b22d6
1 package "quvi"
2 version ""
4 option "version"
5     - "Print version and exit"
6     optional
7 option "license"
8     - "Print license and exit"
9     optional
10 option "support"
11     - "Print supported websites and exit"
12     optional
14 option "xml"
15     - "Print details in XML"
16     optional
17 option "old"
18     - "Print details in original format"
19     optional
20 option "quiet"
21     q "Turn off output to stderr"
22     optional
23 option "verbose-libcurl"
24     - "Turn on libcurl verbose mode"
25     optional
27 option "exec"
28     - "Invoke arg after parsing"
29     string typestr="arg"
30     optional
32 option "no-shortened"
33     s "Do not decompress shortened URLs"
34     optional
35 option "no-verify"
36     n "Do not verify video link"
37     optional
38 option "category-http"
39     - "Category HTTP website scripts"
40     optional
41 option "category-mms"
42     - "Category MMS website scripts"
43     optional
44 option "category-rtsp"
45     - "Category RTSP website scripts"
46     optional
47 option "category-rtmp"
48     - "Category RTMP website scripts"
49     optional
50 option "category-all"
51     - "All website script categories"
52     optional
54 option "page-title"
55     - "Check that parsed page title matches arg"
56     string typestr="arg"
57     optional
58 option "video-id"
59     - "Check that parsed video ID matches arg"
60     string typestr="arg"
61     optional
62 option "file-length"
63     - "Check that parsed video length matches arg"
64     double typestr="arg"
65     optional
66 option "file-suffix"
67     - "Check that parsed video suffix matches arg"
68     string typestr="arg"
69     optional
71 option "test-all"
72     - "Run all built-in tests of category QUVIPROTO_HTTP"
73     optional
74 option "dump"
75     - "Dump video details with --test-all"
76     dependon="test-all"
77     optional
78 option "test"
79     t "Pattern to match to built-in test URLs"
80     string typestr="arg"
81     optional
83 option "format"
84     f "Video format to query"
85     string typestr="arg"
86     default="default"
87     optional
89 option "agent"
90     - "Identify as arg"
91     string typestr="arg"
92     default="Mozilla/5.0"
93     optional
94 option "proxy"
95     - "Use proxy for HTTP connections"
96     string typestr="arg"
97     optional
98 option "no-proxy"
99     - "Disable use of HTTP proxy"
100     optional
101 option "connect-timeout"
102     - "Seconds connecting allowed to take"
103     int typestr="arg"
104     default="30"
105     optional
107 text "\nExamples:"
108 text "\n  quvi YOUTUBE_URL -f webm_720p"
109 text "\n  quvi URL --exec \"/usr/bin/vlc %u\""
110 text "\n  quvi --support"
111 text "\n  quvi --support URL"