reckless 0.1.0
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.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.rspec +2 -0
- data/Gemfile +2 -0
- data/Gemfile.lock +44 -0
- data/LICENSE +20 -0
- data/README.md +70 -0
- data/Rakefile +10 -0
- data/lib/reckless/client.rb +38 -0
- data/lib/reckless/normalizer.rb +25 -0
- data/lib/reckless/results_parser.rb +61 -0
- data/lib/reckless/search.rb +48 -0
- data/lib/reckless/version.rb +3 -0
- data/lib/reckless.rb +18 -0
- data/reckless.gemspec +24 -0
- data/spec/fixtures/no_results.html +322 -0
- data/spec/fixtures/page_with_results.html +958 -0
- data/spec/fixtures/pagination.html +1 -0
- data/spec/fixtures/recent_arrivals.html +976 -0
- data/spec/fixtures/single_result.html +17 -0
- data/spec/reckless/client_spec.rb +55 -0
- data/spec/reckless/normalizer_spec.rb +42 -0
- data/spec/reckless/results_parser_spec.rb +54 -0
- data/spec/reckless/search_spec.rb +81 -0
- data/spec/reckless_spec.rb +22 -0
- data/spec/spec_helper.rb +15 -0
- metadata +163 -0
@@ -0,0 +1,322 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<title>
|
7
|
+
Reckless Records Chicago: New & Used LPs, CDs, DVDs, games & more - index.php
|
8
|
+
</title>
|
9
|
+
|
10
|
+
<meta name="wot-verification" content="bccedcbd7ff0e60e7485"/>
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
|
12
|
+
<meta name="description" content="Reckless Records in Chicago sells new and used vinyl, CDs, DVDs and more. "/>
|
13
|
+
|
14
|
+
<script type="text/javascript">
|
15
|
+
<!--
|
16
|
+
function popUp(image) {
|
17
|
+
thisURL = '/cover.php?cvr='+image;
|
18
|
+
window.open(thisURL,'_reck','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=350');
|
19
|
+
}
|
20
|
+
-->
|
21
|
+
</script>
|
22
|
+
|
23
|
+
<link href="/style/reck_style.xmas.css" rel="stylesheet" type="text/css" />
|
24
|
+
|
25
|
+
<meta property="og:title" content="Reckless Records Chicago: New & Used Records, CDs, DVDs, games & more - index.php
|
26
|
+
" />
|
27
|
+
<meta property="og:type" content="website" />
|
28
|
+
<meta property="og:description" content="Reckless Records in Chicago sells new and used vinyl LPs, CDs, DVDs and more." />
|
29
|
+
<meta property="og:url" content="http://www.reckless.com" />
|
30
|
+
<meta property="og:image" content="http://www.reckless.com/img/new_logo_250.jpg" />
|
31
|
+
<meta property="og:site_name" content="Reckless Records Chicago" />
|
32
|
+
|
33
|
+
<meta property="fb:admins" content="1606458654" />
|
34
|
+
|
35
|
+
</head>
|
36
|
+
<body>
|
37
|
+
<table class="bhead">
|
38
|
+
<!-- HEADER -->
|
39
|
+
<tr>
|
40
|
+
<td class="banner">
|
41
|
+
<a href="index.php">
|
42
|
+
<img src="/img/recklessweb_banner654x136.gif" height="136" width="654" alt="Reckless Records Chicago" />
|
43
|
+
</a>
|
44
|
+
</td>
|
45
|
+
<td valign="top" style="vertical-align: top;">
|
46
|
+
<div class="cartcount">
|
47
|
+
<div class="cartcount_h">
|
48
|
+
Cart:
|
49
|
+
</div>
|
50
|
+
<div class="cartcount_b">
|
51
|
+
Your cart is currently empty
|
52
|
+
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
<!-- END HEADER -->
|
58
|
+
<tr>
|
59
|
+
<td colspan="2" class="blackbar">
|
60
|
+
We buy & sell CDs, Records, DVDs, Video Games, and more! Serving Chicago since 1989!
|
61
|
+
</td>
|
62
|
+
</tr>
|
63
|
+
<tr>
|
64
|
+
<td colspan="2" class="menu" >
|
65
|
+
<a href="/index.php">Home</a> ::
|
66
|
+
<a href="/news.php">News</a> ::
|
67
|
+
<a href="/contact_us.php">Contact</a> ::
|
68
|
+
<a href="/selltous.php">Sell To Us</a> ::
|
69
|
+
<a href="/visit.php">Locations</a> ::
|
70
|
+
<a href="/mailing_list.php">Mailing List</a> ::
|
71
|
+
<a href="/special_orders.php">Special Orders</a> ::
|
72
|
+
<a href="/faq.php">FAQs</a> ::
|
73
|
+
<a href="http://www.reckless.com/wordpress/">Blog</a> ::
|
74
|
+
<a href="http://www.facebook.com/RecklessRecords" ><img alt="facebook" src="/img/fb.png" /></a> ::
|
75
|
+
<a href="http://twitter.com/RecklessRecords"><img alt="twitter" src="/img/tw.png" /></a>
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
</table>
|
79
|
+
<!-- START BODY -->
|
80
|
+
<table class="bmain" cellpadding="2" cellspacing="0">
|
81
|
+
<tr>
|
82
|
+
<!-- START SIDEBAR -->
|
83
|
+
<td class="sidebar">
|
84
|
+
<!-- SEARCH FORM -->
|
85
|
+
|
86
|
+
<div class="side_t">
|
87
|
+
<div class="heading">
|
88
|
+
Search:
|
89
|
+
</div>
|
90
|
+
<form action="index.php" method="get">
|
91
|
+
<div class="side_t_body">
|
92
|
+
|
93
|
+
|
94
|
+
Keywords:<input type="text" name="keywords" value="qwe123" />
|
95
|
+
<br />
|
96
|
+
Format:
|
97
|
+
<select name="format">
|
98
|
+
<option value="">all</option>
|
99
|
+
<option value="AM">all music formats</option>
|
100
|
+
<option value="CD">-CD</option>
|
101
|
+
<option value="LP">-LP</option>
|
102
|
+
<option value="45">-45</option>
|
103
|
+
<option value="CS">-Cassette</option>
|
104
|
+
<option value="AV">all video formats</option>
|
105
|
+
<option value="DV">-DVD</option>
|
106
|
+
<option value="VC">-VHS</option>
|
107
|
+
<option value="LD">-Laserdisc</option>
|
108
|
+
<option value="VG">-Games</option>
|
109
|
+
<option value="TS">-T-Shirts</option>
|
110
|
+
</select>
|
111
|
+
<br />
|
112
|
+
Condition:
|
113
|
+
<select name="cond">
|
114
|
+
<option value="">all</option>
|
115
|
+
<option value="N">New</option>
|
116
|
+
<option value="U">Used</option>
|
117
|
+
</select>
|
118
|
+
<!-- -->
|
119
|
+
<br />
|
120
|
+
Restrict to store:
|
121
|
+
<select name="store">
|
122
|
+
<option value="">all stores</option>
|
123
|
+
<option value="bw">Broadway</option>
|
124
|
+
<option value="lp">Loop</option>
|
125
|
+
<option value="wp">Milwaukee Ave.</option>
|
126
|
+
</select>
|
127
|
+
|
128
|
+
<input type="hidden" name="is_search" value="true" />
|
129
|
+
<input type="submit" name="srch" value="Search"/>
|
130
|
+
|
131
|
+
or try <a href="/browse.php">browsing</a> our music sections...
|
132
|
+
|
133
|
+
</div>
|
134
|
+
</form>
|
135
|
+
</div>
|
136
|
+
<!-- END SEARCH -->
|
137
|
+
<!-- NEWS -->
|
138
|
+
|
139
|
+
<p class="sidelinks">
|
140
|
+
<a href="/index.php">Home / Featured Titles</a>
|
141
|
+
</p>
|
142
|
+
<p class="sidelinks">
|
143
|
+
<a href="/new_arrivals.php">Recent Arrivals</a>
|
144
|
+
</p>
|
145
|
+
|
146
|
+
<p class="sidelinks">
|
147
|
+
<a href="/news.php?newsid=186">Gift Certificates</a>
|
148
|
+
</p>
|
149
|
+
|
150
|
+
<p class="sidelinks">
|
151
|
+
<a href="/tshirts.php">Reckless T-Shirts</a>
|
152
|
+
</p>
|
153
|
+
|
154
|
+
<!-- NEWS -->
|
155
|
+
<div class="side_t">
|
156
|
+
<div class="heading">
|
157
|
+
News...
|
158
|
+
</div>
|
159
|
+
<div class="side_t_body">
|
160
|
+
<ul><li><b><a href="news.php?newsid=452">Brendan Kelly (LAWRENCE ARMS) acoustic in-store</a></b></li><li><b><a href="news.php?newsid=451">Reckless Records 2013 Employee Best of Lists</a></b></li><li><b><a href="news.php?newsid=186">Gift Certificates</a></b></li><li><b><a href="news.php?newsid=367">Every day is Kranky day at Reckless...</a></b></li></ul> [<a href="news.php">...All Recent News...</a>]
|
161
|
+
</div>
|
162
|
+
</div>
|
163
|
+
|
164
|
+
|
165
|
+
<!-- CURRENT INSTORES
|
166
|
+
<div class="side_t">
|
167
|
+
<div class="heading">
|
168
|
+
In-store Performances
|
169
|
+
</div>
|
170
|
+
<div class="side_t_body">
|
171
|
+
<p>
|
172
|
+
<span style="font-weight: bold; text-decoration: underline;">3126 N. Broadway</span><br />No in-store performances scheduled right now<br /> </p>
|
173
|
+
<p>
|
174
|
+
<span style="font-weight: bold; text-decoration: underline;">1532 N Milwaukee</span><br /><a href="news.php?newsid=452">Brendan Kelly (LAWRENCE ARMS) acoustic in-store</a> :: 01/28<br /> </p>
|
175
|
+
<p>
|
176
|
+
<span style="font-weight: bold; text-decoration: underline;">26 E. Madison</span><br />No in-store performances scheduled right now<br /> </p>
|
177
|
+
</div>
|
178
|
+
</div>
|
179
|
+
-->
|
180
|
+
<!-- hours of operation... -->
|
181
|
+
<div class="side_t">
|
182
|
+
<div class="heading">
|
183
|
+
Locations & Hours
|
184
|
+
</div>
|
185
|
+
<div class="side_t_body">
|
186
|
+
|
187
|
+
|
188
|
+
<p> <b>Lakeview:</b><br />
|
189
|
+
3126 N. Broadway<br />
|
190
|
+
phone: 773-404-5080 <br />
|
191
|
+
<b> Monday - Saturday: 10am - 10pm<br />
|
192
|
+
Sunday: 10am - 8pm<br /></b>
|
193
|
+
</p>
|
194
|
+
|
195
|
+
<p><b>Wicker Park:</b><br />
|
196
|
+
1532 N. Milwaukee Ave.<br />
|
197
|
+
phone: 773-235-3727<br />
|
198
|
+
<b>
|
199
|
+
Monday - Saturday: 10am - 10pm<br />
|
200
|
+
Sunday: 10am - 8pm<br /></b>
|
201
|
+
</p>
|
202
|
+
|
203
|
+
<p><b>Loop:</b><br />
|
204
|
+
26 E. Madison<br />
|
205
|
+
phone: 312-795-0878<br />
|
206
|
+
<b> Monday - Saturday: 10am - 8pm<br />
|
207
|
+
Sunday: 10am - 7pm<br /></b>
|
208
|
+
</p>
|
209
|
+
|
210
|
+
</div>
|
211
|
+
</div>
|
212
|
+
|
213
|
+
|
214
|
+
<div class="side_t" >
|
215
|
+
<div class="heading">
|
216
|
+
About Us:
|
217
|
+
</div>
|
218
|
+
<div class="side_t_body">
|
219
|
+
<p>
|
220
|
+
<b>Reckless Records</b> is a group of three record stores in Chicago IL. We carry new & used CDs, DVDs games and loads of Vinyl. Originally started in London, our first Chicago location opened in 1988.
|
221
|
+
(LPs & 7"s). We would love to have you <b><a href="http://www.reckless.com/visit.php">visit us</a></b> in person.
|
222
|
+
</p>
|
223
|
+
|
224
|
+
<p>
|
225
|
+
We are always looking to buy your unwanted CDs, DVDs, and vinyl. Please <a href="/contact_us.sell.php">get in touch if you are interested in selling your collections</a>.
|
226
|
+
We buy at all locations every day up to an hour before closing time.
|
227
|
+
</p>
|
228
|
+
|
229
|
+
<p><b>
|
230
|
+
You can also visit:<br />
|
231
|
+
<a href="http://www.facebook.com/RecklessRecords" ><img src="/img/fb.png" /></a>
|
232
|
+
<a href="http://twitter.com/RecklessRecords"><img src="/img/tw.png" /></a>
|
233
|
+
<a href="http://www.reckless.com/wordpress/">The Reckless Blog</a>
|
234
|
+
</b>
|
235
|
+
</p>
|
236
|
+
<p>
|
237
|
+
<b>We still have a shop in London too</b>! They are located in Soho at:<br>
|
238
|
+
30 Berwick Street<br>
|
239
|
+
London W1F 8RH<br>
|
240
|
+
<b><a href="http://reckless.co.uk/index.html">Reckless Records London</a></b>
|
241
|
+
|
242
|
+
</div>
|
243
|
+
</div>
|
244
|
+
|
245
|
+
<div class="side_t">
|
246
|
+
<div class="heading">
|
247
|
+
Information
|
248
|
+
</div>
|
249
|
+
<div class="side_t_body">
|
250
|
+
<ul>
|
251
|
+
|
252
|
+
<li><a href="contact_us.php">Contact us</a></li>
|
253
|
+
|
254
|
+
<li><a href="visit.php">Our shop locations</a></li>
|
255
|
+
|
256
|
+
<li><a href="faq.php">FAQs</a></li>
|
257
|
+
|
258
|
+
<li><a href="mailing_list.php">Mailing List</a></li>
|
259
|
+
|
260
|
+
<li><a href="http://www.reckless.com/index.php?keywords=Reckless+Records+Gift+Certificate&format=GC&is_search=true">Gift Certificates</a></li>
|
261
|
+
|
262
|
+
<li><a href="http://www.reckless.com/index.php?keywords=reckless&format=TS&is_search=true&srch=Search">Reckless T-Shirts!</a></li>
|
263
|
+
</ul>
|
264
|
+
|
265
|
+
</div>
|
266
|
+
</div>
|
267
|
+
|
268
|
+
<div class="side_t">
|
269
|
+
<a class="twitter-timeline" href="https://twitter.com/RecklessRecords" data-widget-id="410093207532228608">Tweets by @RecklessRecords</a>
|
270
|
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
271
|
+
</div>
|
272
|
+
|
273
|
+
|
274
|
+
<!-- promo banner
|
275
|
+
<div class="side_t">
|
276
|
+
<a href="http://www.reckless.com/goa.php" >
|
277
|
+
<img src="http://www.reckless.com/grimeys160x600.jpg" border="0">
|
278
|
+
</a>
|
279
|
+
</div>
|
280
|
+
-->
|
281
|
+
|
282
|
+
</td>
|
283
|
+
<!-- END SIDEBAR -->
|
284
|
+
|
285
|
+
<td class="main">
|
286
|
+
<p>Sorry, we were unable to find anything using the term <b>"qwe123"</b>.</p> </td>
|
287
|
+
</tr>
|
288
|
+
<!-- FOOTER -->
|
289
|
+
<tr>
|
290
|
+
<td colspan="2" class="footer">
|
291
|
+
<!-- promo banner
|
292
|
+
<a href="http://www.reckless.com/goa.php" >
|
293
|
+
<img src="http://www.reckless.com/grimeys728x90.jpg" border="0">
|
294
|
+
</a>
|
295
|
+
-->
|
296
|
+
<br />
|
297
|
+
<b>
|
298
|
+
Reckless Records in Chicago:<br />
|
299
|
+
3126 N. Broadway, Chicago IL 60657 :: phone: 773-404-5080<br />
|
300
|
+
1532 N Milwaukee Ave, Chicago IL 60622 :: phone: 773-235-3727<br />
|
301
|
+
26 E. Madison, Chicago IL 60602 :: phone: 312-795-0878<br />
|
302
|
+
</b>
|
303
|
+
|
304
|
+
</td>
|
305
|
+
</tr>
|
306
|
+
<tr>
|
307
|
+
<td colspan="2" class="footer">
|
308
|
+
© 2011 Reckless Records of London, Inc.
|
309
|
+
</td>
|
310
|
+
</tr>
|
311
|
+
</table>
|
312
|
+
<script type="text/javascript">
|
313
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
314
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
315
|
+
</script>
|
316
|
+
<script type="text/javascript">
|
317
|
+
try {
|
318
|
+
var pageTracker = _gat._getTracker("UA-12803074-1");
|
319
|
+
pageTracker._trackPageview();
|
320
|
+
} catch(err) {}</script>
|
321
|
+
</body>
|
322
|
+
</html>
|