File: setup-batch

package info (click to toggle)
libgdata 0.18.1-9
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,760 kB
  • sloc: ansic: 58,452; xml: 604; sh: 29; makefile: 20
file content (190 lines) | stat: -rw-r--r-- 5,513 bytes parent folder | download | duplicates (6)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
> GET /youtube/v3/videos?part=contentDetails,id,recordingDetails,snippet,status,statistics&id=RzR2k8yo4NY HTTP/1.1
> Soup-Debug-Timestamp: 1436101151
> Soup-Debug: SoupSession 1 (0x19c0270), SoupMessage 5 (0x19c80c0), SoupSocket 1 (0x197e1a0)
> Host: www.googleapis.com
> Authorization: Bearer ya29.pwESPgjYW0E2EhM44tP20vaeH_Xan9C4osK5Sz5yri2VoTkrRtOzQuyt1Qst1ocJyG1FKcd92gMPjg
> GData-Version: 2
> Accept-Encoding: gzip, deflate
> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
  
< HTTP/1.1 200 OK
< Soup-Debug-Timestamp: 1436101151
< Soup-Debug: SoupMessage 5 (0x19c80c0)
< Expires: Sun, 05 Jul 2015 12:59:11 GMT
< Date: Sun, 05 Jul 2015 12:59:11 GMT
< Cache-Control: private, max-age=0, must-revalidate, no-transform
< ETag: "Y3xTLFF3RLtHXX85JBgzzgp2Enw/yPoKiNjQzTZG23dD136F6mj0q0I"
< Vary: Origin
< Vary: X-Origin
< Content-Type: application/json; charset=UTF-8
< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
< 
< {
<  "kind": "youtube#videoListResponse",
<  "etag": "\"Y3xTLFF3RLtHXX85JBgzzgp2Enw/yPoKiNjQzTZG23dD136F6mj0q0I\"",
<  "pageInfo": {
<   "totalResults": 1,
<   "resultsPerPage": 1
<  },
<  "items": [
<   {
<    "kind": "youtube#video",
<    "etag": "\"Y3xTLFF3RLtHXX85JBgzzgp2Enw/lRR4sqJsoxbhbN_5Me7exq34A8U\"",
<    "id": "RzR2k8yo4NY",
<    "snippet": {
<     "publishedAt": "2010-08-02T19:52:59.000Z",
<     "channelId": "UCHdu7S-LbC8V98jsR_tu6GA",
<     "title": "Fooish Bar",
<     "description": "",
<     "thumbnails": {
<      "default": {
<       "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/default.jpg",
<       "width": 120,
<       "height": 90
<      },
<      "medium": {
<       "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/mqdefault.jpg",
<       "width": 320,
<       "height": 180
<      },
<      "high": {
<       "url": "https://i.ytimg.com/vi/RzR2k8yo4NY/hqdefault.jpg",
<       "width": 480,
<       "height": 360
<      }
<     },
<     "channelTitle": "GDataTest",
<     "categoryId": "22",
<     "liveBroadcastContent": "none",
<     "localized": {
<      "title": "Fooish Bar",
<      "description": ""
<     }
<    },
<    "contentDetails": {
<     "duration": "PT12S",
<     "dimension": "2d",
<     "definition": "sd",
<     "caption": "false",
<     "licensedContent": false
<    },
<    "status": {
<     "uploadStatus": "processed",
<     "privacyStatus": "public",
<     "license": "youtube",
<     "embeddable": true,
<     "publicStatsViewable": true
<    },
<    "statistics": {
<     "viewCount": "10",
<     "likeCount": "0",
<     "dislikeCount": "0",
<     "favoriteCount": "0",
<     "commentCount": "584"
<    }
<   }
<  ]
< }
  
> GET /youtube/v3/videos?part=contentDetails,id,recordingDetails,snippet,status,statistics&id=VppEcVz8qaI HTTP/1.1
> Soup-Debug-Timestamp: 1436101151
> Soup-Debug: SoupSession 1 (0x19c0270), SoupMessage 6 (0x19c80c0), SoupSocket 1 (0x197e1a0)
> Host: www.googleapis.com
> Authorization: Bearer ya29.pwESPgjYW0E2EhM44tP20vaeH_Xan9C4osK5Sz5yri2VoTkrRtOzQuyt1Qst1ocJyG1FKcd92gMPjg
> GData-Version: 2
> Accept-Encoding: gzip, deflate
> User-Agent: libgdata/0.17.2 - gzip
> Connection: Keep-Alive
  
< HTTP/1.1 200 OK
< Soup-Debug-Timestamp: 1436101151
< Soup-Debug: SoupMessage 6 (0x19c80c0)
< Expires: Sun, 05 Jul 2015 12:59:11 GMT
< Date: Sun, 05 Jul 2015 12:59:11 GMT
< Cache-Control: private, max-age=0, must-revalidate, no-transform
< ETag: "Y3xTLFF3RLtHXX85JBgzzgp2Enw/cRprItFQU9gtLUNK1easmLQu9KY"
< Vary: Origin
< Vary: X-Origin
< Content-Type: application/json; charset=UTF-8
< Content-Encoding: gzip
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< X-XSS-Protection: 1; mode=block
< Server: GSE
< Alternate-Protocol: 443:quic,p=1
< Transfer-Encoding: chunked
< 
< {
<  "kind": "youtube#videoListResponse",
<  "etag": "\"Y3xTLFF3RLtHXX85JBgzzgp2Enw/cRprItFQU9gtLUNK1easmLQu9KY\"",
<  "pageInfo": {
<   "totalResults": 1,
<   "resultsPerPage": 1
<  },
<  "items": [
<   {
<    "kind": "youtube#video",
<    "etag": "\"Y3xTLFF3RLtHXX85JBgzzgp2Enw/ArOIe0olv2CLSw9uGNjdizfzrVk\"",
<    "id": "VppEcVz8qaI",
<    "snippet": {
<     "publishedAt": "2010-08-02T19:53:00.000Z",
<     "channelId": "UCHdu7S-LbC8V98jsR_tu6GA",
<     "title": "Fooish Bar 2",
<     "description": "",
<     "thumbnails": {
<      "default": {
<       "url": "https://i.ytimg.com/vi/VppEcVz8qaI/default.jpg",
<       "width": 120,
<       "height": 90
<      },
<      "medium": {
<       "url": "https://i.ytimg.com/vi/VppEcVz8qaI/mqdefault.jpg",
<       "width": 320,
<       "height": 180
<      },
<      "high": {
<       "url": "https://i.ytimg.com/vi/VppEcVz8qaI/hqdefault.jpg",
<       "width": 480,
<       "height": 360
<      }
<     },
<     "channelTitle": "GDataTest",
<     "categoryId": "22",
<     "liveBroadcastContent": "none",
<     "localized": {
<      "title": "Fooish Bar 2",
<      "description": ""
<     }
<    },
<    "contentDetails": {
<     "duration": "PT12S",
<     "dimension": "2d",
<     "definition": "sd",
<     "caption": "false",
<     "licensedContent": false
<    },
<    "status": {
<     "uploadStatus": "processed",
<     "privacyStatus": "public",
<     "license": "youtube",
<     "embeddable": true,
<     "publicStatsViewable": true
<    },
<    "statistics": {
<     "viewCount": "1",
<     "likeCount": "0",
<     "dislikeCount": "0",
<     "favoriteCount": "0",
<     "commentCount": "0"
<    }
<   }
<  ]
< }