kandianying 0.0.8 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +0 -6
  3. data/README.md +12 -3
  4. data/bin/kandianying +4 -1
  5. data/lib/kandianying/ambassador.rb +3 -2
  6. data/lib/kandianying/ambassador_scrape.rb +21 -15
  7. data/lib/kandianying/version.rb +2 -2
  8. data/lib/kandianying/vieshow.rb +6 -6
  9. data/lib/kandianying/vieshow_scrape.rb +20 -10
  10. data/spec/ambassador_spec.rb +80 -58
  11. data/spec/fixtures/ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +6 -0
  12. data/spec/fixtures/{ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml} +2 -0
  13. data/spec/fixtures/ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +11 -0
  14. data/spec/fixtures/{ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml} +2 -0
  15. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +202 -0
  16. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml +202 -0
  17. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +371 -0
  18. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml +371 -0
  19. data/spec/fixtures/vcr_cassettes/{ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml} +772 -222
  20. data/spec/fixtures/vcr_cassettes/{ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6.yml → ambassador_name_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml} +772 -222
  21. data/spec/fixtures/vcr_cassettes/{ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml} +1112 -832
  22. data/spec/fixtures/vcr_cassettes/{ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c.yml → ambassador_name_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml} +1112 -832
  23. data/spec/fixtures/vcr_cassettes/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_chinese.yml +2568 -0
  24. data/spec/fixtures/vcr_cassettes/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6_english.yml +2568 -0
  25. data/spec/fixtures/vcr_cassettes/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_chinese.yml +2889 -0
  26. data/spec/fixtures/vcr_cassettes/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c_english.yml +2889 -0
  27. data/spec/fixtures/vcr_cassettes/vieshow_name_05_chinese.yml +896 -0
  28. data/spec/fixtures/vcr_cassettes/vieshow_name_05_english.yml +521 -0
  29. data/spec/fixtures/vcr_cassettes/vieshow_name_12_chinese.yml +626 -0
  30. data/spec/fixtures/vcr_cassettes/vieshow_name_12_english.yml +370 -0
  31. data/spec/fixtures/vcr_cassettes/vieshow_table_05_chinese.yml +896 -0
  32. data/spec/fixtures/vcr_cassettes/vieshow_table_05_english.yml +521 -0
  33. data/spec/fixtures/vcr_cassettes/vieshow_table_12_chinese.yml +626 -0
  34. data/spec/fixtures/vcr_cassettes/vieshow_table_12_english.yml +370 -0
  35. data/spec/fixtures/vieshow_name_05_chinese.yml +26 -0
  36. data/spec/fixtures/vieshow_name_05_english.yml +26 -0
  37. data/spec/fixtures/vieshow_name_12_chinese.yml +20 -0
  38. data/spec/fixtures/{vieshow_name_12.yml → vieshow_name_12_english.yml} +7 -1
  39. data/spec/fixtures/vieshow_table_05_chinese.yml +881 -0
  40. data/spec/fixtures/vieshow_table_05_english.yml +881 -0
  41. data/spec/fixtures/vieshow_table_12_chinese.yml +629 -0
  42. data/spec/fixtures/vieshow_table_12_english.yml +629 -0
  43. data/spec/support/vcr_setup.rb +4 -0
  44. data/spec/vieshow_spec.rb +86 -68
  45. metadata +67 -35
  46. data/spec/fixtures/ambassador_table_38897fa9-094f-4e63-9d6d-c52408438cb6.yml +0 -131
  47. data/spec/fixtures/ambassador_table_5c2d4697-7f54-4955-800c-7b3ad782582c.yml +0 -304
  48. data/spec/fixtures/vcr_cassettes/vieshow_name_05.yml +0 -298
  49. data/spec/fixtures/vcr_cassettes/vieshow_name_12.yml +0 -245
  50. data/spec/fixtures/vcr_cassettes/vieshow_table_05.yml +0 -298
  51. data/spec/fixtures/vcr_cassettes/vieshow_table_12.yml +0 -245
  52. data/spec/fixtures/vieshow_name_05.yml +0 -17
  53. data/spec/fixtures/vieshow_table_05.yml +0 -458
  54. data/spec/fixtures/vieshow_table_12.yml +0 -356
@@ -1,304 +0,0 @@
1
- ---
2
- 國賓影城@台北微風廣場:
3
- SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE:
4
- 2015/11/14:
5
- - '10:40'
6
- - '12:30'
7
- - '14:20'
8
- - '16:10'
9
- - '18:00'
10
- - '19:50'
11
- - '21:40'
12
- - '23:30'
13
- 2015/11/15:
14
- - '10:40'
15
- - '12:30'
16
- - '14:20'
17
- - '16:10'
18
- - '18:00'
19
- - '19:50'
20
- - '21:40'
21
- - '23:30'
22
- 2015/11/16:
23
- - '10:40'
24
- - '12:30'
25
- - '14:20'
26
- - '16:10'
27
- - '18:00'
28
- - '19:50'
29
- - '21:40'
30
- - '23:30'
31
- 2015/11/17:
32
- - '10:40'
33
- - '12:30'
34
- - '14:20'
35
- - '16:10'
36
- - '18:00'
37
- - '19:50'
38
- - '21:40'
39
- - '23:30'
40
- 2015/11/18:
41
- - '10:40'
42
- - '12:30'
43
- - '14:20'
44
- - '16:10'
45
- - '18:00'
46
- - '19:50'
47
- - '21:40'
48
- - '23:30'
49
- 2015/11/19:
50
- - '10:40'
51
- - '12:30'
52
- - '14:20'
53
- - '16:10'
54
- - '18:00'
55
- - '19:50'
56
- - '21:40'
57
- - '23:30'
58
- Queen Stain:
59
- 2015/11/14:
60
- - '10:20'
61
- - '14:00'
62
- - '17:40'
63
- - '21:20'
64
- 2015/11/15:
65
- - '10:20'
66
- - '14:00'
67
- - '17:40'
68
- - '19:20'
69
- - '21:20'
70
- 2015/11/16:
71
- - '10:20'
72
- - '14:00'
73
- - '17:40'
74
- - '19:20'
75
- - '21:20'
76
- 2015/11/17:
77
- - '10:20'
78
- - '14:00'
79
- - '17:40'
80
- - '19:20'
81
- - '21:20'
82
- 2015/11/18:
83
- - '10:20'
84
- - '14:00'
85
- - '17:40'
86
- - '19:20'
87
- - '21:20'
88
- 2015/11/19:
89
- - '10:20'
90
- - '14:00'
91
- - '17:40'
92
- - '19:20'
93
- - '21:20'
94
- BUS657:
95
- 2015/11/14:
96
- - '12:10'
97
- - '15:50'
98
- - '19:30'
99
- - '21:30'
100
- - '23:10'
101
- 2015/11/15:
102
- - '12:10'
103
- - '15:50'
104
- - '19:30'
105
- - '21:10'
106
- - '23:10'
107
- 2015/11/16:
108
- - '12:10'
109
- - '15:50'
110
- - '19:30'
111
- - '21:10'
112
- - '23:10'
113
- 2015/11/17:
114
- - '12:10'
115
- - '15:50'
116
- - '19:30'
117
- - '21:10'
118
- - '23:10'
119
- 2015/11/18:
120
- - '12:10'
121
- - '15:50'
122
- - '19:30'
123
- - '21:10'
124
- - '23:10'
125
- 2015/11/19:
126
- - '12:10'
127
- - '15:50'
128
- - '19:30'
129
- - '21:10'
130
- - '23:10'
131
- Spectre:
132
- 2015/11/14:
133
- - '10:30'
134
- - '12:20'
135
- - '13:20'
136
- - '15:10'
137
- - '16:10'
138
- - '17:10'
139
- - '18:00'
140
- - '19:00'
141
- - '20:00'
142
- - '20:50'
143
- - '21:50'
144
- - '22:50'
145
- - '23:40'
146
- 2015/11/15:
147
- - '10:30'
148
- - '12:20'
149
- - '13:20'
150
- - '15:10'
151
- - '16:10'
152
- - '18:00'
153
- - '19:00'
154
- - '20:00'
155
- - '20:50'
156
- - '21:50'
157
- - '22:50'
158
- - '23:40'
159
- 2015/11/16:
160
- - '10:30'
161
- - '11:30'
162
- - '13:20'
163
- - '14:20'
164
- - '15:20'
165
- - '16:10'
166
- - '17:10'
167
- - '19:00'
168
- - '20:00'
169
- - '20:50'
170
- - '21:50'
171
- - '22:50'
172
- - '23:40'
173
- 2015/11/17:
174
- - '10:30'
175
- - '13:20'
176
- - '14:20'
177
- - '15:20'
178
- - '16:10'
179
- - '17:10'
180
- - '19:00'
181
- - '20:00'
182
- - '20:50'
183
- - '21:50'
184
- - '22:50'
185
- - '23:40'
186
- 2015/11/18:
187
- - '10:30'
188
- - '11:30'
189
- - '13:20'
190
- - '14:20'
191
- - '15:20'
192
- - '16:10'
193
- - '17:10'
194
- - '19:00'
195
- - '20:00'
196
- - '20:50'
197
- - '21:50'
198
- - '22:50'
199
- - '23:40'
200
- 2015/11/19:
201
- - '10:30'
202
- - '11:30'
203
- - '13:20'
204
- - '14:20'
205
- - '15:20'
206
- - '16:10'
207
- - '17:10'
208
- - '19:00'
209
- - '20:00'
210
- - '20:50'
211
- - '21:50'
212
- - '22:50'
213
- - '23:40'
214
- Burnt:
215
- 2015/11/14:
216
- - '10:20'
217
- - '12:20'
218
- - '15:10'
219
- - '23:20'
220
- 2015/11/15:
221
- - '10:20'
222
- - '13:10'
223
- - '17:20'
224
- - '23:00'
225
- 2015/11/16:
226
- - '11:00'
227
- - '13:10'
228
- - '17:20'
229
- - '23:00'
230
- 2015/11/17:
231
- - '11:00'
232
- - '13:10'
233
- - '17:20'
234
- - '23:00'
235
- 2015/11/18:
236
- - '11:00'
237
- - '13:10'
238
- - '17:20'
239
- - '23:00'
240
- 2015/11/19:
241
- - '11:00'
242
- - '13:10'
243
- - '17:20'
244
- - '23:00'
245
- The Little Prince:
246
- 2015/11/14:
247
- - '10:20'
248
- - '14:20'
249
- 2015/11/15:
250
- - '11:00'
251
- - '15:10'
252
- 2015/11/16:
253
- - '11:00'
254
- - '15:10'
255
- 2015/11/17:
256
- - '11:00'
257
- - '15:10'
258
- 2015/11/18:
259
- - '11:00'
260
- - '15:10'
261
- 2015/11/19:
262
- - '11:00'
263
- - '15:10'
264
- THE INTERN:
265
- 2015/11/14:
266
- - '10:30'
267
- - '12:50'
268
- 2015/11/15:
269
- - '11:30'
270
- - '17:40'
271
- 2015/11/16:
272
- - '13:00'
273
- - '18:10'
274
- 2015/11/17:
275
- - '13:00'
276
- - '18:10'
277
- 2015/11/18:
278
- - '13:00'
279
- - '18:10'
280
- 2015/11/19:
281
- - '13:00'
282
- - '18:10'
283
- 'The Hunger Games: Mockingjay - Part 2':
284
- 2015/11/20:
285
- - '10:30'
286
- - '13:00'
287
- - '15:30'
288
- - '18:00'
289
- - '20:30'
290
- - '23:00'
291
- 2015/11/21:
292
- - '10:30'
293
- - '13:00'
294
- - '15:30'
295
- - '18:00'
296
- - '20:30'
297
- - '23:00'
298
- 2015/11/22:
299
- - '10:30'
300
- - '13:00'
301
- - '15:30'
302
- - '18:00'
303
- - '20:30'
304
- - '23:00'
@@ -1,298 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://sales.vscinemas.com.tw/ticketing/visPrintShowTimes.aspx?visCinemaID=0005
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers:
10
- Cookie:
11
- - AspxAutoDetectCookieSupport=1
12
- Accept-Encoding:
13
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
14
- Accept:
15
- - "*/*"
16
- User-Agent:
17
- - Ruby
18
- response:
19
- status:
20
- code: 200
21
- message: OK
22
- headers:
23
- Cache-Control:
24
- - private
25
- Content-Type:
26
- - text/html; charset=utf-8
27
- Server:
28
- - Microsoft-IIS/7.5
29
- Set-Cookie:
30
- - ASP.NET_SessionId=3exbq4q2rbkzxbanacxqgs2w; path=/; HttpOnly
31
- - visSessionID=facc7bf80f8041ffbf8af008ba242982; expires=Mon, 14-Dec-2015 13:29:37
32
- GMT; path=/
33
- X-Aspnet-Version:
34
- - 2.0.50727
35
- X-Powered-By:
36
- - ASP.NET
37
- Date:
38
- - Sat, 14 Nov 2015 13:29:37 GMT
39
- Content-Length:
40
- - '19686'
41
- body:
42
- encoding: UTF-8
43
- string: "\r\n<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n<HTML>\r\n\t<HEAD>\r\n\t\t<title>\r\n\t\t\t***Vieshow
44
- Cinemas***</title>\r\n\t\t<meta content=\"Microsoft Visual Studio .NET 7.1\"
45
- name=\"GENERATOR\">\r\n\t\t<meta content=\"Visual Basic .NET 7.1\" name=\"CODE_LANGUAGE\">\r\n\t\t<meta
46
- content=\"JavaScript\" name=\"vs_defaultClientScript\">\r\n\t\t<meta content=\"http://schemas.microsoft.com/intellisense/ie5\"
47
- name=\"vs_targetSchema\">\r\n\t\t<script language=\"javascript\" src=\"visJavaCommon.js\"></script>\r\n\t\t<LINK
48
- href=\"visStyles.css\" type=\"text/css\" rel=\"stylesheet\">\r\n\t\t<!-- visStylesUser.css
49
- must proceed visStyles.css, so to override the default styles if requested
50
- -->\r\n\t\t<LINK href=\"visStylesUser.css\" type=\"text/css\" rel=\"stylesheet\">\r\n\t</HEAD>\r\n\t<body
51
- MS_POSITIONING=\"GridLayout\">\r\n\t\t<form name=\"Form1\" method=\"post\"
52
- action=\"visPrintShowTimes.aspx?visCinemaID=0005\" id=\"Form1\">\r\n<input
53
- type=\"hidden\" name=\"__VIEWSTATE\" id=\"__VIEWSTATE\" value=\"/wEPDwULLTEwMzQ3Mjk5MzMPZBYEAgEPFgIeBFRleHQFFSoqKlZpZXNob3cgQ2luZW1hcyoqKmQCAw9kFgRmDxYEHgNzcmMFIkltYWdlcy9QcmludGFibGVMaXN0aW5nc0hlYWRlci5naWYeBUNsYXNzBRhJbWFnZVByaW50TGlzdGluZ3NIZWFkZXJkAgMPDxYEHgVXaWR0aBsAAAAAAACEQAEAAAAeBF8hU0ICgAJkZGT5mKGxhoS0nuX/bIKN/Ky7v46pnA==\"
54
- />\r\n\r\n\t\t <table cellpadding=0 cellspacing=0 width=560 class=\"PrintShowTimesHeaderTable\">\r\n\t\t
55
- \ <tr>\r\n\t\t <td valign=\"middle\"><img src=\"Images/PrintableListingsHeader.gif\"
56
- id=\"imgHeader\" Class=\"ImagePrintListingsHeader\" /></td>\r\n\t\t <td><table
57
- id=\"tblHeader\" class=\"PrintShowTimesHeaderTable\" border=\"0\">\r\n\t<tr>\r\n\t\t<td
58
- colspan=\"2\"><a href=\"visHome.aspx\"><img src=\"images/back_print.gif\"
59
- id=\"imgBack\" Class=\"ImageBack\" border=\"0\" /></a><a href=\"Javascript:
60
- supportedPrint();\"><img src=\"images/PrintShowTimes.gif\" id=\"imgPrint\"
61
- Class=\"ImagePrintShowTimes\" border=\"0\" /></a></td>\r\n\t</tr><tr>\r\n\t\t<td><span
62
- class=\"PrintSelectionLabel\">Cinema:</span></td><td><span class=\"PrintCinemaName\">VS
63
- Cinemas Hsinchu FE21</span></td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"><span
64
- class=\"PrintDateRange\">Showtimes for, Nov 14 Sat - Nov 19 Thu</span></td>\r\n\t</tr>\r\n</table></td>\r\n\t\t
65
- \ </tr>\r\n\t\t <tr>\r\n\t\t <td colspan=2></td>\r\n\t\t
66
- \ </tr>\r\n\t\t </table>\r\n\t\t\t\r\n\t\t\t<table id=\"tblShowTimes\"
67
- class=\"PrintShowTimesTable\" border=\"0\" width=\"640\">\r\n\t<tr>\r\n\t\t<td
68
- width=\"145\"></td><td width=\"495\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
69
- colspan=\"2\">(4DX)SMTOWN THE STAGE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
70
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
71
- valign=\"top\" colspan=\"1\">12:40, 17:15, 19:25</td>\r\n\t</tr><tr>\r\n\t\t<td
72
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
73
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:15, 18:30,
74
- 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
75
- colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
76
- colspan=\"1\">16:15, 18:30, 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
77
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
78
- valign=\"top\" colspan=\"1\">16:15, 18:30, 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td
79
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
80
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:15, 18:30,
81
- 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
82
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG C)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
83
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
84
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:15</td>\r\n\t</tr><tr>\r\n\t\t<td
85
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
86
- colspan=\"2\">(DIG E)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
87
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
88
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:30</td>\r\n\t</tr><tr>\r\n\t\t<td
89
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
90
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:35</td>\r\n\t</tr><tr>\r\n\t\t<td
91
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
92
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:35</td>\r\n\t</tr><tr>\r\n\t\t<td
93
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
94
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:35</td>\r\n\t</tr><tr>\r\n\t\t<td
95
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
96
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:35</td>\r\n\t</tr><tr>\r\n\t\t<td
97
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
98
- colspan=\"2\">(DIG)ANOTHER WOMAN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
99
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
100
- valign=\"top\" colspan=\"1\">12:50, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
101
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
102
- valign=\"top\" colspan=\"1\">10:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
103
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
104
- valign=\"top\" colspan=\"1\">10:35, 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
105
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
106
- valign=\"top\" colspan=\"1\">10:35, 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
107
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
108
- valign=\"top\" colspan=\"1\">10:35, 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
109
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)ARE YOU HERE 2015 (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
110
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
111
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td
112
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
113
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:25, 14:45,
114
- 18:40, 22:30, 00:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
115
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
116
- valign=\"top\" colspan=\"1\">13:50, 17:40, 21:30, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
117
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
118
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:50, 17:40,
119
- 21:30, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
120
- colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\" valign=\"top\"
121
- colspan=\"1\">13:50, 17:40, 21:30, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
122
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
123
- valign=\"top\" colspan=\"1\">13:50, 17:40, 21:30, 23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
124
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
125
- colspan=\"2\">(DIG)BURNT (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
126
- valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td class=\"PrintShowTimesSession\"
127
- valign=\"top\" colspan=\"1\">22:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
128
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
129
- valign=\"top\" colspan=\"1\">13:15, 22:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
130
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
131
- valign=\"top\" colspan=\"1\">12:45, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
132
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
133
- valign=\"top\" colspan=\"1\">12:45, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
134
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
135
- valign=\"top\" colspan=\"1\">12:45, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
136
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
137
- valign=\"top\" colspan=\"1\">12:45, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
138
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)FLYING COLORS (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
139
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
140
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">21:50</td>\r\n\t</tr><tr>\r\n\t\t<td
141
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
142
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:10, 17:00,
143
- 21:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
144
- colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
145
- colspan=\"1\">10:45, 15:30, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
146
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
147
- valign=\"top\" colspan=\"1\">10:45, 15:30, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td
148
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
149
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:45, 15:30,
150
- 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
151
- colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
152
- colspan=\"1\">10:45, 15:30, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
153
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)LEGEND (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
154
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
155
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:05</td>\r\n\t</tr><tr>\r\n\t\t<td
156
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
157
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:20, 14:30,
158
- 19:15, 00:05</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
159
- colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
160
- colspan=\"1\">13:00, 17:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
161
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
162
- valign=\"top\" colspan=\"1\">13:00, 17:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
163
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
164
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:00, 17:50,
165
- 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
166
- colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
167
- colspan=\"1\">13:00, 17:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
168
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)MAVERICK (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td
169
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
170
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
171
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
172
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 15:15,
173
- 17:30, 19:45, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
174
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
175
- valign=\"top\" colspan=\"1\">10:30, 14:45, 17:00, 19:15, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td
176
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
177
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 14:45,
178
- 17:00, 19:15, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
179
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
180
- valign=\"top\" colspan=\"1\">10:30, 14:45, 17:00, 19:15, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td
181
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
182
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 14:45,
183
- 17:00, 19:15, 23:35</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
184
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SCOUTS GUIDE TO THE ZOMBIE
185
- APOCALYPSE (R)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
186
- valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td class=\"PrintShowTimesSession\"
187
- valign=\"top\" colspan=\"1\">21:40, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
188
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
189
- valign=\"top\" colspan=\"1\">10:40, 12:30, 14:20, 16:10, 18:00, 19:50, 21:40,
190
- 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
191
- colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
192
- colspan=\"1\">10:50, 12:40, 14:30, 16:20, 18:10, 20:00, 21:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
193
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
194
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 12:40,
195
- 14:30, 16:20, 18:10, 20:00, 21:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
196
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
197
- valign=\"top\" colspan=\"1\">10:50, 12:40, 14:30, 16:20, 18:10, 20:00, 21:50,
198
- 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
199
- colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
200
- colspan=\"1\">10:50, 12:40, 14:30, 16:20, 18:10, 20:00, 21:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
201
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
202
- colspan=\"2\">(DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
203
- valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td class=\"PrintShowTimesSession\"
204
- valign=\"top\" colspan=\"1\">21:45, 22:40, 23:35, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
205
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
206
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:45, 11:40,
207
- 12:35, 13:30, 14:25, 15:20, 16:15, 17:10, 18:05, 19:00, 19:55, 20:50, 21:45,
208
- 22:40, 23:35, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
209
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
210
- valign=\"top\" colspan=\"1\">10:40, 11:35, 12:30, 13:25, 14:20, 15:15, 16:10,
211
- 17:05, 18:00, 18:55, 19:50, 20:45, 21:40, 22:35, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td
212
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
213
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:40, 11:35,
214
- 12:30, 13:25, 14:20, 15:15, 16:10, 17:05, 18:00, 18:55, 19:50, 20:45, 21:40,
215
- 22:35, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
216
- colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\" valign=\"top\"
217
- colspan=\"1\">10:40, 11:35, 12:30, 13:25, 14:20, 15:15, 16:10, 17:05, 18:00,
218
- 18:55, 19:50, 20:45, 21:40, 22:35, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
219
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
220
- valign=\"top\" colspan=\"1\">10:40, 11:35, 12:30, 13:25, 14:20, 15:15, 16:10,
221
- 17:05, 18:00, 18:55, 19:50, 20:45, 21:40, 22:35, 23:30</td>\r\n\t</tr><tr>\r\n\t\t<td
222
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
223
- colspan=\"2\">(DIG)STRAIGHT OUTTA COMPTON (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
224
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
225
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
226
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
227
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
228
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
229
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
230
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
231
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
232
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
233
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
234
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
235
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15</td>\r\n\t</tr><tr>\r\n\t\t<td
236
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
237
- colspan=\"2\">(DIG)THE INTERN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
238
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
239
- valign=\"top\" colspan=\"1\">10:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
240
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
241
- valign=\"top\" colspan=\"1\">11:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
242
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
243
- valign=\"top\" colspan=\"1\">11:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
244
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
245
- valign=\"top\" colspan=\"1\">11:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
246
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
247
- valign=\"top\" colspan=\"1\">11:30</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
248
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)THE LAST WITCH HUNTER (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td
249
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
250
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">21:30</td>\r\n\t</tr><tr>\r\n\t\t<td
251
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
252
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:50, 21:30</td>\r\n\t</tr><tr>\r\n\t\t<td
253
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
254
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:10, 22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
255
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
256
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:10, 22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
257
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
258
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:10, 22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
259
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
260
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:10, 22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
261
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
262
- colspan=\"2\">(DIG)THE LAST WOMEN STANDING (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
263
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
264
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:15, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td
265
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
266
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 12:00,
267
- 14:00, 16:00, 18:15, 20:15, 22:15, 00:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
268
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
269
- valign=\"top\" colspan=\"1\">11:15, 13:10, 15:10, 17:10, 19:10, 21:10, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td
270
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
271
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:15, 13:10,
272
- 15:10, 17:10, 19:10, 21:10, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
273
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
274
- valign=\"top\" colspan=\"1\">11:15, 13:10, 15:10, 17:10, 19:10, 21:10, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td
275
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
276
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:15, 13:10,
277
- 15:10, 17:10, 19:10, 21:10, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
278
- class=\"PrintShowTimesFilm\" colspan=\"2\">(GC DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
279
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
280
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td
281
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
282
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 12:00,
283
- 13:50, 15:10, 16:50, 18:10, 20:00, 21:10, 23:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td
284
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
285
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 12:20,
286
- 14:00, 15:40, 17:15, 19:00, 20:15, 22:00, 23:15</td>\r\n\t</tr><tr>\r\n\t\t<td
287
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
288
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 12:20,
289
- 14:00, 15:40, 17:15, 19:00, 20:15, 22:00, 23:15</td>\r\n\t</tr><tr>\r\n\t\t<td
290
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
291
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 12:20,
292
- 14:00, 15:40, 17:15, 19:00, 20:15, 22:00, 23:15</td>\r\n\t</tr><tr>\r\n\t\t<td
293
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
294
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 12:20,
295
- 14:00, 15:40, 17:15, 19:00, 20:15, 22:00, 23:15</td>\r\n\t</tr>\r\n</table>\r\n\t\t\t</form>\r\n\t</body>\r\n</HTML>\r\n"
296
- http_version:
297
- recorded_at: Sat, 14 Nov 2015 13:29:39 GMT
298
- recorded_with: VCR 2.9.3