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
@@ -0,0 +1,370 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://sales.vscinemas.com.tw/ticketing/visPrintShowTimes.aspx?visCinemaID=0012&visLang=1
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=eddjbl55egskjf55ijphjv3w; path=/; HttpOnly
31
+ - visSessionID=40b71c08669248bd81993a44a1314f01; expires=Sat, 19-Dec-2015 06:07:44
32
+ GMT; path=/
33
+ X-Aspnet-Version:
34
+ - 2.0.50727
35
+ X-Powered-By:
36
+ - ASP.NET
37
+ Date:
38
+ - Thu, 19 Nov 2015 06:07:44 GMT
39
+ Content-Length:
40
+ - '25006'
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&amp;visLang=1\" 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 19 Thu - Dec 23 Wed</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\">(3D DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
70
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
71
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 15:10,
72
+ 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
73
+ colspan=\"1\">Dec 18 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
74
+ colspan=\"1\">10:00, 15:10, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
75
+ valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td class=\"PrintShowTimesSession\"
76
+ valign=\"top\" colspan=\"1\">10:00, 15:10, 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td
77
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
78
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 15:10,
79
+ 20:20</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
80
+ colspan=\"1\">Dec 21 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
81
+ colspan=\"1\">10:35, 15:45, 20:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
82
+ valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td class=\"PrintShowTimesSession\"
83
+ valign=\"top\" colspan=\"1\">10:35, 15:45, 20:55</td>\r\n\t</tr><tr>\r\n\t\t<td
84
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
85
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:35, 15:45,
86
+ 20:55</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
87
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG C)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
88
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
89
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:00</td>\r\n\t</tr><tr>\r\n\t\t<td
90
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
91
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
92
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
93
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
94
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
95
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
96
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
97
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
98
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
99
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
100
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
101
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
102
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
103
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:50</td>\r\n\t</tr><tr>\r\n\t\t<td
104
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
105
+ colspan=\"2\">(DIG E)THE LITTLE PRINCE (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
106
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
107
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">19:10</td>\r\n\t</tr><tr>\r\n\t\t<td
108
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
109
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:40</td>\r\n\t</tr><tr>\r\n\t\t<td
110
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
111
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:40</td>\r\n\t</tr><tr>\r\n\t\t<td
112
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
113
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:40</td>\r\n\t</tr><tr>\r\n\t\t<td
114
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
115
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:25</td>\r\n\t</tr><tr>\r\n\t\t<td
116
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
117
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:25</td>\r\n\t</tr><tr>\r\n\t\t<td
118
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
119
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:25</td>\r\n\t</tr><tr>\r\n\t\t<td
120
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
121
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">17:25</td>\r\n\t</tr><tr>\r\n\t\t<td
122
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
123
+ colspan=\"2\">(DIG)BURNT (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
124
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
125
+ valign=\"top\" colspan=\"1\">17:05, 21:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
126
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
127
+ valign=\"top\" colspan=\"1\">12:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
128
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
129
+ valign=\"top\" colspan=\"1\">12:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
130
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
131
+ valign=\"top\" colspan=\"1\">12:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
132
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
133
+ valign=\"top\" colspan=\"1\">11:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
134
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
135
+ valign=\"top\" colspan=\"1\">11:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
136
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
137
+ valign=\"top\" colspan=\"1\">11:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
138
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
139
+ valign=\"top\" colspan=\"1\">11:55</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
140
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)BUS 657 (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
141
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
142
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:35, 18:40,
143
+ 20:35, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
144
+ colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
145
+ colspan=\"1\">21:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
146
+ valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\"
147
+ valign=\"top\" colspan=\"1\">21:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
148
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
149
+ valign=\"top\" colspan=\"1\">21:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
150
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
151
+ valign=\"top\" colspan=\"1\">21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
152
+ valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\"
153
+ valign=\"top\" colspan=\"1\">21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
154
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
155
+ valign=\"top\" colspan=\"1\">21:15</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
156
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
157
+ valign=\"top\" colspan=\"1\">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
158
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)FLY KITE FLY (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
159
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
160
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:40, 14:00,
161
+ 19:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
162
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
163
+ colspan=\"1\">09:40, 14:00, 19:50</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
164
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
165
+ valign=\"top\" colspan=\"1\">09:40, 14:00, 19:50</td>\r\n\t</tr><tr>\r\n\t\t<td
166
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
167
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 13:55,
168
+ 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
169
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
170
+ colspan=\"1\">10:10, 13:55, 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
171
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
172
+ valign=\"top\" colspan=\"1\">10:10, 13:55</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
173
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
174
+ valign=\"top\" colspan=\"1\">10:10, 13:55, 19:30</td>\r\n\t</tr><tr>\r\n\t\t<td
175
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
176
+ colspan=\"2\">(DIG)OUR BRAND IS CRISIS (P)</td>\r\n\t</tr><tr>\r\n\t\t<td
177
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
178
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00</td>\r\n\t</tr><tr>\r\n\t\t<td
179
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
180
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00</td>\r\n\t</tr><tr>\r\n\t\t<td
181
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
182
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:00</td>\r\n\t</tr><tr>\r\n\t\t<td
183
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
184
+ colspan=\"2\">(DIG)REGRESSION (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
185
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
186
+ valign=\"top\" colspan=\"1\">18: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
187
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SCOUTS GUIDE TO THE ZOMBIE
188
+ APOCALYPSE (R)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
189
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
190
+ valign=\"top\" colspan=\"1\">14:45, 16:45, 20:35, 22:30, 00:25</td>\r\n\t</tr><tr>\r\n\t\t<td
191
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
192
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:35, 15:45,
193
+ 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
194
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
195
+ colspan=\"1\">09:35, 15:45, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
196
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
197
+ valign=\"top\" colspan=\"1\">09:35, 15:45, 23:40</td>\r\n\t</tr><tr>\r\n\t\t<td
198
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
199
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 15:30,
200
+ 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
201
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
202
+ colspan=\"1\">10:05, 15:30, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
203
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
204
+ valign=\"top\" colspan=\"1\">10:05, 15:30, 23:10</td>\r\n\t</tr><tr>\r\n\t\t<td
205
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
206
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 15:30,
207
+ 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
208
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SECRET IN THEIR EYES (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td
209
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
210
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:15, 17:20,
211
+ 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
212
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
213
+ colspan=\"1\">13:15, 17:20, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
214
+ valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\"
215
+ valign=\"top\" colspan=\"1\">13:15, 17:20, 21:35</td>\r\n\t</tr><tr>\r\n\t\t<td
216
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
217
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:45, 17:50,
218
+ 22:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
219
+ colspan=\"1\">Nov 24 Tue</td><td class=\"PrintShowTimesSession\" valign=\"top\"
220
+ colspan=\"1\">13:45, 17:50, 22:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
221
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
222
+ valign=\"top\" colspan=\"1\">13:45, 17:50, 22:00</td>\r\n\t</tr><tr>\r\n\t\t<td
223
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
224
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">13:45, 17:50,
225
+ 22: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
226
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
227
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
228
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:20, 15:30,
229
+ 16:40, 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
230
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
231
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 12:55,
232
+ 13:35, 15:40, 16:20, 18:25, 19:05, 21:10, 21:50, 23:55, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td
233
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
234
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 12:55,
235
+ 13:35, 15:40, 16:20, 18:25, 19:05, 21:10, 21:50, 23:55, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td
236
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
237
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:10, 12:55,
238
+ 13:35, 15:40, 16:20, 18:25, 19:05, 21:10, 21:50, 23:55, 00:35</td>\r\n\t</tr><tr>\r\n\t\t<td
239
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
240
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 11:25,
241
+ 13:15, 14:10, 16:10, 17:00, 19:00, 19:50, 21:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
242
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
243
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 11:25,
244
+ 13:15, 14:10, 16:10, 17:00, 19:00, 19:50, 21:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
245
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
246
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 11:25,
247
+ 13:15, 14:10, 16:10, 17:00, 19:00, 19:50, 21:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
248
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
249
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:30, 11:25,
250
+ 13:15, 14:10, 16:10, 17:00, 19:00, 19:50, 21:50, 22:40</td>\r\n\t</tr><tr>\r\n\t\t<td
251
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
252
+ colspan=\"2\">(DIG)STAR WARS THE FORCE AWAKENS (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td
253
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 17 Thu</td><td
254
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:30, 12:05,
255
+ 14:40, 17:15, 19:50, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
256
+ valign=\"top\" colspan=\"1\">Dec 18 Fri</td><td class=\"PrintShowTimesSession\"
257
+ valign=\"top\" colspan=\"1\">09:30, 12:05, 14:40, 17:15, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
258
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td
259
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:30, 12:05,
260
+ 14:40, 17:15, 19:50, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
261
+ valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td class=\"PrintShowTimesSession\"
262
+ valign=\"top\" colspan=\"1\">09:30, 12:05, 14:40, 17:15, 19:50, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
263
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 21 Mon</td><td
264
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 12:40,
265
+ 15:15, 17:50, 20:25, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
266
+ valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td class=\"PrintShowTimesSession\"
267
+ valign=\"top\" colspan=\"1\">10:05, 12:40, 15:15, 17:50, 20:25, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td
268
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td
269
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:05, 12:40,
270
+ 15:15, 17:50, 20:25, 23:05</td>\r\n\t</tr><tr>\r\n\t\t<td colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td
271
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)THE HUNGER GAMES MOCKINGJAY
272
+ PART 2 (PG12)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
273
+ colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\" valign=\"top\"
274
+ colspan=\"1\">09:30, 10:00, 10:50, 11:30, 12:05, 12:40, 13:30, 14:10, 15:20,
275
+ 16:10, 16:50, 17:25, 18:00, 18:50, 19:30, 20:40, 21:30, 22:10, 22:50, 23:20,
276
+ 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
277
+ colspan=\"1\">Nov 21 Sat</td><td class=\"PrintShowTimesSession\" valign=\"top\"
278
+ colspan=\"1\">09:30, 10:00, 10:50, 11:30, 12:05, 12:40, 13:30, 14:10, 15:20,
279
+ 16:10, 16:50, 17:25, 18:00, 18:50, 19:30, 20:40, 21:30, 22:10, 22:50, 23:20,
280
+ 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
281
+ colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\" valign=\"top\"
282
+ colspan=\"1\">09:30, 10:00, 10:50, 11:30, 12:05, 12:40, 13:30, 14:10, 15:20,
283
+ 16:10, 16:50, 17:25, 18:00, 18:50, 19:30, 20:40, 21:30, 22:10, 22:50, 23:20,
284
+ 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
285
+ colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\" valign=\"top\"
286
+ colspan=\"1\">10:00, 10:40, 11:20, 12:00, 12:35, 13:20, 14:00, 14:40, 16:00,
287
+ 16:40, 17:20, 17:55, 18:40, 19:20, 20:10, 21:20, 22:10, 22:50, 23:20, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
288
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
289
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">10:00, 10:40,
290
+ 11:20, 12:00, 12:35, 13:20, 14:00, 14:40, 16:00, 16:40, 17:20, 17:55, 19:20,
291
+ 20:10, 21:20, 22:10, 22:50, 23:20, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
292
+ valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\"
293
+ valign=\"top\" colspan=\"1\">10:00, 10:40, 11:20, 12:00, 12:35, 13:20, 14:00,
294
+ 14:40, 16:00, 16:40, 17:20, 17:55, 18:40, 19:20, 20:10, 21:20, 22:10, 22:50,
295
+ 23:20, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
296
+ colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
297
+ colspan=\"1\">10:00, 10:40, 11:20, 12:00, 12:35, 13:20, 14:00, 14:40, 16:00,
298
+ 16:40, 17:20, 17:55, 18:40, 19:20, 20:10, 21:20, 22:10, 22:50, 23:20, 00:00</td>\r\n\t</tr><tr>\r\n\t\t<td
299
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
300
+ colspan=\"2\">(DIG)THE INTERN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
301
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
302
+ valign=\"top\" colspan=\"1\">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
303
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(DIG)THE LAST WITCH HUNTER (PG)</td>\r\n\t</tr><tr>\r\n\t\t<td
304
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
305
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">16:25, 22:25</td>\r\n\t</tr><tr>\r\n\t\t<td
306
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
307
+ colspan=\"2\">(DIG)THE LAST WOMEN STANDING (G)</td>\r\n\t</tr><tr>\r\n\t\t<td
308
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td
309
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40, 16:50,
310
+ 18:55, 21:00, 23:00</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
311
+ valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td class=\"PrintShowTimesSession\"
312
+ valign=\"top\" colspan=\"1\">11:20, 15:25, 19:40, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td
313
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
314
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:20, 15:25,
315
+ 19:40, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
316
+ colspan=\"1\">Nov 22 Sun</td><td class=\"PrintShowTimesSession\" valign=\"top\"
317
+ colspan=\"1\">11:20, 15:25, 19:40, 23:45</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
318
+ valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td class=\"PrintShowTimesSession\"
319
+ valign=\"top\" colspan=\"1\">11:50, 15:55, 20:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td
320
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
321
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:50, 15:55,
322
+ 20:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
323
+ colspan=\"1\">Nov 25 Wed</td><td class=\"PrintShowTimesSession\" valign=\"top\"
324
+ colspan=\"1\">11:50, 15:55, 20:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
325
+ valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td class=\"PrintShowTimesSession\"
326
+ valign=\"top\" colspan=\"1\">11:50, 15:55, 20:00, 00:10</td>\r\n\t</tr><tr>\r\n\t\t<td
327
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
328
+ colspan=\"2\">(DIG)THE MARTIAN (P)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
329
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
330
+ valign=\"top\" colspan=\"1\">23: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
331
+ class=\"PrintShowTimesFilm\" colspan=\"2\">(IMAX 3D)STAR WARS THE FORCE AWAKENS
332
+ (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\" valign=\"top\"
333
+ colspan=\"1\">Dec 17 Thu</td><td class=\"PrintShowTimesSession\" valign=\"top\"
334
+ colspan=\"1\">09:00, 11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
335
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 18 Fri</td><td
336
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:00, 11:35,
337
+ 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
338
+ valign=\"top\" colspan=\"1\">Dec 19 Sat</td><td class=\"PrintShowTimesSession\"
339
+ valign=\"top\" colspan=\"1\">09:00, 11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
340
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 20 Sun</td><td
341
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">09:00, 11:35,
342
+ 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
343
+ valign=\"top\" colspan=\"1\">Dec 21 Mon</td><td class=\"PrintShowTimesSession\"
344
+ valign=\"top\" colspan=\"1\">11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
345
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Dec 22 Tue</td><td
346
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">11:35, 14:10,
347
+ 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
348
+ valign=\"top\" colspan=\"1\">Dec 23 Wed</td><td class=\"PrintShowTimesSession\"
349
+ valign=\"top\" colspan=\"1\">11:35, 14:10, 16:45, 19:20, 21:55, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
350
+ colspan=\"2\"></td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesFilm\"
351
+ colspan=\"2\">(IMAX)SPECTRE (PG15)</td>\r\n\t</tr><tr>\r\n\t\t<td class=\"PrintShowTimesDay\"
352
+ valign=\"top\" colspan=\"1\">Nov 19 Thu</td><td class=\"PrintShowTimesSession\"
353
+ valign=\"top\" colspan=\"1\">16:00, 18:50, 21:40, 00:30</td>\r\n\t</tr><tr>\r\n\t\t<td
354
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 20 Fri</td><td
355
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
356
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 21 Sat</td><td
357
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
358
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 22 Sun</td><td
359
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">14:40, 20:00</td>\r\n\t</tr><tr>\r\n\t\t<td
360
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 23 Mon</td><td
361
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:10, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
362
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 24 Tue</td><td
363
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:10, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
364
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 25 Wed</td><td
365
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:10, 20:30</td>\r\n\t</tr><tr>\r\n\t\t<td
366
+ class=\"PrintShowTimesDay\" valign=\"top\" colspan=\"1\">Nov 26 Thu</td><td
367
+ class=\"PrintShowTimesSession\" valign=\"top\" colspan=\"1\">15:10, 20:30</td>\r\n\t</tr>\r\n</table>\r\n\t\t\t</form>\r\n\t</body>\r\n</HTML>\r\n"
368
+ http_version:
369
+ recorded_at: Thu, 19 Nov 2015 06:07:48 GMT
370
+ recorded_with: VCR 2.9.3
@@ -0,0 +1,26 @@
1
+ ---
2
+ - "(3D 數位)STAR WARS 原力覺醒 (輔15級)"
3
+ - "(4DX 3D)STAR WARS 原力覺醒 (輔15級)"
4
+ - "(4DX)THE STAGE SM家族演唱會紀實 (普遍級)"
5
+ - "(4DX)飢餓遊戲 自由幻夢 終結戰 (輔12級)"
6
+ - "(數位 英)小王子 (普遍級)"
7
+ - "(數位)234說愛你 (保護級)"
8
+ - "(數位)碟仙碟仙 (限制級)"
9
+ - "(數位)天菜大廚 (保護級)"
10
+ - "(數位)墊底辣妹 (普遍級)"
11
+ - "(數位)愛情失控點 (輔15級)"
12
+ - "(數位)金牌黑幫 (限制級)"
13
+ - "(數位)菜鳥 (輔導級)"
14
+ - "(數位)危機女王 (保護級)"
15
+ - "(數位)殭屍教戰守則 (限制級)"
16
+ - "(數位)沉默的雙眼 (輔12級)"
17
+ - "(數位)THE STAGE SM家族演唱會紀實 (普遍級)"
18
+ - "(數位)007 惡魔四伏 (輔15級)"
19
+ - "(數位)STAR WARS 原力覺醒 (輔15級)"
20
+ - "(數位)飢餓遊戲 自由幻夢 終結戰 (輔12級)"
21
+ - "(數位)獵巫行動 大滅絕 (輔導級)"
22
+ - "(數位)剩者為王 (普遍級)"
23
+ - "(GC 3D 數位)STAR WARS 原力覺醒 (輔15級)"
24
+ - "(GC 數位)007 惡魔四伏 (輔15級)"
25
+ - "(GC 數位)STAR WARS 原力覺醒 (輔15級)"
26
+ - "(GC 數位)飢餓遊戲 自由幻夢 終結戰 (輔12級)"
@@ -0,0 +1,26 @@
1
+ ---
2
+ - "(3D DIG)STAR WARS THE FORCE AWAKENS (PG15)"
3
+ - "(4DX 3D)STAR WARS THE FORCE AWAKENS (PG15)"
4
+ - "(4DX)SMTOWN THE STAGE (G)"
5
+ - "(4DX)THE HUNGER GAMES MOCKINGJAY PART 2 (PG12)"
6
+ - "(DIG E)THE LITTLE PRINCE (G)"
7
+ - "(DIG)ANOTHER WOMAN (P)"
8
+ - "(DIG)ARE YOU HERE 2015 (R)"
9
+ - "(DIG)BURNT (P)"
10
+ - "(DIG)FLYING COLORS (G)"
11
+ - "(DIG)IRRATIONAL MAN (PG15)"
12
+ - "(DIG)LEGEND (R)"
13
+ - "(DIG)MAVERICK (PG)"
14
+ - "(DIG)OUR BRAND IS CRISIS (P)"
15
+ - "(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)"
16
+ - "(DIG)SECRET IN THEIR EYES (PG12)"
17
+ - "(DIG)SMTOWN THE STAGE (G)"
18
+ - "(DIG)SPECTRE (PG15)"
19
+ - "(DIG)STAR WARS THE FORCE AWAKENS (PG15)"
20
+ - "(DIG)THE HUNGER GAMES MOCKINGJAY PART 2 (PG12)"
21
+ - "(DIG)THE LAST WITCH HUNTER (PG)"
22
+ - "(DIG)THE LAST WOMEN STANDING (G)"
23
+ - "(GC 3D DIG)STAR WARS THE FORCE AWAKENS (PG15)"
24
+ - "(GC DIG)SPECTRE (PG15)"
25
+ - "(GC DIG)STAR WARS THE FORCE AWAKENS (PG15)"
26
+ - "(GC DIG)THE HUNGER GAMES MOCKINGJAY PART 2 (PG12)"
@@ -0,0 +1,20 @@
1
+ ---
2
+ - "(3D 數位)STAR WARS 原力覺醒 (輔15級)"
3
+ - "(數位 國)小王子 (普遍級)"
4
+ - "(數位 英)小王子 (普遍級)"
5
+ - "(數位)天菜大廚 (保護級)"
6
+ - "(數位)關鍵救援 巴士657 (輔15級)"
7
+ - "(數位)老鷹想飛 (普遍級)"
8
+ - "(數位)危機女王 (保護級)"
9
+ - "(數位)邪靈刑事錄 (輔12級)"
10
+ - "(數位)殭屍教戰守則 (限制級)"
11
+ - "(數位)沉默的雙眼 (輔12級)"
12
+ - "(數位)007 惡魔四伏 (輔15級)"
13
+ - "(數位)STAR WARS 原力覺醒 (輔15級)"
14
+ - "(數位)飢餓遊戲 自由幻夢 終結戰 (輔12級)"
15
+ - "(數位)高年級實習生 (保護級)"
16
+ - "(數位)獵巫行動 大滅絕 (輔導級)"
17
+ - "(數位)剩者為王 (普遍級)"
18
+ - "(數位)絕地救援 (保護級)"
19
+ - "(IMAX 3D)STAR WARS 原力覺醒 (輔15級)"
20
+ - "(IMAX)007 惡魔四伏 (輔15級)"
@@ -1,14 +1,20 @@
1
1
  ---
2
+ - "(3D DIG)STAR WARS THE FORCE AWAKENS (PG15)"
2
3
  - "(DIG C)THE LITTLE PRINCE (G)"
3
4
  - "(DIG E)THE LITTLE PRINCE (G)"
4
- - "(DIG)ARPEGGIO OF BLUE STEEL ARS NOVA CADENZA (G)"
5
5
  - "(DIG)BURNT (P)"
6
6
  - "(DIG)BUS 657 (PG15)"
7
+ - "(DIG)FLY KITE FLY (G)"
8
+ - "(DIG)OUR BRAND IS CRISIS (P)"
7
9
  - "(DIG)REGRESSION (PG12)"
8
10
  - "(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)"
11
+ - "(DIG)SECRET IN THEIR EYES (PG12)"
9
12
  - "(DIG)SPECTRE (PG15)"
13
+ - "(DIG)STAR WARS THE FORCE AWAKENS (PG15)"
14
+ - "(DIG)THE HUNGER GAMES MOCKINGJAY PART 2 (PG12)"
10
15
  - "(DIG)THE INTERN (P)"
11
16
  - "(DIG)THE LAST WITCH HUNTER (PG)"
12
17
  - "(DIG)THE LAST WOMEN STANDING (G)"
13
18
  - "(DIG)THE MARTIAN (P)"
19
+ - "(IMAX 3D)STAR WARS THE FORCE AWAKENS (PG15)"
14
20
  - "(IMAX)SPECTRE (PG15)"