notu 0.1.6 → 0.2.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 +4 -4
- data/.gitignore +4 -4
- data/README.mdown +12 -8
- data/VERSION +1 -1
- data/lib/notu.rb +1 -0
- data/lib/notu/listing.rb +30 -0
- data/lib/notu/loved_tracks.rb +7 -20
- data/lib/notu/most_played_tracks.rb +24 -15
- data/spec/cassettes/Notu_HtmlDocument/_get/follows_redirects.yml +23 -32
- data/spec/cassettes/Notu_HtmlDocument/_get/raise_a_NetworkError_on_404.yml +9 -16
- data/spec/cassettes/Notu_HtmlDocument/_get/raise_a_ParseError_if_not_a_valid_document.yml +22 -20
- data/spec/cassettes/Notu_HtmlDocument/_get/returns_document_parsed.yml +21 -30
- data/spec/cassettes/Notu_HttpDownload/_get/accepts_HTTPS_URL.yml +21 -30
- data/spec/cassettes/Notu_HttpDownload/_get/follow_redirects.yml +23 -32
- data/spec/cassettes/Notu_HttpDownload/_get/raise_a_NetworkError_if_too_many_redirects.yml +3 -3
- data/spec/cassettes/Notu_HttpDownload/_get/raise_a_NetworkError_on_404.yml +9 -16
- data/spec/cassettes/Notu_HttpDownload/_get/retrives_document_from_given_URL.yml +21 -30
- data/spec/cassettes/Notu_LovedTracks/_each/returns_nil.yml +3906 -2531
- data/spec/cassettes/Notu_LovedTracks/_each/returns_some_tracks.yml +7805 -5039
- data/spec/cassettes/Notu_LovedTracks/_page_urls/is_correct.yml +7800 -5013
- data/spec/cassettes/Notu_LovedTracks/_pages_count/is_correct.yml +3900 -2507
- data/spec/cassettes/Notu_MostPlayedTracks/_each/returns_nil.yml +2597 -6489
- data/spec/cassettes/Notu_MostPlayedTracks/_each/returns_some_tracks.yml +9435 -13402
- data/spec/cassettes/Notu_MostPlayedTracks/_page_urls/is_correct.yml +9613 -0
- data/spec/cassettes/Notu_MostPlayedTracks/_pages_count/is_correct.yml +5085 -0
- data/spec/notu/library_spec.rb +2 -2
- data/spec/notu/loved_tracks_spec.rb +20 -4
- data/spec/notu/most_played_tracks_spec.rb +44 -7
- metadata +7 -2
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:29 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
X-Frame-Options:
|
@@ -29,21 +29,21 @@ http_interactions:
|
|
29
29
|
X-Content-Type-Options:
|
30
30
|
- nosniff
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"17883192c98ca0216d45df6579fc74e5"'
|
33
33
|
Cache-Control:
|
34
34
|
- public
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- cd9b0e9e-0677-4cd9-a9fd-68010bb7487d
|
37
37
|
X-Runtime:
|
38
|
-
- '0.
|
38
|
+
- '0.007090'
|
39
39
|
X-Powered-By:
|
40
|
-
- Phusion Passenger 4.0.
|
40
|
+
- Phusion Passenger 4.0.53
|
41
41
|
Status:
|
42
42
|
- 200 OK
|
43
43
|
Vary:
|
44
44
|
- Accept-Encoding
|
45
45
|
Content-Length:
|
46
|
-
- '
|
46
|
+
- '787'
|
47
47
|
Content-Type:
|
48
48
|
- text/html; charset=utf-8
|
49
49
|
body:
|
@@ -66,8 +66,8 @@ http_interactions:
|
|
66
66
|
<meta name="DC.creator" content="Alexis Toulotte" />
|
67
67
|
<meta name="DC.description" content="Page personnelle d'Alexis Toulotte." />
|
68
68
|
<meta name="google-site-verification" content="1dodRvC0Zp-iAZilnTeT5PaY4bPKHwSzs9994-3g304" />
|
69
|
-
<script src="/assets/application-
|
70
|
-
<link
|
69
|
+
<script src="/assets/application-eae74a30b96601b52819de1d8f7920d7.js"></script>
|
70
|
+
<link rel="stylesheet" media="screen" href="/assets/application-ccd3cc87d5f63a3e28a2f20ec2ea3a97.css" />
|
71
71
|
<link href="/avatar?size=128" rel="icon" type="image/png" />
|
72
72
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Dancing Script" />
|
73
73
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway" />
|
@@ -79,13 +79,13 @@ http_interactions:
|
|
79
79
|
|
80
80
|
<ul class="services">
|
81
81
|
<li class="github">
|
82
|
-
<a href="
|
82
|
+
<a href="/github"><span>GitHub</span></a>
|
83
83
|
</li>
|
84
84
|
<li class="rubygems">
|
85
|
-
<a href="
|
85
|
+
<a href="/rubygems"><span>RubyGems</span></a>
|
86
86
|
</li>
|
87
87
|
<li class="cv">
|
88
|
-
<a href="
|
88
|
+
<a href="/cv"><span>CV</span></a>
|
89
89
|
</li>
|
90
90
|
<li class="email">
|
91
91
|
<a href="#"><span>Email</span></a>
|
@@ -97,31 +97,22 @@ http_interactions:
|
|
97
97
|
<a href="skype:alexistoulotte"><span>Skype</span></a>
|
98
98
|
</li>
|
99
99
|
<li class="twitter">
|
100
|
-
<a href="
|
100
|
+
<a href="/twitter"><span>Twitter</span></a>
|
101
101
|
</li>
|
102
102
|
<li class="facebook">
|
103
|
-
<a href="
|
103
|
+
<a href="/facebook"><span>Facebook</span></a>
|
104
104
|
</li>
|
105
|
-
<li class="
|
106
|
-
<a href="
|
105
|
+
<li class="linkedin">
|
106
|
+
<a href="/linkedin"><span>LinkedIn</span></a>
|
107
107
|
</li>
|
108
108
|
<li class="google-plus">
|
109
|
-
<a href="
|
110
|
-
</li>
|
111
|
-
<li class="youtube">
|
112
|
-
<a href="https://www.youtube.com/alexistoulotte"><span>YouTube</span></a>
|
109
|
+
<a href="/google_plus"><span>Google+</span></a>
|
113
110
|
</li>
|
114
111
|
<li class="mixcloud">
|
115
|
-
<a href="
|
116
|
-
</li>
|
117
|
-
<li class="last-fm">
|
118
|
-
<a href="http://www.lastfm.fr/user/alexistoulotte"><span>Last.fm</span></a>
|
119
|
-
</li>
|
120
|
-
<li class="sound-cloud">
|
121
|
-
<a href="https://soundcloud.com/alexistoulotte"><span>SoundCloud</span></a>
|
112
|
+
<a href="/mixcloud"><span>Mixcloud</span></a>
|
122
113
|
</li>
|
123
|
-
<li class="
|
124
|
-
<a href="
|
114
|
+
<li class="lastfm">
|
115
|
+
<a href="/lastfm"><span>Last.fm</span></a>
|
125
116
|
</li>
|
126
117
|
</ul>
|
127
118
|
|
@@ -130,5 +121,5 @@ http_interactions:
|
|
130
121
|
|
131
122
|
</html>
|
132
123
|
http_version:
|
133
|
-
recorded_at:
|
134
|
-
recorded_with: VCR 2.9.
|
124
|
+
recorded_at: Wed, 19 Aug 2015 01:03:30 GMT
|
125
|
+
recorded_with: VCR 2.9.3
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:21 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
X-Frame-Options:
|
@@ -29,21 +29,21 @@ http_interactions:
|
|
29
29
|
X-Content-Type-Options:
|
30
30
|
- nosniff
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"17883192c98ca0216d45df6579fc74e5"'
|
33
33
|
Cache-Control:
|
34
34
|
- public
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- 98f830a1-c0f3-4139-b906-584e67123e61
|
37
37
|
X-Runtime:
|
38
|
-
- '0.
|
38
|
+
- '0.006972'
|
39
39
|
X-Powered-By:
|
40
|
-
- Phusion Passenger 4.0.
|
40
|
+
- Phusion Passenger 4.0.53
|
41
41
|
Status:
|
42
42
|
- 200 OK
|
43
43
|
Vary:
|
44
44
|
- Accept-Encoding
|
45
45
|
Content-Length:
|
46
|
-
- '
|
46
|
+
- '787'
|
47
47
|
Content-Type:
|
48
48
|
- text/html; charset=utf-8
|
49
49
|
body:
|
@@ -66,8 +66,8 @@ http_interactions:
|
|
66
66
|
<meta name="DC.creator" content="Alexis Toulotte" />
|
67
67
|
<meta name="DC.description" content="Page personnelle d'Alexis Toulotte." />
|
68
68
|
<meta name="google-site-verification" content="1dodRvC0Zp-iAZilnTeT5PaY4bPKHwSzs9994-3g304" />
|
69
|
-
<script src="/assets/application-
|
70
|
-
<link
|
69
|
+
<script src="/assets/application-eae74a30b96601b52819de1d8f7920d7.js"></script>
|
70
|
+
<link rel="stylesheet" media="screen" href="/assets/application-ccd3cc87d5f63a3e28a2f20ec2ea3a97.css" />
|
71
71
|
<link href="/avatar?size=128" rel="icon" type="image/png" />
|
72
72
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Dancing Script" />
|
73
73
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway" />
|
@@ -79,13 +79,13 @@ http_interactions:
|
|
79
79
|
|
80
80
|
<ul class="services">
|
81
81
|
<li class="github">
|
82
|
-
<a href="
|
82
|
+
<a href="/github"><span>GitHub</span></a>
|
83
83
|
</li>
|
84
84
|
<li class="rubygems">
|
85
|
-
<a href="
|
85
|
+
<a href="/rubygems"><span>RubyGems</span></a>
|
86
86
|
</li>
|
87
87
|
<li class="cv">
|
88
|
-
<a href="
|
88
|
+
<a href="/cv"><span>CV</span></a>
|
89
89
|
</li>
|
90
90
|
<li class="email">
|
91
91
|
<a href="#"><span>Email</span></a>
|
@@ -97,31 +97,22 @@ http_interactions:
|
|
97
97
|
<a href="skype:alexistoulotte"><span>Skype</span></a>
|
98
98
|
</li>
|
99
99
|
<li class="twitter">
|
100
|
-
<a href="
|
100
|
+
<a href="/twitter"><span>Twitter</span></a>
|
101
101
|
</li>
|
102
102
|
<li class="facebook">
|
103
|
-
<a href="
|
103
|
+
<a href="/facebook"><span>Facebook</span></a>
|
104
104
|
</li>
|
105
|
-
<li class="
|
106
|
-
<a href="
|
105
|
+
<li class="linkedin">
|
106
|
+
<a href="/linkedin"><span>LinkedIn</span></a>
|
107
107
|
</li>
|
108
108
|
<li class="google-plus">
|
109
|
-
<a href="
|
110
|
-
</li>
|
111
|
-
<li class="youtube">
|
112
|
-
<a href="https://www.youtube.com/alexistoulotte"><span>YouTube</span></a>
|
109
|
+
<a href="/google_plus"><span>Google+</span></a>
|
113
110
|
</li>
|
114
111
|
<li class="mixcloud">
|
115
|
-
<a href="
|
116
|
-
</li>
|
117
|
-
<li class="last-fm">
|
118
|
-
<a href="http://www.lastfm.fr/user/alexistoulotte"><span>Last.fm</span></a>
|
119
|
-
</li>
|
120
|
-
<li class="sound-cloud">
|
121
|
-
<a href="https://soundcloud.com/alexistoulotte"><span>SoundCloud</span></a>
|
112
|
+
<a href="/mixcloud"><span>Mixcloud</span></a>
|
122
113
|
</li>
|
123
|
-
<li class="
|
124
|
-
<a href="
|
114
|
+
<li class="lastfm">
|
115
|
+
<a href="/lastfm"><span>Last.fm</span></a>
|
125
116
|
</li>
|
126
117
|
</ul>
|
127
118
|
|
@@ -130,5 +121,5 @@ http_interactions:
|
|
130
121
|
|
131
122
|
</html>
|
132
123
|
http_version:
|
133
|
-
recorded_at:
|
134
|
-
recorded_with: VCR 2.9.
|
124
|
+
recorded_at: Wed, 19 Aug 2015 01:03:22 GMT
|
125
|
+
recorded_with: VCR 2.9.3
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: Moved Permanently
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:17 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
Location:
|
@@ -43,7 +43,7 @@ http_interactions:
|
|
43
43
|
<address>Apache/2.2.16 (Debian) Server at www.alweb.org Port 80</address>
|
44
44
|
</body></html>
|
45
45
|
http_version:
|
46
|
-
recorded_at:
|
46
|
+
recorded_at: Wed, 19 Aug 2015 01:03:17 GMT
|
47
47
|
- request:
|
48
48
|
method: get
|
49
49
|
uri: http://alweb.org/
|
@@ -63,7 +63,7 @@ http_interactions:
|
|
63
63
|
message: OK
|
64
64
|
headers:
|
65
65
|
Date:
|
66
|
-
-
|
66
|
+
- Wed, 19 Aug 2015 01:03:18 GMT
|
67
67
|
Server:
|
68
68
|
- Apache/2.2.16 (Debian)
|
69
69
|
X-Frame-Options:
|
@@ -73,21 +73,21 @@ http_interactions:
|
|
73
73
|
X-Content-Type-Options:
|
74
74
|
- nosniff
|
75
75
|
Etag:
|
76
|
-
- '"
|
76
|
+
- '"17883192c98ca0216d45df6579fc74e5"'
|
77
77
|
Cache-Control:
|
78
78
|
- public
|
79
79
|
X-Request-Id:
|
80
|
-
-
|
80
|
+
- d4542a0c-d879-4450-9c2d-49fdcbb15eb9
|
81
81
|
X-Runtime:
|
82
|
-
- '0.
|
82
|
+
- '0.006751'
|
83
83
|
X-Powered-By:
|
84
|
-
- Phusion Passenger 4.0.
|
84
|
+
- Phusion Passenger 4.0.53
|
85
85
|
Status:
|
86
86
|
- 200 OK
|
87
87
|
Vary:
|
88
88
|
- Accept-Encoding
|
89
89
|
Content-Length:
|
90
|
-
- '
|
90
|
+
- '787'
|
91
91
|
Content-Type:
|
92
92
|
- text/html; charset=utf-8
|
93
93
|
body:
|
@@ -110,8 +110,8 @@ http_interactions:
|
|
110
110
|
<meta name="DC.creator" content="Alexis Toulotte" />
|
111
111
|
<meta name="DC.description" content="Page personnelle d'Alexis Toulotte." />
|
112
112
|
<meta name="google-site-verification" content="1dodRvC0Zp-iAZilnTeT5PaY4bPKHwSzs9994-3g304" />
|
113
|
-
<script src="/assets/application-
|
114
|
-
<link
|
113
|
+
<script src="/assets/application-eae74a30b96601b52819de1d8f7920d7.js"></script>
|
114
|
+
<link rel="stylesheet" media="screen" href="/assets/application-ccd3cc87d5f63a3e28a2f20ec2ea3a97.css" />
|
115
115
|
<link href="/avatar?size=128" rel="icon" type="image/png" />
|
116
116
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Dancing Script" />
|
117
117
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway" />
|
@@ -123,13 +123,13 @@ http_interactions:
|
|
123
123
|
|
124
124
|
<ul class="services">
|
125
125
|
<li class="github">
|
126
|
-
<a href="
|
126
|
+
<a href="/github"><span>GitHub</span></a>
|
127
127
|
</li>
|
128
128
|
<li class="rubygems">
|
129
|
-
<a href="
|
129
|
+
<a href="/rubygems"><span>RubyGems</span></a>
|
130
130
|
</li>
|
131
131
|
<li class="cv">
|
132
|
-
<a href="
|
132
|
+
<a href="/cv"><span>CV</span></a>
|
133
133
|
</li>
|
134
134
|
<li class="email">
|
135
135
|
<a href="#"><span>Email</span></a>
|
@@ -141,31 +141,22 @@ http_interactions:
|
|
141
141
|
<a href="skype:alexistoulotte"><span>Skype</span></a>
|
142
142
|
</li>
|
143
143
|
<li class="twitter">
|
144
|
-
<a href="
|
144
|
+
<a href="/twitter"><span>Twitter</span></a>
|
145
145
|
</li>
|
146
146
|
<li class="facebook">
|
147
|
-
<a href="
|
147
|
+
<a href="/facebook"><span>Facebook</span></a>
|
148
148
|
</li>
|
149
|
-
<li class="
|
150
|
-
<a href="
|
149
|
+
<li class="linkedin">
|
150
|
+
<a href="/linkedin"><span>LinkedIn</span></a>
|
151
151
|
</li>
|
152
152
|
<li class="google-plus">
|
153
|
-
<a href="
|
154
|
-
</li>
|
155
|
-
<li class="youtube">
|
156
|
-
<a href="https://www.youtube.com/alexistoulotte"><span>YouTube</span></a>
|
153
|
+
<a href="/google_plus"><span>Google+</span></a>
|
157
154
|
</li>
|
158
155
|
<li class="mixcloud">
|
159
|
-
<a href="
|
160
|
-
</li>
|
161
|
-
<li class="last-fm">
|
162
|
-
<a href="http://www.lastfm.fr/user/alexistoulotte"><span>Last.fm</span></a>
|
163
|
-
</li>
|
164
|
-
<li class="sound-cloud">
|
165
|
-
<a href="https://soundcloud.com/alexistoulotte"><span>SoundCloud</span></a>
|
156
|
+
<a href="/mixcloud"><span>Mixcloud</span></a>
|
166
157
|
</li>
|
167
|
-
<li class="
|
168
|
-
<a href="
|
158
|
+
<li class="lastfm">
|
159
|
+
<a href="/lastfm"><span>Last.fm</span></a>
|
169
160
|
</li>
|
170
161
|
</ul>
|
171
162
|
|
@@ -174,5 +165,5 @@ http_interactions:
|
|
174
165
|
|
175
166
|
</html>
|
176
167
|
http_version:
|
177
|
-
recorded_at:
|
178
|
-
recorded_with: VCR 2.9.
|
168
|
+
recorded_at: Wed, 19 Aug 2015 01:03:19 GMT
|
169
|
+
recorded_with: VCR 2.9.3
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: Moved Permanently
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:22 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
Location:
|
@@ -43,5 +43,5 @@ http_interactions:
|
|
43
43
|
<address>Apache/2.2.16 (Debian) Server at www.alweb.org Port 80</address>
|
44
44
|
</body></html>
|
45
45
|
http_version:
|
46
|
-
recorded_at:
|
47
|
-
recorded_with: VCR 2.9.
|
46
|
+
recorded_at: Wed, 19 Aug 2015 01:03:23 GMT
|
47
|
+
recorded_with: VCR 2.9.3
|
@@ -19,29 +19,29 @@ http_interactions:
|
|
19
19
|
message: Not Found
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:19 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
X-Request-Id:
|
26
|
-
-
|
26
|
+
- 482c43e7-2fe7-46fd-89b0-7bc08e30f0ed
|
27
27
|
X-Runtime:
|
28
|
-
- '0.
|
28
|
+
- '0.003336'
|
29
29
|
X-Powered-By:
|
30
|
-
- Phusion Passenger 4.0.
|
30
|
+
- Phusion Passenger 4.0.53
|
31
31
|
Status:
|
32
32
|
- 404 Not Found
|
33
33
|
Vary:
|
34
34
|
- Accept-Encoding
|
35
35
|
Content-Length:
|
36
|
-
- '
|
36
|
+
- '309'
|
37
37
|
Content-Type:
|
38
38
|
- text/html; charset=utf-8
|
39
39
|
body:
|
40
40
|
encoding: UTF-8
|
41
41
|
string: |
|
42
|
-
<!DOCTYPE html
|
42
|
+
<!DOCTYPE html>
|
43
43
|
|
44
|
-
<html
|
44
|
+
<html>
|
45
45
|
|
46
46
|
<head>
|
47
47
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
@@ -63,18 +63,11 @@ http_interactions:
|
|
63
63
|
<p>
|
64
64
|
You may have mistyped the address or the page may have moved.
|
65
65
|
</p>
|
66
|
-
|
67
|
-
<p class="footer">
|
68
|
-
Powered by
|
69
|
-
<a href="http://httpd.apache.org" title="The Apache HTTP Server Project">Apache</a>
|
70
|
-
and
|
71
|
-
<a href="http://debian.org" title="The Universal Operating System">Debian</a>.
|
72
|
-
</p>
|
73
66
|
</div>
|
74
67
|
|
75
68
|
</body>
|
76
69
|
|
77
70
|
</html>
|
78
71
|
http_version:
|
79
|
-
recorded_at:
|
80
|
-
recorded_with: VCR 2.9.
|
72
|
+
recorded_at: Wed, 19 Aug 2015 01:03:20 GMT
|
73
|
+
recorded_with: VCR 2.9.3
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
message: OK
|
20
20
|
headers:
|
21
21
|
Date:
|
22
|
-
-
|
22
|
+
- Wed, 19 Aug 2015 01:03:23 GMT
|
23
23
|
Server:
|
24
24
|
- Apache/2.2.16 (Debian)
|
25
25
|
X-Frame-Options:
|
@@ -29,21 +29,21 @@ http_interactions:
|
|
29
29
|
X-Content-Type-Options:
|
30
30
|
- nosniff
|
31
31
|
Etag:
|
32
|
-
- '"
|
32
|
+
- '"17883192c98ca0216d45df6579fc74e5"'
|
33
33
|
Cache-Control:
|
34
34
|
- public
|
35
35
|
X-Request-Id:
|
36
|
-
-
|
36
|
+
- d3ce605f-5aa5-4395-9226-943f53dc927a
|
37
37
|
X-Runtime:
|
38
|
-
- '0.
|
38
|
+
- '0.006805'
|
39
39
|
X-Powered-By:
|
40
|
-
- Phusion Passenger 4.0.
|
40
|
+
- Phusion Passenger 4.0.53
|
41
41
|
Status:
|
42
42
|
- 200 OK
|
43
43
|
Vary:
|
44
44
|
- Accept-Encoding
|
45
45
|
Content-Length:
|
46
|
-
- '
|
46
|
+
- '787'
|
47
47
|
Content-Type:
|
48
48
|
- text/html; charset=utf-8
|
49
49
|
body:
|
@@ -66,8 +66,8 @@ http_interactions:
|
|
66
66
|
<meta name="DC.creator" content="Alexis Toulotte" />
|
67
67
|
<meta name="DC.description" content="Page personnelle d'Alexis Toulotte." />
|
68
68
|
<meta name="google-site-verification" content="1dodRvC0Zp-iAZilnTeT5PaY4bPKHwSzs9994-3g304" />
|
69
|
-
<script src="/assets/application-
|
70
|
-
<link
|
69
|
+
<script src="/assets/application-eae74a30b96601b52819de1d8f7920d7.js"></script>
|
70
|
+
<link rel="stylesheet" media="screen" href="/assets/application-ccd3cc87d5f63a3e28a2f20ec2ea3a97.css" />
|
71
71
|
<link href="/avatar?size=128" rel="icon" type="image/png" />
|
72
72
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Dancing Script" />
|
73
73
|
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Raleway" />
|
@@ -79,13 +79,13 @@ http_interactions:
|
|
79
79
|
|
80
80
|
<ul class="services">
|
81
81
|
<li class="github">
|
82
|
-
<a href="
|
82
|
+
<a href="/github"><span>GitHub</span></a>
|
83
83
|
</li>
|
84
84
|
<li class="rubygems">
|
85
|
-
<a href="
|
85
|
+
<a href="/rubygems"><span>RubyGems</span></a>
|
86
86
|
</li>
|
87
87
|
<li class="cv">
|
88
|
-
<a href="
|
88
|
+
<a href="/cv"><span>CV</span></a>
|
89
89
|
</li>
|
90
90
|
<li class="email">
|
91
91
|
<a href="#"><span>Email</span></a>
|
@@ -97,31 +97,22 @@ http_interactions:
|
|
97
97
|
<a href="skype:alexistoulotte"><span>Skype</span></a>
|
98
98
|
</li>
|
99
99
|
<li class="twitter">
|
100
|
-
<a href="
|
100
|
+
<a href="/twitter"><span>Twitter</span></a>
|
101
101
|
</li>
|
102
102
|
<li class="facebook">
|
103
|
-
<a href="
|
103
|
+
<a href="/facebook"><span>Facebook</span></a>
|
104
104
|
</li>
|
105
|
-
<li class="
|
106
|
-
<a href="
|
105
|
+
<li class="linkedin">
|
106
|
+
<a href="/linkedin"><span>LinkedIn</span></a>
|
107
107
|
</li>
|
108
108
|
<li class="google-plus">
|
109
|
-
<a href="
|
110
|
-
</li>
|
111
|
-
<li class="youtube">
|
112
|
-
<a href="https://www.youtube.com/alexistoulotte"><span>YouTube</span></a>
|
109
|
+
<a href="/google_plus"><span>Google+</span></a>
|
113
110
|
</li>
|
114
111
|
<li class="mixcloud">
|
115
|
-
<a href="
|
116
|
-
</li>
|
117
|
-
<li class="last-fm">
|
118
|
-
<a href="http://www.lastfm.fr/user/alexistoulotte"><span>Last.fm</span></a>
|
119
|
-
</li>
|
120
|
-
<li class="sound-cloud">
|
121
|
-
<a href="https://soundcloud.com/alexistoulotte"><span>SoundCloud</span></a>
|
112
|
+
<a href="/mixcloud"><span>Mixcloud</span></a>
|
122
113
|
</li>
|
123
|
-
<li class="
|
124
|
-
<a href="
|
114
|
+
<li class="lastfm">
|
115
|
+
<a href="/lastfm"><span>Last.fm</span></a>
|
125
116
|
</li>
|
126
117
|
</ul>
|
127
118
|
|
@@ -130,5 +121,5 @@ http_interactions:
|
|
130
121
|
|
131
122
|
</html>
|
132
123
|
http_version:
|
133
|
-
recorded_at:
|
134
|
-
recorded_with: VCR 2.9.
|
124
|
+
recorded_at: Wed, 19 Aug 2015 01:03:24 GMT
|
125
|
+
recorded_with: VCR 2.9.3
|