cineworld_uk 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,126 +1,111 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cineworld_uk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
5
- prerelease:
4
+ version: 1.0.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Andy Croll
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-15 00:00:00.000000000 Z
11
+ date: 2014-02-27 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: bundler
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: '1.3'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: '1.3'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rake
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - ">="
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - ">="
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: webmock
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - ">="
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - ">="
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: httparty
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - ! '>='
59
+ - - ">="
68
60
  - !ruby/object:Gem::Version
69
61
  version: '0'
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - ! '>='
66
+ - - ">="
76
67
  - !ruby/object:Gem::Version
77
68
  version: '0'
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: nokogiri
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - ! '>='
73
+ - - ">="
84
74
  - !ruby/object:Gem::Version
85
75
  version: '0'
86
76
  type: :runtime
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - ! '>='
80
+ - - ">="
92
81
  - !ruby/object:Gem::Version
93
82
  version: '0'
94
83
  - !ruby/object:Gem::Dependency
95
84
  name: tzinfo
96
85
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
86
  requirements:
99
- - - ! '>='
87
+ - - ">="
100
88
  - !ruby/object:Gem::Version
101
89
  version: '0'
102
90
  type: :runtime
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
93
  requirements:
107
- - - ! '>='
94
+ - - ">="
108
95
  - !ruby/object:Gem::Version
109
96
  version: '0'
110
97
  - !ruby/object:Gem::Dependency
111
98
  name: tzinfo-data
112
99
  requirement: !ruby/object:Gem::Requirement
113
- none: false
114
100
  requirements:
115
- - - ! '>='
101
+ - - ">="
116
102
  - !ruby/object:Gem::Version
117
103
  version: '0'
118
104
  type: :runtime
119
105
  prerelease: false
120
106
  version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
107
  requirements:
123
- - - ! '>='
108
+ - - ">="
124
109
  - !ruby/object:Gem::Version
125
110
  version: '0'
126
111
  description: Cineworld cinema data
@@ -130,8 +115,8 @@ executables: []
130
115
  extensions: []
131
116
  extra_rdoc_files: []
132
117
  files:
133
- - .gitignore
134
- - .travis.yml
118
+ - ".gitignore"
119
+ - ".travis.yml"
135
120
  - CHANGELOG.md
136
121
  - Gemfile
137
122
  - LICENSE.txt
@@ -142,6 +127,8 @@ files:
142
127
  - lib/cineworld_uk/cinema.rb
143
128
  - lib/cineworld_uk/film.rb
144
129
  - lib/cineworld_uk/internal/film_with_screenings_parser.rb
130
+ - lib/cineworld_uk/internal/name_parser.rb
131
+ - lib/cineworld_uk/internal/titleize.rb
145
132
  - lib/cineworld_uk/screening.rb
146
133
  - lib/cineworld_uk/version.rb
147
134
  - test/fixtures/cinemas.html
@@ -152,55 +139,44 @@ files:
152
139
  - test/fixtures/cinemas/glasgow-imax-at-gsc.html
153
140
  - test/fixtures/cinemas/the-o2-grenwich.html
154
141
  - test/fixtures/whatson/brighton.html
155
- - test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html
156
- - test/fixtures/whatson/brighton/geethanjali-malayalam.html
157
142
  - test/fixtures/whatson/brighton/gravity.html
158
- - test/fixtures/whatson/brighton/take-2-thursday-about-time.html
159
143
  - test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html
160
144
  - test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html
161
145
  - test/fixtures/whatson/the-o2-greenwich.html
162
146
  - test/fixtures/whatson/the-o2-greenwich/gravity.html
163
147
  - test/fixtures/whatson/the-o2-greenwich/the-hobbit-desolation-of-smaug.html
164
148
  - test/fixtures/whatson/wandsworth.html
165
- - test/fixtures/whatson/wandsworth/arrambam-tamil.html
166
- - test/fixtures/whatson/wandsworth/bolshoi-ballet-live-lost-illusions.html
167
- - test/fixtures/whatson/wandsworth/frankenstein-nt-50th.html
168
- - test/fixtures/whatson/wandsworth/met-opera-falstaff.html
169
- - test/fixtures/whatson/wandsworth/nt-live-war-horse.html
170
- - test/fixtures/whatson/wandsworth/royal-ballet-live-the-sleeping-beauty.html
171
- - test/fixtures/whatson/wandsworth/royal-opera-live-parsifal-weird-date.html
172
- - test/fixtures/whatson/wandsworth/rsc-live-richard-ii-encore.html
173
- - test/fixtures/whatson/wandsworth/west-end-theatre-series-private-lives.html
174
149
  - test/lib/cineworld_uk/cinema_test.rb
175
150
  - test/lib/cineworld_uk/film_test.rb
176
151
  - test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb
152
+ - test/lib/cineworld_uk/internal/name_parser_test.rb
153
+ - test/lib/cineworld_uk/internal/titleize_test.rb
177
154
  - test/lib/cineworld_uk/screening_test.rb
178
155
  - test/lib/cineworld_uk/version_test.rb
179
156
  - test/test_helper.rb
180
157
  homepage: https://github.com/andycroll/cineworld_uk
181
158
  licenses:
182
159
  - MIT
160
+ metadata: {}
183
161
  post_install_message:
184
162
  rdoc_options: []
185
163
  require_paths:
186
164
  - lib
187
165
  required_ruby_version: !ruby/object:Gem::Requirement
188
- none: false
189
166
  requirements:
190
- - - ! '>='
167
+ - - ">="
191
168
  - !ruby/object:Gem::Version
192
169
  version: '0'
193
170
  required_rubygems_version: !ruby/object:Gem::Requirement
194
- none: false
195
171
  requirements:
196
- - - ! '>='
172
+ - - ">="
197
173
  - !ruby/object:Gem::Version
198
174
  version: '0'
199
175
  requirements: []
200
176
  rubyforge_project:
201
- rubygems_version: 1.8.23
177
+ rubygems_version: 2.2.0
202
178
  signing_key:
203
- specification_version: 3
179
+ specification_version: 4
204
180
  summary: Parses cinema and showing data from the cineworld.co.uk website
205
181
  test_files:
206
182
  - test/fixtures/cinemas.html
@@ -211,28 +187,19 @@ test_files:
211
187
  - test/fixtures/cinemas/glasgow-imax-at-gsc.html
212
188
  - test/fixtures/cinemas/the-o2-grenwich.html
213
189
  - test/fixtures/whatson/brighton.html
214
- - test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html
215
- - test/fixtures/whatson/brighton/geethanjali-malayalam.html
216
190
  - test/fixtures/whatson/brighton/gravity.html
217
- - test/fixtures/whatson/brighton/take-2-thursday-about-time.html
218
191
  - test/fixtures/whatson/glasgow-imax-at-gsc-cinema.html
219
192
  - test/fixtures/whatson/glasgow-imax-at-gsc/the-hunger-games-catching-fire.html
220
193
  - test/fixtures/whatson/the-o2-greenwich.html
221
194
  - test/fixtures/whatson/the-o2-greenwich/gravity.html
222
195
  - test/fixtures/whatson/the-o2-greenwich/the-hobbit-desolation-of-smaug.html
223
196
  - test/fixtures/whatson/wandsworth.html
224
- - test/fixtures/whatson/wandsworth/arrambam-tamil.html
225
- - test/fixtures/whatson/wandsworth/bolshoi-ballet-live-lost-illusions.html
226
- - test/fixtures/whatson/wandsworth/frankenstein-nt-50th.html
227
- - test/fixtures/whatson/wandsworth/met-opera-falstaff.html
228
- - test/fixtures/whatson/wandsworth/nt-live-war-horse.html
229
- - test/fixtures/whatson/wandsworth/royal-ballet-live-the-sleeping-beauty.html
230
- - test/fixtures/whatson/wandsworth/royal-opera-live-parsifal-weird-date.html
231
- - test/fixtures/whatson/wandsworth/rsc-live-richard-ii-encore.html
232
- - test/fixtures/whatson/wandsworth/west-end-theatre-series-private-lives.html
233
197
  - test/lib/cineworld_uk/cinema_test.rb
234
198
  - test/lib/cineworld_uk/film_test.rb
235
199
  - test/lib/cineworld_uk/internal/film_with_screenings_parser_test.rb
200
+ - test/lib/cineworld_uk/internal/name_parser_test.rb
201
+ - test/lib/cineworld_uk/internal/titleize_test.rb
236
202
  - test/lib/cineworld_uk/screening_test.rb
237
203
  - test/lib/cineworld_uk/version_test.rb
238
204
  - test/test_helper.rb
205
+ has_rdoc:
@@ -1,79 +0,0 @@
1
- <div class="row">
2
- <div class="span2">
3
- <div class="poster">
4
- <a href="/whatson/6932?cinema=3&amp;date=all">
5
- <div class="image">
6
- <img src="/assets/media/films/6932_poster_large.jpg" data-original="/assets/media/films/6932_poster_large.jpg" width="140" alt="Poster for Film Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2" style="display: inline;"></div>
7
- </a>
8
- </div>
9
- </div>
10
-
11
- <div class="span7">
12
- <h1>
13
- <a href="/whatson/6932?cinema=3&amp;date=all">
14
- Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2
15
- </a>
16
- <a class="classification gb-u tooltip" href="/classification" data-classification="U" data-territory="GB" data-field-title="It is impossible to predict what might upset any particular child. But a 'U' film should be suitable for audiences aged four years and over. 'U' films should be set within a positive moral framework and should offer reassuring counterbalances to any violence, threat or horror.">(U)</a>
17
- </h1>
18
-
19
- <div class="inline-children">
20
- <h3>Release date:</h3>
21
- <p>1st December 2013</p>
22
- </div>
23
-
24
- <div class="inline-children">
25
- <h3>Running time:</h3>
26
- <p>95 mins</p>
27
- </div>
28
-
29
- <h3>Synopsis:</h3>
30
- <p>
31
- Inventor Flint Lockwood's out-of-control food machine goes even crazier in this hilarious sequel!
32
- </p>
33
-
34
- <h3>Available screening types</h3>
35
-
36
- <ul class="unstyled">
37
- <li class="icon-service-twod"></li>
38
-
39
- <li class="icon-service-au"></li>
40
-
41
- </ul>
42
-
43
- <a class="action primary" title="Find out more about Autism Friendly Screening: Cloudy With A Chance Of Meatballs 2" href="/whatson/6932?cinema=3&amp;date=all">Find out more</a>
44
-
45
- </div>
46
- </div>
47
- <br>
48
- <p> <strong>Select a showtime and book to save 10% on your tickets with
49
- <span class="icon-logo-mycineworld ">mycineworld</span></strong>
50
- </p>
51
- <div class="schedule row">
52
- <div class="span9">
53
- <div class="date row">
54
- <div class="span2">
55
- <h3>Sunday 1st Dec</h3>
56
- </div>
57
-
58
- <div class="span7">
59
- <ol class="performances">
60
- <li>
61
- <a class="tooltip performance action" href="/booking?cinema=3&amp;filmEdi=445938&amp;date=20131201&amp;time=11:00" rel="nofollow" data-field-title="11:00">11:00</a>
62
- <div class="tooltip-box performance">
63
- <h2>Available screening types:</h2>
64
-
65
- <hr class="thin">
66
-
67
- <ul class="unstyled">
68
- <li class="icon-service-twod">2D</li>
69
- <li class="icon-service-au">Autism Friendly</li>
70
- </ul>
71
- </div>
72
- </li>
73
- </ol>
74
- </div>
75
- </div>
76
-
77
- <a class="action secondary light" href="/whatson/6932?cinema=3&amp;date=all">View all dates</a>
78
- </div>
79
- </div>
@@ -1,71 +0,0 @@
1
- <div class="row">
2
- <div class="span2">
3
- <div class="poster">
4
- <a href="/whatson/6828?cinema=3&amp;date=all">
5
- <div class="image">
6
- <img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6828_poster_large.jpg" width="140" alt="Poster for Film Geethanjali (Malayalam)" />
7
- </div>
8
- </a>
9
- </div>
10
- </div>
11
-
12
- <div class="span7">
13
- <h1>
14
- <a href="/whatson/6828?cinema=3&amp;date=all">Geethanjali (Malayalam)</a>
15
- </h1>
16
-
17
- <div class="inline-children">
18
- <h3>Release date:</h3>
19
- <p>15th November 2013</p>
20
- </div>
21
-
22
- <h3>Synopsis:</h3>
23
- <p>
24
- Mohan Lal reprises psychiatrist Dr. Sunny in Priyadarshan's eagerly anticipated Malayalam psychological thriller.
25
- </p>
26
-
27
- <h3>Available screening types</h3>
28
-
29
- <ul class="unstyled">
30
- <li class="icon-service-twod"></li>
31
-
32
- </ul>
33
-
34
- <a class="action primary" title="Find out more about Geethanjali (Malayalam)" href="/whatson/6828?cinema=3&amp;date=all">Find out more</a>
35
-
36
- </div>
37
- </div>
38
-
39
- <br />
40
- <p> <strong>Select a showtime and book to save 10% on your tickets with
41
- <span class="icon-logo-mycineworld ">mycineworld</span></strong>
42
- </p>
43
-
44
- <div class="schedule row">
45
- <div class="span9">
46
- <div class="date row">
47
- <div class="span2">
48
- <h3>Sunday 17th Nov</h3>
49
- </div>
50
-
51
- <div class="span7">
52
- <ol class="performances">
53
- <li>
54
- <a class="tooltip performance action" title="18:00" href="/booking?cinema=3&amp;filmEdi=155045&amp;date=20131117&amp;time=18:00" rel="nofollow">18:00</a>
55
- <div class="tooltip-box performance">
56
- <h2>Available screening types:</h2>
57
-
58
- <hr class="thin" />
59
-
60
- <ul class="unstyled">
61
- <li class="icon-service-twod">2D</li>
62
- </ul>
63
- </div>
64
- </li>
65
- </ol>
66
- </div>
67
- </div>
68
-
69
- <a class="action secondary light" href="/whatson/6828?cinema=3&amp;date=all">View all dates</a>
70
- </div>
71
- </div>
@@ -1,89 +0,0 @@
1
- <div class="row">
2
- <div class="span2">
3
- <div class="poster">
4
- <a href="/whatson/6879?cinema=3&amp;date=all">
5
- <div class="image">
6
- <img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6879_poster_large.jpg" width="140" alt="Poster for Film Take 2 Thursday - About Time" />
7
- </div>
8
- </a>
9
- </div>
10
- </div>
11
-
12
- <div class="span7">
13
- <h1>
14
- <a href="/whatson/6879?cinema=3&amp;date=all">Take 2 Thursday - About Time</a>
15
- <a class="classification gb-12a tooltip" href="/classification" title="No-one younger than 12 may see a '12A' film in a cinema unless accompanied by an adult. Responsibility for allowing under-12s to view lies with the accompanying or supervising adult." data-classification="12A" data-territory="GB">(12A)</a>
16
- </h1>
17
-
18
- <div class="inline-children">
19
- <h3>Release date:</h3>
20
- <p>14th November 2013</p>
21
- </div>
22
-
23
- <div class="inline-children">
24
- <h3>Running time:</h3>
25
- <p>123 mins</p>
26
- </div>
27
-
28
- <h3>Synopsis:</h3>
29
- <p>
30
- A man discovers he can time-travel - which is very handy when influencing the course of his love life!
31
- </p>
32
-
33
- <h3>Available screening types</h3>
34
-
35
- <ul class="unstyled">
36
- <li class="icon-service-twod"></li>
37
-
38
- </ul>
39
-
40
- <a class="action primary" title="Find out more about Take 2 Thursday - About Time" href="/whatson/6879?cinema=3&amp;date=all">Find out more</a>
41
-
42
- </div>
43
- </div>
44
-
45
- <br />
46
- <p> <strong>Select a showtime and book to save 10% on your tickets with
47
- <span class="icon-logo-mycineworld ">mycineworld</span></strong>
48
- </p>
49
-
50
- <div class="schedule row">
51
- <div class="span9">
52
- <div class="date row">
53
- <div class="span2">
54
- <h3>Thursday 14th Nov</h3>
55
- </div>
56
-
57
- <div class="span7">
58
- <ol class="performances">
59
- <li>
60
- <a class="tooltip performance action" title="12:20" href="/booking?cinema=3&amp;filmEdi=445925&amp;date=20131114&amp;time=12:20" rel="nofollow">12:20</a>
61
- <div class="tooltip-box performance">
62
- <h2>Available screening types:</h2>
63
-
64
- <hr class="thin" />
65
-
66
- <ul class="unstyled">
67
- <li class="icon-service-twod">2D</li>
68
- </ul>
69
- </div>
70
- </li>
71
- <li>
72
- <a class="tooltip performance action" title="18:50" href="/booking?cinema=3&amp;filmEdi=445925&amp;date=20131114&amp;time=18:50" rel="nofollow">18:50</a>
73
- <div class="tooltip-box performance">
74
- <h2>Available screening types:</h2>
75
-
76
- <hr class="thin" />
77
-
78
- <ul class="unstyled">
79
- <li class="icon-service-twod">2D</li>
80
- </ul>
81
- </div>
82
- </li>
83
- </ol>
84
- </div>
85
- </div>
86
-
87
- <a class="action secondary light" href="/whatson/6879?cinema=3&amp;date=all">View all dates</a>
88
- </div>
89
- </div>
@@ -1,126 +0,0 @@
1
- <div class="row">
2
- <div class="span2">
3
- <div class="poster">
4
- <a href="/whatson/6136?cinema=65&amp;date=all">
5
- <div class="image">
6
- <img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6136_poster_large.jpg" width="140" alt="Poster for Film Arrambam (Tamil)" />
7
- </div>
8
- </a>
9
- </div>
10
- </div>
11
-
12
- <div class="span7">
13
- <h1>
14
- <a href="/whatson/6136?cinema=65&amp;date=all">Arrambam (Tamil)</a>
15
- <a class="classification gb-12a tooltip" href="/classification" title="No-one younger than 12 may see a '12A' film in a cinema unless accompanied by an adult. Responsibility for allowing under-12s to view lies with the accompanying or supervising adult." data-classification="12A" data-territory="GB">(12A)</a>
16
- </h1>
17
-
18
- <div class="inline-children">
19
- <h3>Release date:</h3>
20
- <p>30th October 2013</p>
21
- </div>
22
-
23
- <div class="inline-children">
24
- <h3>Running time:</h3>
25
- <p>140 mins</p>
26
- </div>
27
-
28
- <h3>Synopsis:</h3>
29
- <p>
30
- Famed Tamil filmmaker Vishnuvardhan directs Indian superstar Ajith in this pacy and stylish thriller.
31
- </p>
32
-
33
- <h3>Available screening types</h3>
34
-
35
- <ul class="unstyled">
36
- <li class="icon-service-twod"></li>
37
-
38
- </ul>
39
-
40
- <a class="action primary" title="Find out more about Arrambam (Tamil)" href="/whatson/6136?cinema=65&amp;date=all">Find out more</a>
41
-
42
- </div>
43
- </div>
44
-
45
- <br />
46
- <p> <strong>Select a showtime and book to save 10% on your tickets with
47
- <span class="icon-logo-mycineworld ">mycineworld</span></strong>
48
- </p>
49
-
50
- <div class="schedule row">
51
- <div class="span9">
52
- <div class="date row">
53
- <div class="span2">
54
- <h3>Wednesday 13th Nov</h3>
55
- </div>
56
-
57
- <div class="span7">
58
- <ol class="performances">
59
- <li>
60
- <span class="tooltip performance action unavailable" data-tooltip-template="performance-unavailable" data-field-title="" data-field-explanation="">20:50</span>
61
- </li>
62
- </ol>
63
- </div>
64
- </div>
65
- <div class="date row">
66
- <div class="span2">
67
- <h3>Thursday 14th Nov</h3>
68
- </div>
69
-
70
- <div class="span7">
71
- <ol class="performances">
72
- <li>
73
- <a class="tooltip performance action" title="11:00" href="/booking?cinema=65&amp;filmEdi=145462&amp;date=20131114&amp;time=11:00" rel="nofollow">11:00</a>
74
- <div class="tooltip-box performance">
75
- <h2>Available screening types:</h2>
76
-
77
- <hr class="thin" />
78
-
79
- <ul class="unstyled">
80
- <li class="icon-service-twod">2D</li>
81
- </ul>
82
- </div>
83
- </li>
84
- <li>
85
- <a class="tooltip performance action" title="14:20" href="/booking?cinema=65&amp;filmEdi=145462&amp;date=20131114&amp;time=14:20" rel="nofollow">14:20</a>
86
- <div class="tooltip-box performance">
87
- <h2>Available screening types:</h2>
88
-
89
- <hr class="thin" />
90
-
91
- <ul class="unstyled">
92
- <li class="icon-service-twod">2D</li>
93
- </ul>
94
- </div>
95
- </li>
96
- <li>
97
- <a class="tooltip performance action" title="17:30" href="/booking?cinema=65&amp;filmEdi=145462&amp;date=20131114&amp;time=17:30" rel="nofollow">17:30</a>
98
- <div class="tooltip-box performance">
99
- <h2>Available screening types:</h2>
100
-
101
- <hr class="thin" />
102
-
103
- <ul class="unstyled">
104
- <li class="icon-service-twod">2D</li>
105
- </ul>
106
- </div>
107
- </li>
108
- <li>
109
- <a class="tooltip performance action" title="20:50" href="/booking?cinema=65&amp;filmEdi=145462&amp;date=20131114&amp;time=20:50" rel="nofollow">20:50</a>
110
- <div class="tooltip-box performance">
111
- <h2>Available screening types:</h2>
112
-
113
- <hr class="thin" />
114
-
115
- <ul class="unstyled">
116
- <li class="icon-service-twod">2D</li>
117
- </ul>
118
- </div>
119
- </li>
120
- </ol>
121
- </div>
122
- </div>
123
-
124
- <a class="action secondary light" href="/whatson/6136?cinema=65&amp;date=all">View all dates</a>
125
- </div>
126
- </div>