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=d1yec145nfbqff2tkfqrp355; path=/; HttpOnly
31
- - visSessionID=4ca768969b7d47bc95767bbcce7cfa94; 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:39 GMT
245
- recorded_with: VCR 2.9.3
@@ -1,17 +0,0 @@
1
- ---
2
- - "(4DX)SMTOWN THE STAGE (G)"
3
- - "(DIG C)THE LITTLE PRINCE (G)"
4
- - "(DIG E)THE LITTLE PRINCE (G)"
5
- - "(DIG)ANOTHER WOMAN (P)"
6
- - "(DIG)ARE YOU HERE 2015 (R)"
7
- - "(DIG)BURNT (P)"
8
- - "(DIG)FLYING COLORS (G)"
9
- - "(DIG)LEGEND (R)"
10
- - "(DIG)MAVERICK (PG)"
11
- - "(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)"
12
- - "(DIG)SPECTRE (PG15)"
13
- - "(DIG)STRAIGHT OUTTA COMPTON (R)"
14
- - "(DIG)THE INTERN (P)"
15
- - "(DIG)THE LAST WITCH HUNTER (PG)"
16
- - "(DIG)THE LAST WOMEN STANDING (G)"
17
- - "(GC DIG)SPECTRE (PG15)"
@@ -1,458 +0,0 @@
1
- ---
2
- VS Cinemas Hsinchu FE21:
3
- "(4DX)SMTOWN THE STAGE (G)":
4
- Nov 15 Sun:
5
- - '12:40'
6
- - '17:15'
7
- - '19:25'
8
- Nov 16 Mon:
9
- - '16:15'
10
- - '18:30'
11
- - '20:40'
12
- Nov 17 Tue:
13
- - '16:15'
14
- - '18:30'
15
- - '20:40'
16
- Nov 18 Wed:
17
- - '16:15'
18
- - '18:30'
19
- - '20:40'
20
- Nov 19 Thu:
21
- - '16:15'
22
- - '18:30'
23
- - '20:40'
24
- "(DIG C)THE LITTLE PRINCE (G)":
25
- Nov 15 Sun:
26
- - '10:15'
27
- "(DIG E)THE LITTLE PRINCE (G)":
28
- Nov 15 Sun:
29
- - '16:30'
30
- Nov 16 Mon:
31
- - '15:35'
32
- Nov 17 Tue:
33
- - '15:35'
34
- Nov 18 Wed:
35
- - '15:35'
36
- Nov 19 Thu:
37
- - '15:35'
38
- "(DIG)ANOTHER WOMAN (P)":
39
- Nov 15 Sun:
40
- - '12:50'
41
- - '20:30'
42
- Nov 16 Mon:
43
- - '10:35'
44
- Nov 17 Tue:
45
- - '10:35'
46
- - '19:30'
47
- Nov 18 Wed:
48
- - '10:35'
49
- - '19:30'
50
- Nov 19 Thu:
51
- - '10:35'
52
- - '19:30'
53
- "(DIG)ARE YOU HERE 2015 (R)":
54
- Nov 14 Sat:
55
- - '22:30'
56
- - '00:20'
57
- Nov 15 Sun:
58
- - '10:25'
59
- - '14:45'
60
- - '18:40'
61
- - '22:30'
62
- - '00:20'
63
- Nov 16 Mon:
64
- - '13:50'
65
- - '17:40'
66
- - '21:30'
67
- - '23:20'
68
- Nov 17 Tue:
69
- - '13:50'
70
- - '17:40'
71
- - '21:30'
72
- - '23:20'
73
- Nov 18 Wed:
74
- - '13:50'
75
- - '17:40'
76
- - '21:30'
77
- - '23:20'
78
- Nov 19 Thu:
79
- - '13:50'
80
- - '17:40'
81
- - '21:30'
82
- - '23:20'
83
- "(DIG)BURNT (P)":
84
- Nov 14 Sat:
85
- - '22:00'
86
- Nov 15 Sun:
87
- - '13:15'
88
- - '22:00'
89
- Nov 16 Mon:
90
- - '12:45'
91
- - '21:35'
92
- Nov 17 Tue:
93
- - '12:45'
94
- - '21:35'
95
- Nov 18 Wed:
96
- - '12:45'
97
- - '21:35'
98
- Nov 19 Thu:
99
- - '12:45'
100
- - '21:35'
101
- "(DIG)FLYING COLORS (G)":
102
- Nov 14 Sat:
103
- - '21:50'
104
- Nov 15 Sun:
105
- - '12:10'
106
- - '17:00'
107
- - '21:50'
108
- Nov 16 Mon:
109
- - '10:45'
110
- - '15:30'
111
- - '20:20'
112
- Nov 17 Tue:
113
- - '10:45'
114
- - '15:30'
115
- - '20:20'
116
- Nov 18 Wed:
117
- - '10:45'
118
- - '15:30'
119
- - '20:20'
120
- Nov 19 Thu:
121
- - '10:45'
122
- - '15:30'
123
- - '20:20'
124
- "(DIG)LEGEND (R)":
125
- Nov 14 Sat:
126
- - '00:05'
127
- Nov 15 Sun:
128
- - '10:20'
129
- - '14:30'
130
- - '19:15'
131
- - '00:05'
132
- Nov 16 Mon:
133
- - '13:00'
134
- - '17:50'
135
- - '22:40'
136
- Nov 17 Tue:
137
- - '13:00'
138
- - '17:50'
139
- - '22:40'
140
- Nov 18 Wed:
141
- - '13:00'
142
- - '17:50'
143
- - '22:40'
144
- Nov 19 Thu:
145
- - '13:00'
146
- - '17:50'
147
- - '22:40'
148
- "(DIG)MAVERICK (PG)":
149
- Nov 14 Sat:
150
- - '00:00'
151
- Nov 15 Sun:
152
- - '11:00'
153
- - '15:15'
154
- - '17:30'
155
- - '19:45'
156
- - '00:00'
157
- Nov 16 Mon:
158
- - '10:30'
159
- - '14:45'
160
- - '17:00'
161
- - '19:15'
162
- - '23:35'
163
- Nov 17 Tue:
164
- - '10:30'
165
- - '14:45'
166
- - '17:00'
167
- - '19:15'
168
- - '23:35'
169
- Nov 18 Wed:
170
- - '10:30'
171
- - '14:45'
172
- - '17:00'
173
- - '19:15'
174
- - '23:35'
175
- Nov 19 Thu:
176
- - '10:30'
177
- - '14:45'
178
- - '17:00'
179
- - '19:15'
180
- - '23:35'
181
- "(DIG)SCOUTS GUIDE TO THE ZOMBIE APOCALYPSE (R)":
182
- Nov 14 Sat:
183
- - '21:40'
184
- - '23:30'
185
- Nov 15 Sun:
186
- - '10:40'
187
- - '12:30'
188
- - '14:20'
189
- - '16:10'
190
- - '18:00'
191
- - '19:50'
192
- - '21:40'
193
- - '23:30'
194
- Nov 16 Mon:
195
- - '10:50'
196
- - '12:40'
197
- - '14:30'
198
- - '16:20'
199
- - '18:10'
200
- - '20:00'
201
- - '21:50'
202
- - '23:40'
203
- Nov 17 Tue:
204
- - '10:50'
205
- - '12:40'
206
- - '14:30'
207
- - '16:20'
208
- - '18:10'
209
- - '20:00'
210
- - '21:50'
211
- - '23:40'
212
- Nov 18 Wed:
213
- - '10:50'
214
- - '12:40'
215
- - '14:30'
216
- - '16:20'
217
- - '18:10'
218
- - '20:00'
219
- - '21:50'
220
- - '23:40'
221
- Nov 19 Thu:
222
- - '10:50'
223
- - '12:40'
224
- - '14:30'
225
- - '16:20'
226
- - '18:10'
227
- - '20:00'
228
- - '21:50'
229
- - '23:40'
230
- "(DIG)SPECTRE (PG15)":
231
- Nov 14 Sat:
232
- - '21:45'
233
- - '22:40'
234
- - '23:35'
235
- - '00:30'
236
- Nov 15 Sun:
237
- - '10:45'
238
- - '11:40'
239
- - '12:35'
240
- - '13:30'
241
- - '14:25'
242
- - '15:20'
243
- - '16:15'
244
- - '17:10'
245
- - '18:05'
246
- - '19:00'
247
- - '19:55'
248
- - '20:50'
249
- - '21:45'
250
- - '22:40'
251
- - '23:35'
252
- - '00:30'
253
- Nov 16 Mon:
254
- - '10:40'
255
- - '11:35'
256
- - '12:30'
257
- - '13:25'
258
- - '14:20'
259
- - '15:15'
260
- - '16:10'
261
- - '17:05'
262
- - '18:00'
263
- - '18:55'
264
- - '19:50'
265
- - '20:45'
266
- - '21:40'
267
- - '22:35'
268
- - '23:30'
269
- Nov 17 Tue:
270
- - '10:40'
271
- - '11:35'
272
- - '12:30'
273
- - '13:25'
274
- - '14:20'
275
- - '15:15'
276
- - '16:10'
277
- - '17:05'
278
- - '18:00'
279
- - '18:55'
280
- - '19:50'
281
- - '20:45'
282
- - '21:40'
283
- - '22:35'
284
- - '23:30'
285
- Nov 18 Wed:
286
- - '10:40'
287
- - '11:35'
288
- - '12:30'
289
- - '13:25'
290
- - '14:20'
291
- - '15:15'
292
- - '16:10'
293
- - '17:05'
294
- - '18:00'
295
- - '18:55'
296
- - '19:50'
297
- - '20:45'
298
- - '21:40'
299
- - '22:35'
300
- - '23:30'
301
- Nov 19 Thu:
302
- - '10:40'
303
- - '11:35'
304
- - '12:30'
305
- - '13:25'
306
- - '14:20'
307
- - '15:15'
308
- - '16:10'
309
- - '17:05'
310
- - '18:00'
311
- - '18:55'
312
- - '19:50'
313
- - '20:45'
314
- - '21:40'
315
- - '22:35'
316
- - '23:30'
317
- "(DIG)STRAIGHT OUTTA COMPTON (R)":
318
- Nov 14 Sat:
319
- - '23:40'
320
- Nov 15 Sun:
321
- - '23:40'
322
- Nov 16 Mon:
323
- - '13:15'
324
- Nov 17 Tue:
325
- - '13:15'
326
- Nov 18 Wed:
327
- - '13:15'
328
- Nov 19 Thu:
329
- - '13:15'
330
- "(DIG)THE INTERN (P)":
331
- Nov 15 Sun:
332
- - '10:10'
333
- Nov 16 Mon:
334
- - '11:30'
335
- Nov 17 Tue:
336
- - '11:30'
337
- Nov 18 Wed:
338
- - '11:30'
339
- Nov 19 Thu:
340
- - '11:30'
341
- "(DIG)THE LAST WITCH HUNTER (PG)":
342
- Nov 14 Sat:
343
- - '21:30'
344
- Nov 15 Sun:
345
- - '14:50'
346
- - '21:30'
347
- Nov 16 Mon:
348
- - '11:10'
349
- - '22:50'
350
- Nov 17 Tue:
351
- - '11:10'
352
- - '22:50'
353
- Nov 18 Wed:
354
- - '11:10'
355
- - '22:50'
356
- Nov 19 Thu:
357
- - '11:10'
358
- - '22:50'
359
- "(DIG)THE LAST WOMEN STANDING (G)":
360
- Nov 14 Sat:
361
- - '22:15'
362
- - '00:15'
363
- Nov 15 Sun:
364
- - '10:05'
365
- - '12:00'
366
- - '14:00'
367
- - '16:00'
368
- - '18:15'
369
- - '20:15'
370
- - '22:15'
371
- - '00:15'
372
- Nov 16 Mon:
373
- - '11:15'
374
- - '13:10'
375
- - '15:10'
376
- - '17:10'
377
- - '19:10'
378
- - '21:10'
379
- - '23:10'
380
- Nov 17 Tue:
381
- - '11:15'
382
- - '13:10'
383
- - '15:10'
384
- - '17:10'
385
- - '19:10'
386
- - '21:10'
387
- - '23:10'
388
- Nov 18 Wed:
389
- - '11:15'
390
- - '13:10'
391
- - '15:10'
392
- - '17:10'
393
- - '19:10'
394
- - '21:10'
395
- - '23:10'
396
- Nov 19 Thu:
397
- - '11:15'
398
- - '13:10'
399
- - '15:10'
400
- - '17:10'
401
- - '19:10'
402
- - '21:10'
403
- - '23:10'
404
- "(GC DIG)SPECTRE (PG15)":
405
- Nov 14 Sat:
406
- - '23:00'
407
- - '00:10'
408
- Nov 15 Sun:
409
- - '10:50'
410
- - '12:00'
411
- - '13:50'
412
- - '15:10'
413
- - '16:50'
414
- - '18:10'
415
- - '20:00'
416
- - '21:10'
417
- - '23:00'
418
- - '00:10'
419
- Nov 16 Mon:
420
- - '11:00'
421
- - '12:20'
422
- - '14:00'
423
- - '15:40'
424
- - '17:15'
425
- - '19:00'
426
- - '20:15'
427
- - '22:00'
428
- - '23:15'
429
- Nov 17 Tue:
430
- - '11:00'
431
- - '12:20'
432
- - '14:00'
433
- - '15:40'
434
- - '17:15'
435
- - '19:00'
436
- - '20:15'
437
- - '22:00'
438
- - '23:15'
439
- Nov 18 Wed:
440
- - '11:00'
441
- - '12:20'
442
- - '14:00'
443
- - '15:40'
444
- - '17:15'
445
- - '19:00'
446
- - '20:15'
447
- - '22:00'
448
- - '23:15'
449
- Nov 19 Thu:
450
- - '11:00'
451
- - '12:20'
452
- - '14:00'
453
- - '15:40'
454
- - '17:15'
455
- - '19:00'
456
- - '20:15'
457
- - '22:00'
458
- - '23:15'