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,245 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://sales.vscinemas.com.tw/ticketing/visPrintShowTimes.aspx?visCinemaID=0012
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=opcvc555gu2flx454ipw5e45; path=/; HttpOnly
31
- - visSessionID=5cfe893c976147bc917b2d64fec175d2; 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
- - '15828'
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=0012\" 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\">Vie
63
- Show Cinemas Hsinchu Big City</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\">(DIG C)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
70
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
71
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 14:30</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\">10:35, 15:00</td>\r\n\t</tr><tr>\r\n\t\t<td
74
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
75
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:35, 15:00</td>\r\n\t</tr><tr>\r\n\t\t<td
76
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
77
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:35, 15:00</td>\r\n\t</tr><tr>\r\n\t\t<td
78
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
79
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:35, 15:00</td>\r\n\t</tr><tr>\r\n\t\t<td
80
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
81
- colspan=\"2\">(DIG E)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
82
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
83
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:20, 18:40</td>\r\n\t</tr><tr>\r\n\t\t<td
84
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
85
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:50, 19:10</td>\r\n\t</tr><tr>\r\n\t\t<td
86
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
87
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:50, 19:10</td>\r\n\t</tr><tr>\r\n\t\t<td
88
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
89
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:50, 19:10</td>\r\n\t</tr><tr>\r\n\t\t<td
90
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
91
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">12:50, 19:10</td>\r\n\t</tr><tr>\r\n\t\t<td
92
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
93
- colspan=\"2\">(DIG)ARPEGGIO OF BLUE STEEL ARS NOVA CADENZA (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
94
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
95
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:30</td>\r\n\t</tr><tr>\r\n\t\t<td
96
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
97
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:30</td>\r\n\t</tr><tr>\r\n\t\t<td
98
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
99
- colspan=\"2\">(DIG)BURNT (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
100
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
101
- valign=\"top\" colspan=\"1\">10:00, 16:35, 20:40</td>\r\n\t</tr><tr>\r\n\t\t<td
102
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
103
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 17:05,
104
- 21:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
105
- colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
106
- colspan=\"1\">10:30, 17:05, 21:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
107
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
108
- valign=\"top\" colspan=\"1\">10:30, 17:05, 21:10</td>\r\n\t</tr><tr>\r\n\t\t<td
109
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
110
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 17:05,
111
- 21: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
112
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)BUS 657 (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
113
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
114
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">00:25</td>\r\n\t</tr><tr>\r\n\t\t<td
115
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
116
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:55, 14:10,
117
- 18:10, 20:20, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
118
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
119
- valign=\"top\" colspan=\"1\">10:25, 14:35, 18:40, 20:35, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td
120
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
121
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:25, 14:35,
122
- 18:40, 20:35, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
123
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
124
- valign=\"top\" colspan=\"1\">10:25, 14:35, 18:40, 20:35, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td
125
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
126
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:25, 14:35,
127
- 18:40, 20:35, 00: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
128
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)REGRESSION (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td
129
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
130
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:15</td>\r\n\t</tr><tr>\r\n\t\t<td
131
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
132
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:30</td>\r\n\t</tr><tr>\r\n\t\t<td
133
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
134
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">18:30</td>\r\n\t</tr><tr>\r\n\t\t<td
135
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
136
- colspan=\"2\">(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)</td>\r\n\t</tr><tr>\r\n\t\t<td
137
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
138
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:00, 23:55</td>\r\n\t</tr><tr>\r\n\t\t<td
139
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
140
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:20, 12:15,
141
- 14:20, 16:15, 20:05, 22:00, 23:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
142
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
143
- valign=\"top\" colspan=\"1\">10:50, 12:45, 14:45, 16:45, 20:35, 22:30, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td
144
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
145
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 12:45,
146
- 14:45, 16:45, 20:35, 22:30, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
147
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
148
- valign=\"top\" colspan=\"1\">10:50, 12:45, 14:45, 16:45, 20:35, 22:30, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td
149
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
150
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:50, 12:45,
151
- 14:45, 16:45, 20:35, 22:30, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
152
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
153
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
154
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">21:50, 22:20,
155
- 23:10, 00:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
156
- colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\" valign=\"top\"
157
- colspan=\"1\">10:30, 11:00, 12:10, 13:20, 13:50, 15:00, 16:10, 16:40, 17:50,
158
- 19:00, 19:30, 21:50, 22:20, 23:10, 00:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
159
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
160
- valign=\"top\" colspan=\"1\">11:00, 11:30, 12:40, 13:50, 14:20, 15:30, 16:40,
161
- 17:10, 18:20, 19:30, 20:00, 22:20, 22:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
162
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
163
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00, 11:30,
164
- 12:40, 13:50, 14:20, 15:30, 16:40, 17:10, 18:20, 19:30, 20:00, 22:20, 22:50,
165
- 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
166
- colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\" valign=\"top\"
167
- colspan=\"1\">11:00, 11:30, 12:40, 13:50, 14:20, 15:30, 16:40, 17:10, 18:20,
168
- 19:30, 20:00, 22:20, 22:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
169
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
170
- valign=\"top\" colspan=\"1\">11:00, 11:30, 12:40, 13:50, 14:20, 15:30, 16:40,
171
- 17:10, 18:20, 19:30, 20:00, 22:20, 22:50, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
172
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
173
- colspan=\"2\">(DIG)THE INTERN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
174
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
175
- valign=\"top\" colspan=\"1\">11:45, 20:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
176
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
177
- valign=\"top\" colspan=\"1\">12:15, 21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
178
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
179
- valign=\"top\" colspan=\"1\">12:15, 21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
180
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
181
- valign=\"top\" colspan=\"1\">12:15, 21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
182
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
183
- valign=\"top\" colspan=\"1\">12:15, 21:15</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)THE LAST WITCH HUNTER (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td
185
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
186
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:15</td>\r\n\t</tr><tr>\r\n\t\t<td
187
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
188
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:05, 22:15</td>\r\n\t</tr><tr>\r\n\t\t<td
189
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
190
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:25, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
191
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
192
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:25, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
193
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
194
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:25, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
195
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
196
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:25, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
197
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
198
- colspan=\"2\">(DIG)THE LAST WOMEN STANDING (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
199
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
200
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:30, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
201
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
202
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 12:05,
203
- 14:15, 16:20, 18:25, 20:30, 22:30, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
204
- valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td class=\"PrintShowTimesSession\"
205
- valign=\"top\" colspan=\"1\">10:40, 12:35, 14:40, 16:50, 18:55, 21:00, 23:00</td>\r\n\t</tr><tr>\r\n\t\t<td
206
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
207
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:40, 12:35,
208
- 14:40, 16:50, 18:55, 21:00, 23:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
209
- valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td class=\"PrintShowTimesSession\"
210
- valign=\"top\" colspan=\"1\">10:40, 12:35, 14:40, 16:50, 18:55, 21:00, 23:00</td>\r\n\t</tr><tr>\r\n\t\t<td
211
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
212
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:40, 12:35,
213
- 14:40, 16:50, 18:55, 21:00, 23:00</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
214
- class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)THE MARTIAN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td
215
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td
216
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
217
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td
218
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">22:50</td>\r\n\t</tr><tr>\r\n\t\t<td
219
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
220
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
221
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td
222
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
223
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
224
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
225
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
226
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">23:20</td>\r\n\t</tr><tr>\r\n\t\t<td
227
- colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
228
- colspan=\"2\">(IMAX)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
229
- valign=\"top\" colspan=\"1\">Nov 14 Sat</td><td class=\"PrintShowTimesSession\"
230
- valign=\"top\" colspan=\"1\">00:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
231
- valign=\"top\" colspan=\"1\">Nov 15 Sun</td><td class=\"PrintShowTimesSession\"
232
- valign=\"top\" colspan=\"1\">09:50, 12:40, 15:30, 18:20, 21:10, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
233
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 16 Mon</td><td
234
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:20, 13:10,
235
- 16:00, 18:50, 21:40, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
236
- valign=\"top\" colspan=\"1\">Nov 17 Tue</td><td class=\"PrintShowTimesSession\"
237
- valign=\"top\" colspan=\"1\">10:20, 13:10, 16:00, 18:50, 21:40, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
238
- class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 18 Wed</td><td
239
- class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:20, 13:10,
240
- 16:00, 18:50, 21:40, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
241
- valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
242
- valign=\"top\" colspan=\"1\">10:20, 13:10, 16:00, 18:50, 21:40, 00:30</td>\r\n\t</tr>\r\n</table>\r\n\t\t\t</form>\r\n\t</body>\r\n</HTML>\r\n"
243
- http_version:
244
- recorded_at: Sat, 14 Nov 2015 13:29:40 GMT
245
- recorded_with: VCR 2.9.3
@@ -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=s3pk2x55xaqn3kbxvqt2bq55; path=/; HttpOnly
31
- - visSessionID=15ddd5aa279a464d838da1646e2b8231; 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