blob: 8c1d255baf20993688213e72272f615a93bb2619 (
plain) (
blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
================================================================================
Correctly detect flags
================================================================================
watch --priority="-100" --speed 1 6z21 "Name" "2024-01-17" "A" "0m 0s" "url"
watch -s 2 -l 'en,gr,fr' 61f1 "Name2" "2024-01-16" "A2" "0m 0s" "url"
watch -s=2 -l='en,gr,fr' 61f1 "Name2" "2024-01-16" "A2" "0m 0s" "url"
--------------------------------------------------------------------------------
(source_file
(line
(command)
(flag)
(flag)
(id)
(title
(quote)
(quote))
(date
(quote)
(quote))
(author
(quote)
(quote))
(duration
(quote)
(quote))
(url
(quote)
(quote)))
(line
(command)
(flag)
(flag)
(id)
(title
(quote)
(quote))
(date
(quote)
(quote))
(author
(quote)
(quote))
(duration
(quote)
(quote))
(url
(quote)
(quote)))
(line
(command)
(flag)
(flag)
(id)
(title
(quote)
(quote))
(date
(quote)
(quote))
(author
(quote)
(quote))
(duration
(quote)
(quote))
(url
(quote)
(quote))))
|