ruby-oembed 0.14.1 → 0.15.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/.travis.yml +3 -0
- data/CHANGELOG.rdoc +13 -1
- data/lib/oembed.rb +1 -0
- data/lib/oembed/provider.rb +54 -5
- data/lib/oembed/providers.rb +39 -300
- data/lib/oembed/providers/aggregators/embedly_urls.yml +167 -6
- data/lib/oembed/providers/builtin_providers.rb +292 -0
- data/lib/oembed/providers/facebook_post.rb +27 -17
- data/lib/oembed/providers/facebook_video.rb +22 -10
- data/lib/oembed/providers/instagram.rb +37 -20
- data/lib/oembed/providers/tik_tok.rb +11 -0
- data/lib/oembed/version.rb +2 -2
- data/spec/cassettes/OEmbed_Provider.yml +117 -16
- data/spec/cassettes/OEmbed_Providers_CodePen.yml +177 -0
- data/spec/cassettes/OEmbed_Providers_FacebookPost.yml +539 -0
- data/spec/cassettes/OEmbed_Providers_FacebookVideo.yml +267 -0
- data/spec/cassettes/OEmbed_Providers_Instagram.yml +1473 -0
- data/spec/cassettes/OEmbed_Providers_Slideshare.yml +420 -834
- data/spec/cassettes/OEmbed_Providers_TikTok.yml +293 -0
- data/spec/cassettes/OEmbed_Providers_Twitter.yml +84 -357
- data/spec/cassettes/OEmbed_Providers_Youtube.yml +188 -26
- data/spec/provider_spec.rb +315 -138
- data/spec/providers/code_pen_spec.rb +21 -0
- data/spec/providers/facebook_post_spec.rb +54 -0
- data/spec/providers/facebook_video_spec.rb +48 -0
- data/spec/providers/instagram_spec.rb +48 -0
- data/spec/providers/slideshare_spec.rb +2 -9
- data/spec/providers/tik_tok_spec.rb +26 -0
- data/spec/providers/twitter_spec.rb +3 -10
- data/spec/providers/youtube_spec.rb +3 -9
- data/spec/providers_spec.rb +151 -16
- data/spec/response_spec.rb +2 -2
- data/spec/spec_helper.rb +19 -1
- data/spec/support/shared_examples_for_providers.rb +32 -20
- metadata +25 -5
- data/spec/providers/facebook_spec.rb +0 -50
@@ -0,0 +1,267 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://graph.facebook.com/v8.0/oembed_video?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.facebook.com/381763475170840/videos/474308113397163/
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Etag:
|
22
|
+
- '"369f3f77137ef04fa16d2d9c2fc6390f1851d8fc"'
|
23
|
+
Expires:
|
24
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Facebook-Api-Version:
|
28
|
+
- v9.0
|
29
|
+
X-Fb-Request-Id:
|
30
|
+
- AD8UeERLb1F2XoQAucIr8Dz
|
31
|
+
Strict-Transport-Security:
|
32
|
+
- max-age=15552000; preload
|
33
|
+
X-Fb-Trace-Id:
|
34
|
+
- H7C9GeSyg+e
|
35
|
+
X-App-Usage:
|
36
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
37
|
+
X-Fb-Rev:
|
38
|
+
- '1003094866'
|
39
|
+
Cache-Control:
|
40
|
+
- private, no-cache, no-store, must-revalidate
|
41
|
+
Vary:
|
42
|
+
- Accept-Encoding
|
43
|
+
Pragma:
|
44
|
+
- no-cache
|
45
|
+
Access-Control-Allow-Origin:
|
46
|
+
- "*"
|
47
|
+
X-Fb-Debug:
|
48
|
+
- DY4y11O2Luu5T4iwXMjruF9wlzgTYeLq1W77ssJW+hilIFSBnJTrSTJhuI/qgfAb6fZtyu5WEVp+hVAV/irWFQ==
|
49
|
+
Date:
|
50
|
+
- Mon, 14 Dec 2020 14:50:49 GMT
|
51
|
+
Alt-Svc:
|
52
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
53
|
+
Connection:
|
54
|
+
- keep-alive
|
55
|
+
Content-Length:
|
56
|
+
- '548'
|
57
|
+
body:
|
58
|
+
encoding: ASCII-8BIT
|
59
|
+
string: '{"author_name":"Expo 2020 Dubai","author_url":"https:\/\/www.facebook.com\/381763475170840","provider_url":"https:\/\/www.facebook.com","provider_name":"Facebook","height":280,"html":"\u003Cdiv
|
60
|
+
id=\"fb-root\">\u003C\/div>\n\u003Cscript async=\"1\" defer=\"1\" crossorigin=\"anonymous\"
|
61
|
+
src=\"https:\/\/connect.facebook.net\/en_US\/sdk.js#xfbml=1&version=v9.0\"
|
62
|
+
nonce=\"Rlaw7c6a\">\u003C\/script>\u003Cdiv class=\"fb-video\" data-href=\"https:\/\/www.facebook.com\/381763475170840\/videos\/474308113397163\/\">\u003Cblockquote
|
63
|
+
cite=\"https:\/\/www.facebook.com\/Expo2020Dubai\/videos\/474308113397163\/\"
|
64
|
+
class=\"fb-xfbml-parse-ignore\">\u003Ca href=\"https:\/\/www.facebook.com\/Expo2020Dubai\/videos\/474308113397163\/\">Expo
|
65
|
+
Live I Hello Ruby\u003C\/a>\u003Cp>\ud83d\udd0a Find out how Finnish #ExpoLive
|
66
|
+
grantee Hello Ruby is transforming the way educators teach kids how to code.
|
67
|
+
#Expo2020 #Dubai\u003C\/p>Posted by \u003Ca href=\"https:\/\/www.facebook.com\/381763475170840\">Expo
|
68
|
+
2020 Dubai\u003C\/a> on Saturday, July 6, 2019\u003C\/blockquote>\u003C\/div>","type":"video","version":"1.0","width":500}'
|
69
|
+
recorded_at: Mon, 14 Dec 2020 14:50:49 GMT
|
70
|
+
- request:
|
71
|
+
method: get
|
72
|
+
uri: https://graph.facebook.com/v8.0/oembed_video?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.facebook.com/osherove/videos/10157895173751223/
|
73
|
+
body:
|
74
|
+
encoding: US-ASCII
|
75
|
+
string: ''
|
76
|
+
headers:
|
77
|
+
Accept-Encoding:
|
78
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
79
|
+
Accept:
|
80
|
+
- "*/*"
|
81
|
+
User-Agent:
|
82
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
83
|
+
response:
|
84
|
+
status:
|
85
|
+
code: 200
|
86
|
+
message: OK
|
87
|
+
headers:
|
88
|
+
Etag:
|
89
|
+
- '"4ff9a956e49052715d817290d75f2989e41de325"'
|
90
|
+
Expires:
|
91
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
92
|
+
Content-Type:
|
93
|
+
- application/json; charset=UTF-8
|
94
|
+
Facebook-Api-Version:
|
95
|
+
- v9.0
|
96
|
+
X-Fb-Request-Id:
|
97
|
+
- Alw9G8IjMJFkXj6Ijc668Z1
|
98
|
+
Strict-Transport-Security:
|
99
|
+
- max-age=15552000; preload
|
100
|
+
X-Fb-Trace-Id:
|
101
|
+
- DDA2Rwjhaon
|
102
|
+
X-App-Usage:
|
103
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
104
|
+
X-Fb-Rev:
|
105
|
+
- '1003094866'
|
106
|
+
Cache-Control:
|
107
|
+
- private, no-cache, no-store, must-revalidate
|
108
|
+
Vary:
|
109
|
+
- Accept-Encoding
|
110
|
+
Pragma:
|
111
|
+
- no-cache
|
112
|
+
Access-Control-Allow-Origin:
|
113
|
+
- "*"
|
114
|
+
X-Fb-Debug:
|
115
|
+
- HjQVeAjBpjBNkq1pX0M48WUPEjDTuf6/kuAhoLyq2HqUlABSV3bLH+PYyR4CxYdOmW0/JjQ9a8TlJg/3jtZ/6g==
|
116
|
+
Date:
|
117
|
+
- Mon, 14 Dec 2020 14:50:49 GMT
|
118
|
+
Alt-Svc:
|
119
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
120
|
+
Connection:
|
121
|
+
- keep-alive
|
122
|
+
Content-Length:
|
123
|
+
- '448'
|
124
|
+
body:
|
125
|
+
encoding: ASCII-8BIT
|
126
|
+
string: '{"author_name":"Roy","provider_url":"https:\/\/www.facebook.com","provider_name":"Facebook","height":281,"html":"\u003Cdiv
|
127
|
+
id=\"fb-root\">\u003C\/div>\n\u003Cscript async=\"1\" defer=\"1\" crossorigin=\"anonymous\"
|
128
|
+
src=\"https:\/\/connect.facebook.net\/en_US\/sdk.js#xfbml=1&version=v9.0\"
|
129
|
+
nonce=\"vOoqCCDY\">\u003C\/script>\u003Cdiv class=\"fb-video\" data-href=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\">\u003Cblockquote
|
130
|
+
cite=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\"
|
131
|
+
class=\"fb-xfbml-parse-ignore\">\u003Ca href=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\">Intro
|
132
|
+
to TDD in Ruby\u003C\/a>\u003Cp>Intro to TDD in Ruby\u003C\/p>Posted by \u003Ca
|
133
|
+
href=\"#\" role=\"button\">Roy Osherove\u003C\/a> on Sunday, April 12, 2020\u003C\/blockquote>\u003C\/div>","type":"video","version":"1.0","width":500}'
|
134
|
+
recorded_at: Mon, 14 Dec 2020 14:50:49 GMT
|
135
|
+
- request:
|
136
|
+
method: get
|
137
|
+
uri: https://graph.facebook.com/v8.0/oembed_video?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.facebook.com/381763475170840/videos/474308113397163/
|
138
|
+
body:
|
139
|
+
encoding: US-ASCII
|
140
|
+
string: ''
|
141
|
+
headers:
|
142
|
+
Accept-Encoding:
|
143
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
144
|
+
Accept:
|
145
|
+
- "*/*"
|
146
|
+
User-Agent:
|
147
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
148
|
+
response:
|
149
|
+
status:
|
150
|
+
code: 200
|
151
|
+
message: OK
|
152
|
+
headers:
|
153
|
+
Etag:
|
154
|
+
- '"adfe4bf13961ab85c72b8892ebc6de1916c8c1b1"'
|
155
|
+
Expires:
|
156
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
157
|
+
Content-Type:
|
158
|
+
- application/json; charset=UTF-8
|
159
|
+
Facebook-Api-Version:
|
160
|
+
- v9.0
|
161
|
+
X-Fb-Request-Id:
|
162
|
+
- AbW7hZVoNpizQ-vDSvm0AWl
|
163
|
+
Strict-Transport-Security:
|
164
|
+
- max-age=15552000; preload
|
165
|
+
X-Fb-Trace-Id:
|
166
|
+
- APfjaaCUtz3
|
167
|
+
X-App-Usage:
|
168
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
169
|
+
X-Fb-Rev:
|
170
|
+
- '1003094866'
|
171
|
+
Cache-Control:
|
172
|
+
- private, no-cache, no-store, must-revalidate
|
173
|
+
Vary:
|
174
|
+
- Accept-Encoding
|
175
|
+
Pragma:
|
176
|
+
- no-cache
|
177
|
+
Access-Control-Allow-Origin:
|
178
|
+
- "*"
|
179
|
+
X-Fb-Debug:
|
180
|
+
- jSE3+zDZi+6/CBe6QKvIjCgSlLi7yxiFMyh1lVjYsThbRdJbg6Oq8+wWkDM3V/fAAa+ExJUVaHR9OmiJTWUBDg==
|
181
|
+
Date:
|
182
|
+
- Mon, 14 Dec 2020 14:50:49 GMT
|
183
|
+
Alt-Svc:
|
184
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
185
|
+
Connection:
|
186
|
+
- keep-alive
|
187
|
+
Content-Length:
|
188
|
+
- '549'
|
189
|
+
body:
|
190
|
+
encoding: ASCII-8BIT
|
191
|
+
string: '{"author_name":"Expo 2020 Dubai","author_url":"https:\/\/www.facebook.com\/381763475170840","provider_url":"https:\/\/www.facebook.com","provider_name":"Facebook","height":280,"html":"\u003Cdiv
|
192
|
+
id=\"fb-root\">\u003C\/div>\n\u003Cscript async=\"1\" defer=\"1\" crossorigin=\"anonymous\"
|
193
|
+
src=\"https:\/\/connect.facebook.net\/en_US\/sdk.js#xfbml=1&version=v9.0\"
|
194
|
+
nonce=\"gJxRmm75\">\u003C\/script>\u003Cdiv class=\"fb-video\" data-href=\"https:\/\/www.facebook.com\/381763475170840\/videos\/474308113397163\/\">\u003Cblockquote
|
195
|
+
cite=\"https:\/\/www.facebook.com\/Expo2020Dubai\/videos\/474308113397163\/\"
|
196
|
+
class=\"fb-xfbml-parse-ignore\">\u003Ca href=\"https:\/\/www.facebook.com\/Expo2020Dubai\/videos\/474308113397163\/\">Expo
|
197
|
+
Live I Hello Ruby\u003C\/a>\u003Cp>\ud83d\udd0a Find out how Finnish #ExpoLive
|
198
|
+
grantee Hello Ruby is transforming the way educators teach kids how to code.
|
199
|
+
#Expo2020 #Dubai\u003C\/p>Posted by \u003Ca href=\"https:\/\/www.facebook.com\/381763475170840\">Expo
|
200
|
+
2020 Dubai\u003C\/a> on Saturday, July 6, 2019\u003C\/blockquote>\u003C\/div>","type":"video","version":"1.0","width":500}'
|
201
|
+
recorded_at: Mon, 14 Dec 2020 14:50:49 GMT
|
202
|
+
- request:
|
203
|
+
method: get
|
204
|
+
uri: https://graph.facebook.com/v8.0/oembed_video?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.facebook.com/osherove/videos/10157895173751223/
|
205
|
+
body:
|
206
|
+
encoding: US-ASCII
|
207
|
+
string: ''
|
208
|
+
headers:
|
209
|
+
Accept-Encoding:
|
210
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
211
|
+
Accept:
|
212
|
+
- "*/*"
|
213
|
+
User-Agent:
|
214
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
215
|
+
response:
|
216
|
+
status:
|
217
|
+
code: 200
|
218
|
+
message: OK
|
219
|
+
headers:
|
220
|
+
Etag:
|
221
|
+
- '"d3ec68d0b744c4214638f3dd56b5d05fe15f2904"'
|
222
|
+
Expires:
|
223
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
224
|
+
Content-Type:
|
225
|
+
- application/json; charset=UTF-8
|
226
|
+
Facebook-Api-Version:
|
227
|
+
- v9.0
|
228
|
+
X-Fb-Request-Id:
|
229
|
+
- ASH5LSdH8gAyTUnsPN8bYg4
|
230
|
+
Strict-Transport-Security:
|
231
|
+
- max-age=15552000; preload
|
232
|
+
X-Fb-Trace-Id:
|
233
|
+
- ABtUFtbqNkN
|
234
|
+
X-App-Usage:
|
235
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
236
|
+
X-Fb-Rev:
|
237
|
+
- '1003094866'
|
238
|
+
Cache-Control:
|
239
|
+
- private, no-cache, no-store, must-revalidate
|
240
|
+
Vary:
|
241
|
+
- Accept-Encoding
|
242
|
+
Pragma:
|
243
|
+
- no-cache
|
244
|
+
Access-Control-Allow-Origin:
|
245
|
+
- "*"
|
246
|
+
X-Fb-Debug:
|
247
|
+
- EAcOJP8W+pP/onfvviDqwkPlSD0yLrlK35f5/mdAKf2uanF2Dq5Zuo1OEZLbo3bt+D6pqK405UEJuvyOk65afA==
|
248
|
+
Date:
|
249
|
+
- Mon, 14 Dec 2020 14:50:49 GMT
|
250
|
+
Alt-Svc:
|
251
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
252
|
+
Connection:
|
253
|
+
- keep-alive
|
254
|
+
Content-Length:
|
255
|
+
- '447'
|
256
|
+
body:
|
257
|
+
encoding: ASCII-8BIT
|
258
|
+
string: '{"author_name":"Roy","provider_url":"https:\/\/www.facebook.com","provider_name":"Facebook","height":281,"html":"\u003Cdiv
|
259
|
+
id=\"fb-root\">\u003C\/div>\n\u003Cscript async=\"1\" defer=\"1\" crossorigin=\"anonymous\"
|
260
|
+
src=\"https:\/\/connect.facebook.net\/en_US\/sdk.js#xfbml=1&version=v9.0\"
|
261
|
+
nonce=\"Wpo3Vfly\">\u003C\/script>\u003Cdiv class=\"fb-video\" data-href=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\">\u003Cblockquote
|
262
|
+
cite=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\"
|
263
|
+
class=\"fb-xfbml-parse-ignore\">\u003Ca href=\"https:\/\/www.facebook.com\/osherove\/videos\/10157895173751223\/\">Intro
|
264
|
+
to TDD in Ruby\u003C\/a>\u003Cp>Intro to TDD in Ruby\u003C\/p>Posted by \u003Ca
|
265
|
+
href=\"#\" role=\"button\">Roy Osherove\u003C\/a> on Sunday, April 12, 2020\u003C\/blockquote>\u003C\/div>","type":"video","version":"1.0","width":500}'
|
266
|
+
recorded_at: Mon, 14 Dec 2020 14:50:49 GMT
|
267
|
+
recorded_with: VCR 6.0.0
|
@@ -0,0 +1,1473 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept-Encoding:
|
11
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
+
Accept:
|
13
|
+
- "*/*"
|
14
|
+
User-Agent:
|
15
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 200
|
19
|
+
message: OK
|
20
|
+
headers:
|
21
|
+
Etag:
|
22
|
+
- '"17a47eb5a818191edf810e2092f31ae46c3973e5"'
|
23
|
+
Expires:
|
24
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
25
|
+
Content-Type:
|
26
|
+
- application/json; charset=UTF-8
|
27
|
+
Facebook-Api-Version:
|
28
|
+
- v9.0
|
29
|
+
X-Fb-Request-Id:
|
30
|
+
- A5iF60C4LkUKka2dgBQMOcv
|
31
|
+
Strict-Transport-Security:
|
32
|
+
- max-age=15552000; preload
|
33
|
+
X-Fb-Trace-Id:
|
34
|
+
- DivX7F7q6/0
|
35
|
+
X-App-Usage:
|
36
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
37
|
+
X-Fb-Rev:
|
38
|
+
- '1003139287'
|
39
|
+
Cache-Control:
|
40
|
+
- private, no-cache, no-store, must-revalidate
|
41
|
+
Vary:
|
42
|
+
- Accept-Encoding
|
43
|
+
Pragma:
|
44
|
+
- no-cache
|
45
|
+
Access-Control-Allow-Origin:
|
46
|
+
- "*"
|
47
|
+
X-Fb-Debug:
|
48
|
+
- I4W/Nb/XUQwjUJKpgcC4U/9BSub2aWxICx1X8JYKKdtLNfEwZ51KmlzHguteyOHaXZcfaOaPS0Dxj9SqWB7C7w==
|
49
|
+
Date:
|
50
|
+
- Sun, 27 Dec 2020 15:12:16 GMT
|
51
|
+
Alt-Svc:
|
52
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
53
|
+
Connection:
|
54
|
+
- keep-alive
|
55
|
+
Content-Length:
|
56
|
+
- '2677'
|
57
|
+
body:
|
58
|
+
encoding: ASCII-8BIT
|
59
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
60
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
61
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
62
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
63
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
64
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
65
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
66
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
67
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
68
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
69
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
70
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
71
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
72
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
73
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
74
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
75
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
76
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
77
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
78
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
79
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
80
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
81
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
82
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
83
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
84
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
85
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
86
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
87
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
88
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
89
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
90
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
91
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
92
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
93
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
94
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
95
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
96
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
97
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
98
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
99
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
100
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
101
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
102
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
103
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
104
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
105
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
106
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
107
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
108
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
109
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
110
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
111
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
112
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
113
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
114
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
115
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
116
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
117
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
118
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
119
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
120
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
121
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
122
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
123
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
124
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
125
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
126
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
127
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
128
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
129
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
130
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
131
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
132
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
133
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
134
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
135
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
136
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
137
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
138
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
139
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
140
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
141
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
142
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
143
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
144
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
145
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
146
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
147
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
148
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX86Thej&tp=1&oh=5f6e8099047d85c774518d1cc71c1bea&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
149
|
+
recorded_at: Sun, 27 Dec 2020 15:12:16 GMT
|
150
|
+
- request:
|
151
|
+
method: get
|
152
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://instagram.com/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
153
|
+
body:
|
154
|
+
encoding: US-ASCII
|
155
|
+
string: ''
|
156
|
+
headers:
|
157
|
+
Accept-Encoding:
|
158
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
159
|
+
Accept:
|
160
|
+
- "*/*"
|
161
|
+
User-Agent:
|
162
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
163
|
+
response:
|
164
|
+
status:
|
165
|
+
code: 200
|
166
|
+
message: OK
|
167
|
+
headers:
|
168
|
+
Etag:
|
169
|
+
- '"7dc752783b1609fea30cbf8dfa0659b51c132397"'
|
170
|
+
Expires:
|
171
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
172
|
+
Content-Type:
|
173
|
+
- application/json; charset=UTF-8
|
174
|
+
Facebook-Api-Version:
|
175
|
+
- v9.0
|
176
|
+
X-Fb-Request-Id:
|
177
|
+
- ATzOlzXABqrRJVDppVXFpqY
|
178
|
+
Strict-Transport-Security:
|
179
|
+
- max-age=15552000; preload
|
180
|
+
X-Fb-Trace-Id:
|
181
|
+
- AcefmuWFfQT
|
182
|
+
X-App-Usage:
|
183
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
184
|
+
X-Fb-Rev:
|
185
|
+
- '1003139287'
|
186
|
+
Cache-Control:
|
187
|
+
- private, no-cache, no-store, must-revalidate
|
188
|
+
Vary:
|
189
|
+
- Accept-Encoding
|
190
|
+
Pragma:
|
191
|
+
- no-cache
|
192
|
+
Access-Control-Allow-Origin:
|
193
|
+
- "*"
|
194
|
+
X-Fb-Debug:
|
195
|
+
- i1Ai9BW58+FQw3Rl+Tg0ot7mVkZEZ3drRqQ2Nn9BCurBFzq8Y4IwEp4148HR3lNzKeeSsazKP7RsGVqV63gnFg==
|
196
|
+
Date:
|
197
|
+
- Sun, 27 Dec 2020 15:12:17 GMT
|
198
|
+
Alt-Svc:
|
199
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
200
|
+
Connection:
|
201
|
+
- keep-alive
|
202
|
+
Content-Length:
|
203
|
+
- '2680'
|
204
|
+
body:
|
205
|
+
encoding: ASCII-8BIT
|
206
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
207
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
208
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
209
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
210
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
211
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
212
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
213
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
214
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
215
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
216
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
217
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
218
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
219
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
220
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
221
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
222
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
223
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
224
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
225
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
226
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
227
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
228
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
229
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
230
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
231
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
232
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
233
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
234
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
235
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
236
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
237
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
238
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
239
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
240
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
241
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
242
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
243
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
244
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
245
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
246
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
247
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
248
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
249
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
250
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
251
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
252
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
253
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
254
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
255
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
256
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
257
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
258
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
259
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
260
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
261
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
262
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
263
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
264
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
265
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
266
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
267
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
268
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
269
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
270
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
271
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
272
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
273
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
274
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
275
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
276
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
277
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
278
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
279
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
280
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
281
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
282
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
283
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
284
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
285
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
286
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
287
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
288
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
289
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
290
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
291
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
292
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
293
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
294
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
295
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX_ZxOEr&tp=1&oh=e5ee658d6be4891bc37f3385563801a4&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
296
|
+
recorded_at: Sun, 27 Dec 2020 15:12:17 GMT
|
297
|
+
- request:
|
298
|
+
method: get
|
299
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=http://instagr.am/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
300
|
+
body:
|
301
|
+
encoding: US-ASCII
|
302
|
+
string: ''
|
303
|
+
headers:
|
304
|
+
Accept-Encoding:
|
305
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
306
|
+
Accept:
|
307
|
+
- "*/*"
|
308
|
+
User-Agent:
|
309
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
310
|
+
response:
|
311
|
+
status:
|
312
|
+
code: 200
|
313
|
+
message: OK
|
314
|
+
headers:
|
315
|
+
Etag:
|
316
|
+
- '"cf0d9d42bedf87a32920de5985437fc041e27b14"'
|
317
|
+
Expires:
|
318
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
319
|
+
Content-Type:
|
320
|
+
- application/json; charset=UTF-8
|
321
|
+
Facebook-Api-Version:
|
322
|
+
- v9.0
|
323
|
+
X-Fb-Request-Id:
|
324
|
+
- A_gpRk2TcUVMDeIQy0rGqoI
|
325
|
+
Strict-Transport-Security:
|
326
|
+
- max-age=15552000; preload
|
327
|
+
X-Fb-Trace-Id:
|
328
|
+
- Gbp7z7J2qa1
|
329
|
+
X-App-Usage:
|
330
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
331
|
+
X-Fb-Rev:
|
332
|
+
- '1003139287'
|
333
|
+
Cache-Control:
|
334
|
+
- private, no-cache, no-store, must-revalidate
|
335
|
+
Vary:
|
336
|
+
- Accept-Encoding
|
337
|
+
Pragma:
|
338
|
+
- no-cache
|
339
|
+
Access-Control-Allow-Origin:
|
340
|
+
- "*"
|
341
|
+
X-Fb-Debug:
|
342
|
+
- boU3P4K5/7up7Bo9w+n7pUhzL8vdmtd+jHdX9dk2xePBuIhIFVKILVXWxc5qv8aiuVw75EsmNLMlK8UuOEmmeQ==
|
343
|
+
Date:
|
344
|
+
- Sun, 27 Dec 2020 15:12:17 GMT
|
345
|
+
Alt-Svc:
|
346
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
347
|
+
Connection:
|
348
|
+
- keep-alive
|
349
|
+
Content-Length:
|
350
|
+
- '2678'
|
351
|
+
body:
|
352
|
+
encoding: ASCII-8BIT
|
353
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
354
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
355
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
356
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
357
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
358
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
359
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
360
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
361
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
362
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
363
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
364
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
365
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
366
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
367
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
368
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
369
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
370
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
371
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
372
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
373
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
374
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
375
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
376
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
377
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
378
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
379
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
380
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
381
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
382
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
383
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
384
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
385
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
386
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
387
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
388
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
389
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
390
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
391
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
392
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
393
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
394
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
395
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
396
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
397
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
398
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
399
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
400
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
401
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
402
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
403
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
404
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
405
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
406
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
407
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
408
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
409
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
410
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
411
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
412
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
413
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
414
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
415
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
416
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
417
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
418
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
419
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
420
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
421
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
422
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
423
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
424
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
425
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
426
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
427
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
428
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
429
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
430
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
431
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
432
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
433
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
434
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
435
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
436
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
437
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
438
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
439
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
440
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
441
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
442
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX_xBhQM&tp=1&oh=0a9040b7bb6c900d5089b702652d6366&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
443
|
+
recorded_at: Sun, 27 Dec 2020 15:12:17 GMT
|
444
|
+
- request:
|
445
|
+
method: get
|
446
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/tv/CCX-gcHArcJ/?igshid=1i0rst4jaz0j
|
447
|
+
body:
|
448
|
+
encoding: US-ASCII
|
449
|
+
string: ''
|
450
|
+
headers:
|
451
|
+
Accept-Encoding:
|
452
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
453
|
+
Accept:
|
454
|
+
- "*/*"
|
455
|
+
User-Agent:
|
456
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
457
|
+
response:
|
458
|
+
status:
|
459
|
+
code: 200
|
460
|
+
message: OK
|
461
|
+
headers:
|
462
|
+
Etag:
|
463
|
+
- '"8030117c8f735617d997b733a8a2187fc7c65721"'
|
464
|
+
Expires:
|
465
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
466
|
+
Content-Type:
|
467
|
+
- application/json; charset=UTF-8
|
468
|
+
Facebook-Api-Version:
|
469
|
+
- v9.0
|
470
|
+
X-Fb-Request-Id:
|
471
|
+
- AZiI74MtvvkVT7ZvLavxi_q
|
472
|
+
Strict-Transport-Security:
|
473
|
+
- max-age=15552000; preload
|
474
|
+
X-Fb-Trace-Id:
|
475
|
+
- DanMZnXoFVG
|
476
|
+
X-App-Usage:
|
477
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
478
|
+
X-Fb-Rev:
|
479
|
+
- '1003139287'
|
480
|
+
Cache-Control:
|
481
|
+
- private, no-cache, no-store, must-revalidate
|
482
|
+
Vary:
|
483
|
+
- Accept-Encoding
|
484
|
+
Pragma:
|
485
|
+
- no-cache
|
486
|
+
Access-Control-Allow-Origin:
|
487
|
+
- "*"
|
488
|
+
X-Fb-Debug:
|
489
|
+
- Up94ibUU865zNJEKwx1pXWM77YOuwORSD+HedNOSmqA9T7hnbLiDorJNCLZhPEkiKKjKH7PUBB/f2xQabcPOBA==
|
490
|
+
Date:
|
491
|
+
- Sun, 27 Dec 2020 15:12:17 GMT
|
492
|
+
Alt-Svc:
|
493
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
494
|
+
Connection:
|
495
|
+
- keep-alive
|
496
|
+
Content-Length:
|
497
|
+
- '2673'
|
498
|
+
body:
|
499
|
+
encoding: ASCII-8BIT
|
500
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
501
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
502
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
503
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
504
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
505
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
506
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
507
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
508
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
509
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
510
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
511
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
512
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
513
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
514
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
515
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
516
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
517
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
518
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
519
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
520
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
521
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
522
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
523
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
524
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
525
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
526
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
527
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
528
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
529
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
530
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
531
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
532
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
533
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
534
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
535
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
536
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
537
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
538
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
539
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
540
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
541
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
542
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
543
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
544
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
545
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
546
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
547
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
548
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
549
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
550
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
551
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
552
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
553
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
554
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
555
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
556
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
557
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
558
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
559
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
560
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
561
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
562
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
563
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
564
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
565
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
566
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
567
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
568
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
569
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
570
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
571
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
572
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
573
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
574
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
575
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
576
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
577
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
578
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
579
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
580
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
581
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
582
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
583
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
584
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
585
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
586
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
587
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
588
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
589
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/e35\/106552995_302216364249720_8388842132577095117_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=100&_nc_ohc=uN6kqE04gp4AX-eU49W&tp=1&oh=88acca242050339b4a4aa834f189065b&oe=5FEAE85E","thumbnail_width":480,"thumbnail_height":746}'
|
590
|
+
recorded_at: Sun, 27 Dec 2020 15:12:17 GMT
|
591
|
+
- request:
|
592
|
+
method: get
|
593
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/reel/CIyNZQhH4DQ/?igshid=40rns9jda1ow
|
594
|
+
body:
|
595
|
+
encoding: US-ASCII
|
596
|
+
string: ''
|
597
|
+
headers:
|
598
|
+
Accept-Encoding:
|
599
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
600
|
+
Accept:
|
601
|
+
- "*/*"
|
602
|
+
User-Agent:
|
603
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
604
|
+
response:
|
605
|
+
status:
|
606
|
+
code: 200
|
607
|
+
message: OK
|
608
|
+
headers:
|
609
|
+
Etag:
|
610
|
+
- '"5f7ed930a08d42a83a2acdaefed2949d1f475b55"'
|
611
|
+
Expires:
|
612
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
613
|
+
Content-Type:
|
614
|
+
- application/json; charset=UTF-8
|
615
|
+
Facebook-Api-Version:
|
616
|
+
- v9.0
|
617
|
+
X-Fb-Request-Id:
|
618
|
+
- AwAiJuNE0UL5Wy0XxfMKCp8
|
619
|
+
Strict-Transport-Security:
|
620
|
+
- max-age=15552000; preload
|
621
|
+
X-Fb-Trace-Id:
|
622
|
+
- FaqqnLHfdi3
|
623
|
+
X-App-Usage:
|
624
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
625
|
+
X-Fb-Rev:
|
626
|
+
- '1003139287'
|
627
|
+
Cache-Control:
|
628
|
+
- private, no-cache, no-store, must-revalidate
|
629
|
+
Vary:
|
630
|
+
- Accept-Encoding
|
631
|
+
Pragma:
|
632
|
+
- no-cache
|
633
|
+
Access-Control-Allow-Origin:
|
634
|
+
- "*"
|
635
|
+
X-Fb-Debug:
|
636
|
+
- 6tThT/zFVcJ15Yzn4q0rlpMpmK+mUnfsA03l6EBbm1PsFWP/fNw67ftJ/9o8dYtHB2YxDE8FSM8fMI35LgUJ+w==
|
637
|
+
Date:
|
638
|
+
- Sun, 27 Dec 2020 15:12:17 GMT
|
639
|
+
Alt-Svc:
|
640
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
641
|
+
Connection:
|
642
|
+
- keep-alive
|
643
|
+
Content-Length:
|
644
|
+
- '2701'
|
645
|
+
body:
|
646
|
+
encoding: ASCII-8BIT
|
647
|
+
string: '{"version":"1.0","author_name":"travellomatic","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
648
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
649
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
650
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
651
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
652
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
653
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
654
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
655
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
656
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
657
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
658
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
659
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
660
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
661
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
662
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
663
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
664
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
665
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
666
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
667
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
668
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
669
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
670
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
671
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
672
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
673
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
674
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
675
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
676
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
677
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
678
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
679
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
680
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
681
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
682
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
683
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
684
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
685
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
686
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
687
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
688
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
689
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
690
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
691
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
692
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
693
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
694
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
695
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
696
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
697
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
698
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
699
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
700
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
701
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
702
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
703
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
704
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
705
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
706
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
707
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
708
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
709
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
710
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
711
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
712
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
713
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
714
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
715
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
716
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
717
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
718
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
719
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
720
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
721
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
722
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
723
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
724
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
725
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
726
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
727
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
728
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
729
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
730
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
731
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
732
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
733
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
734
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
735
|
+
post shared by Travel | Nature | Animals (\u0040travellomatic)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
736
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/p640x640\/131238250_215906636681901_3954041487956195126_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=DrYKGQA7xcwAX930GcV&tp=1&oh=de0641ea96cb460f2a2a14f88fd90e47&oe=5FEAA7F4","thumbnail_width":640,"thumbnail_height":1137}'
|
737
|
+
recorded_at: Sun, 27 Dec 2020 15:12:17 GMT
|
738
|
+
- request:
|
739
|
+
method: get
|
740
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
741
|
+
body:
|
742
|
+
encoding: US-ASCII
|
743
|
+
string: ''
|
744
|
+
headers:
|
745
|
+
Accept-Encoding:
|
746
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
747
|
+
Accept:
|
748
|
+
- "*/*"
|
749
|
+
User-Agent:
|
750
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
751
|
+
response:
|
752
|
+
status:
|
753
|
+
code: 200
|
754
|
+
message: OK
|
755
|
+
headers:
|
756
|
+
Etag:
|
757
|
+
- '"22e1f5fb521a78a6768f8d8e9a0ddfb38fe79d87"'
|
758
|
+
Expires:
|
759
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
760
|
+
Content-Type:
|
761
|
+
- application/json; charset=UTF-8
|
762
|
+
Facebook-Api-Version:
|
763
|
+
- v9.0
|
764
|
+
X-Fb-Request-Id:
|
765
|
+
- ADqxtkMTmIxG--fMZELUZ1e
|
766
|
+
Strict-Transport-Security:
|
767
|
+
- max-age=15552000; preload
|
768
|
+
X-Fb-Trace-Id:
|
769
|
+
- EPln5/tX1u9
|
770
|
+
X-App-Usage:
|
771
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
772
|
+
X-Fb-Rev:
|
773
|
+
- '1003139287'
|
774
|
+
Cache-Control:
|
775
|
+
- private, no-cache, no-store, must-revalidate
|
776
|
+
Vary:
|
777
|
+
- Accept-Encoding
|
778
|
+
Pragma:
|
779
|
+
- no-cache
|
780
|
+
Access-Control-Allow-Origin:
|
781
|
+
- "*"
|
782
|
+
X-Fb-Debug:
|
783
|
+
- ZpvrqobtJ9eH0UqbCNuF3960wX9i64+GW2RxeHAq1RPkqCuaEKwN+1Vcrg9Qrrcv+siKHw4TJyTrgLlFZh69RA==
|
784
|
+
Date:
|
785
|
+
- Sun, 27 Dec 2020 15:12:17 GMT
|
786
|
+
Alt-Svc:
|
787
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
788
|
+
Connection:
|
789
|
+
- keep-alive
|
790
|
+
Content-Length:
|
791
|
+
- '2679'
|
792
|
+
body:
|
793
|
+
encoding: ASCII-8BIT
|
794
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
795
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
796
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
797
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
798
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
799
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
800
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
801
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
802
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
803
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
804
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
805
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
806
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
807
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
808
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
809
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
810
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
811
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
812
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
813
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
814
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
815
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
816
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
817
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
818
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
819
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
820
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
821
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
822
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
823
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
824
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
825
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
826
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
827
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
828
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
829
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
830
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
831
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
832
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
833
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
834
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
835
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
836
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
837
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
838
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
839
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
840
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
841
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
842
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
843
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
844
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
845
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
846
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
847
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
848
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
849
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
850
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
851
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
852
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
853
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
854
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
855
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
856
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
857
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
858
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
859
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
860
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
861
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
862
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
863
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
864
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
865
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
866
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
867
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
868
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
869
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
870
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
871
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
872
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
873
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
874
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
875
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
876
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
877
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
878
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
879
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
880
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
881
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
882
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
883
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX-q7kbn&tp=1&oh=ff3d2eaadef0bf3732ebd99f4c9fc16c&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
884
|
+
recorded_at: Sun, 27 Dec 2020 15:12:17 GMT
|
885
|
+
- request:
|
886
|
+
method: get
|
887
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://instagram.com/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
888
|
+
body:
|
889
|
+
encoding: US-ASCII
|
890
|
+
string: ''
|
891
|
+
headers:
|
892
|
+
Accept-Encoding:
|
893
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
894
|
+
Accept:
|
895
|
+
- "*/*"
|
896
|
+
User-Agent:
|
897
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
898
|
+
response:
|
899
|
+
status:
|
900
|
+
code: 200
|
901
|
+
message: OK
|
902
|
+
headers:
|
903
|
+
Etag:
|
904
|
+
- '"1437d80f2b5b3538992d9d6dcfbcb52f5480c2bc"'
|
905
|
+
Expires:
|
906
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
907
|
+
Content-Type:
|
908
|
+
- application/json; charset=UTF-8
|
909
|
+
Facebook-Api-Version:
|
910
|
+
- v9.0
|
911
|
+
X-Fb-Request-Id:
|
912
|
+
- A6KFRUKIGAR2fWaP7vJ56n3
|
913
|
+
Strict-Transport-Security:
|
914
|
+
- max-age=15552000; preload
|
915
|
+
X-Fb-Trace-Id:
|
916
|
+
- EQD4WVfotRw
|
917
|
+
X-App-Usage:
|
918
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
919
|
+
X-Fb-Rev:
|
920
|
+
- '1003139287'
|
921
|
+
Cache-Control:
|
922
|
+
- private, no-cache, no-store, must-revalidate
|
923
|
+
Vary:
|
924
|
+
- Accept-Encoding
|
925
|
+
Pragma:
|
926
|
+
- no-cache
|
927
|
+
Access-Control-Allow-Origin:
|
928
|
+
- "*"
|
929
|
+
X-Fb-Debug:
|
930
|
+
- hK01nJmhlgrnsxX833rkTxuBWcg3dcUN+25dwU7TJyrBii8QZaYeOUj0+RIQHafEPiNESChEj/XPWilTDOwGiQ==
|
931
|
+
Date:
|
932
|
+
- Sun, 27 Dec 2020 15:12:18 GMT
|
933
|
+
Alt-Svc:
|
934
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
935
|
+
Connection:
|
936
|
+
- keep-alive
|
937
|
+
Content-Length:
|
938
|
+
- '2677'
|
939
|
+
body:
|
940
|
+
encoding: ASCII-8BIT
|
941
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
942
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
943
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
944
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
945
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
946
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
947
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
948
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
949
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
950
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
951
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
952
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
953
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
954
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
955
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
956
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
957
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
958
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
959
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
960
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
961
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
962
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
963
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
964
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
965
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
966
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
967
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
968
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
969
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
970
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
971
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
972
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
973
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
974
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
975
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
976
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
977
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
978
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
979
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
980
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
981
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
982
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
983
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
984
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
985
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
986
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
987
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
988
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
989
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
990
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
991
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
992
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
993
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
994
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
995
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
996
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
997
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
998
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
999
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
1000
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
1001
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
1002
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
1003
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
1004
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
1005
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
1006
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
1007
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1008
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1009
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
1010
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
1011
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
1012
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1013
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
1014
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
1015
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
1016
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
1017
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
1018
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
1019
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
1020
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1021
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
1022
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
1023
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
1024
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
1025
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
1026
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
1027
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
1028
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
1029
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
1030
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX_NmcX9&tp=1&oh=6f7151442b2379f6d871571490374c21&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
1031
|
+
recorded_at: Sun, 27 Dec 2020 15:12:18 GMT
|
1032
|
+
- request:
|
1033
|
+
method: get
|
1034
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=http://instagr.am/p/B9bOM-6Ax_d/?igshid=1mn51zsvrhoiq
|
1035
|
+
body:
|
1036
|
+
encoding: US-ASCII
|
1037
|
+
string: ''
|
1038
|
+
headers:
|
1039
|
+
Accept-Encoding:
|
1040
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1041
|
+
Accept:
|
1042
|
+
- "*/*"
|
1043
|
+
User-Agent:
|
1044
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
1045
|
+
response:
|
1046
|
+
status:
|
1047
|
+
code: 200
|
1048
|
+
message: OK
|
1049
|
+
headers:
|
1050
|
+
Etag:
|
1051
|
+
- '"cb56927d9f74ae9919905522fde3da94d783e780"'
|
1052
|
+
Expires:
|
1053
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
1054
|
+
Content-Type:
|
1055
|
+
- application/json; charset=UTF-8
|
1056
|
+
Facebook-Api-Version:
|
1057
|
+
- v9.0
|
1058
|
+
X-Fb-Request-Id:
|
1059
|
+
- Ae0cT_Zu6HNjiy2g7XoFJEz
|
1060
|
+
Strict-Transport-Security:
|
1061
|
+
- max-age=15552000; preload
|
1062
|
+
X-Fb-Trace-Id:
|
1063
|
+
- C//fk5ix1BG
|
1064
|
+
X-App-Usage:
|
1065
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
1066
|
+
X-Fb-Rev:
|
1067
|
+
- '1003139287'
|
1068
|
+
Cache-Control:
|
1069
|
+
- private, no-cache, no-store, must-revalidate
|
1070
|
+
Vary:
|
1071
|
+
- Accept-Encoding
|
1072
|
+
Pragma:
|
1073
|
+
- no-cache
|
1074
|
+
Access-Control-Allow-Origin:
|
1075
|
+
- "*"
|
1076
|
+
X-Fb-Debug:
|
1077
|
+
- lqLh6J6hnJO8S0hU7bDAtRtwtYP47zHNmDW6d5/SVEaZ1VvOJ0/flVuE1ommW1fF7ZvlE8L6PC82opVU+gb6qQ==
|
1078
|
+
Date:
|
1079
|
+
- Sun, 27 Dec 2020 15:12:18 GMT
|
1080
|
+
Alt-Svc:
|
1081
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
1082
|
+
Connection:
|
1083
|
+
- keep-alive
|
1084
|
+
Content-Length:
|
1085
|
+
- '2679'
|
1086
|
+
body:
|
1087
|
+
encoding: ASCII-8BIT
|
1088
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
1089
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
1090
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
1091
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
1092
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
1093
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
1094
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
1095
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
1096
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
1097
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
1098
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
1099
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
1100
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
1101
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
1102
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
1103
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
1104
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
1105
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
1106
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
1107
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
1108
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
1109
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
1110
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
1111
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
1112
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
1113
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
1114
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
1115
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
1116
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
1117
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
1118
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
1119
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
1120
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
1121
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
1122
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
1123
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
1124
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
1125
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
1126
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
1127
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
1128
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
1129
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
1130
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
1131
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
1132
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
1133
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
1134
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
1135
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
1136
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
1137
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
1138
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
1139
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
1140
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
1141
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
1142
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
1143
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
1144
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
1145
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
1146
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
1147
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
1148
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
1149
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
1150
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
1151
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
1152
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
1153
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
1154
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1155
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1156
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
1157
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
1158
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
1159
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1160
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
1161
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
1162
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
1163
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
1164
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
1165
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
1166
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
1167
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1168
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
1169
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
1170
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
1171
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
1172
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
1173
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/p\/B9bOM-6Ax_d\/?utm_source=ig_embed&utm_campaign=loading\"
|
1174
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
1175
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
1176
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
1177
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/s640x640\/88197155_239984727028042_9150454769439124705_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=110&_nc_ohc=yr5tjvd-_wYAX9BixwA&tp=1&oh=f79ebb56fa16dc938f7aa5f454c12888&oe=6010FA59","thumbnail_width":640,"thumbnail_height":640}'
|
1178
|
+
recorded_at: Sun, 27 Dec 2020 15:12:18 GMT
|
1179
|
+
- request:
|
1180
|
+
method: get
|
1181
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/tv/CCX-gcHArcJ/?igshid=1i0rst4jaz0j
|
1182
|
+
body:
|
1183
|
+
encoding: US-ASCII
|
1184
|
+
string: ''
|
1185
|
+
headers:
|
1186
|
+
Accept-Encoding:
|
1187
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1188
|
+
Accept:
|
1189
|
+
- "*/*"
|
1190
|
+
User-Agent:
|
1191
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
1192
|
+
response:
|
1193
|
+
status:
|
1194
|
+
code: 200
|
1195
|
+
message: OK
|
1196
|
+
headers:
|
1197
|
+
Etag:
|
1198
|
+
- '"6962fe086b0472283c26ba7ce03a93679ac3e12e"'
|
1199
|
+
Expires:
|
1200
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
1201
|
+
Content-Type:
|
1202
|
+
- application/json; charset=UTF-8
|
1203
|
+
Facebook-Api-Version:
|
1204
|
+
- v9.0
|
1205
|
+
X-Fb-Request-Id:
|
1206
|
+
- AdYP-DkKpyAC0dIoeCwf1jC
|
1207
|
+
Strict-Transport-Security:
|
1208
|
+
- max-age=15552000; preload
|
1209
|
+
X-Fb-Trace-Id:
|
1210
|
+
- AVu3kxsMAEP
|
1211
|
+
X-App-Usage:
|
1212
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
1213
|
+
X-Fb-Rev:
|
1214
|
+
- '1003139287'
|
1215
|
+
Cache-Control:
|
1216
|
+
- private, no-cache, no-store, must-revalidate
|
1217
|
+
Vary:
|
1218
|
+
- Accept-Encoding
|
1219
|
+
Pragma:
|
1220
|
+
- no-cache
|
1221
|
+
Access-Control-Allow-Origin:
|
1222
|
+
- "*"
|
1223
|
+
X-Fb-Debug:
|
1224
|
+
- Y4GqCYSXVinITi++ktwNyZygdrc4f6wgDRp9NcqcekmH3R32nZY3wTJU5rIXK/qgK0ifcBxXgWk1RS/N1EoemQ==
|
1225
|
+
Date:
|
1226
|
+
- Sun, 27 Dec 2020 15:12:18 GMT
|
1227
|
+
Alt-Svc:
|
1228
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
1229
|
+
Connection:
|
1230
|
+
- keep-alive
|
1231
|
+
Content-Length:
|
1232
|
+
- '2673'
|
1233
|
+
body:
|
1234
|
+
encoding: ASCII-8BIT
|
1235
|
+
string: '{"version":"1.0","author_name":"ruby_eloquent","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
1236
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1237
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
1238
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
1239
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
1240
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
1241
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1242
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
1243
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
1244
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
1245
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
1246
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
1247
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
1248
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
1249
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
1250
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
1251
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
1252
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
1253
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
1254
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
1255
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
1256
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
1257
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
1258
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
1259
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
1260
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
1261
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
1262
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
1263
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
1264
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
1265
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
1266
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
1267
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
1268
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
1269
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
1270
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
1271
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
1272
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
1273
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
1274
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
1275
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
1276
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
1277
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
1278
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
1279
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
1280
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
1281
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
1282
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
1283
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
1284
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
1285
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
1286
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
1287
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
1288
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
1289
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
1290
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
1291
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
1292
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
1293
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
1294
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
1295
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
1296
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
1297
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
1298
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
1299
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
1300
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
1301
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1302
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1303
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
1304
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
1305
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
1306
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1307
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
1308
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
1309
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
1310
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
1311
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
1312
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
1313
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
1314
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1315
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
1316
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
1317
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
1318
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
1319
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
1320
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/tv\/CCX-gcHArcJ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1321
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
1322
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
1323
|
+
post shared by Ruby on Rails (\u0040ruby_eloquent)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
1324
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/e35\/106552995_302216364249720_8388842132577095117_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=100&_nc_ohc=uN6kqE04gp4AX_99aP4&tp=1&oh=56cf4cf7acd9c45a51ac0c95b6ea4a4e&oe=5FEAE85E","thumbnail_width":480,"thumbnail_height":746}'
|
1325
|
+
recorded_at: Sun, 27 Dec 2020 15:12:18 GMT
|
1326
|
+
- request:
|
1327
|
+
method: get
|
1328
|
+
uri: https://graph.facebook.com/v8.0/instagram_oembed?access_token=A_FAKE_TOKEN_FOR_TESTS&format=json&url=https://www.instagram.com/reel/CIyNZQhH4DQ/?igshid=40rns9jda1ow
|
1329
|
+
body:
|
1330
|
+
encoding: US-ASCII
|
1331
|
+
string: ''
|
1332
|
+
headers:
|
1333
|
+
Accept-Encoding:
|
1334
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
1335
|
+
Accept:
|
1336
|
+
- "*/*"
|
1337
|
+
User-Agent:
|
1338
|
+
- Mozilla/5.0 (compatible; ruby-oembed/0.14.0)
|
1339
|
+
response:
|
1340
|
+
status:
|
1341
|
+
code: 200
|
1342
|
+
message: OK
|
1343
|
+
headers:
|
1344
|
+
Etag:
|
1345
|
+
- '"46a02942d8a13a9f51056265a389564d868885b8"'
|
1346
|
+
Expires:
|
1347
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
1348
|
+
Content-Type:
|
1349
|
+
- application/json; charset=UTF-8
|
1350
|
+
Facebook-Api-Version:
|
1351
|
+
- v9.0
|
1352
|
+
X-Fb-Request-Id:
|
1353
|
+
- Ak6Z3-R0---zFDoR4rjFEZu
|
1354
|
+
Strict-Transport-Security:
|
1355
|
+
- max-age=15552000; preload
|
1356
|
+
X-Fb-Trace-Id:
|
1357
|
+
- D9UkV0J/LeJ
|
1358
|
+
X-App-Usage:
|
1359
|
+
- '{"call_count":0,"total_cputime":0,"total_time":0}'
|
1360
|
+
X-Fb-Rev:
|
1361
|
+
- '1003139287'
|
1362
|
+
Cache-Control:
|
1363
|
+
- private, no-cache, no-store, must-revalidate
|
1364
|
+
Vary:
|
1365
|
+
- Accept-Encoding
|
1366
|
+
Pragma:
|
1367
|
+
- no-cache
|
1368
|
+
Access-Control-Allow-Origin:
|
1369
|
+
- "*"
|
1370
|
+
X-Fb-Debug:
|
1371
|
+
- w0/OnSMj6dOV7vG5YmkDdFpCZpWy4ccHzXmh9v/npxvrtbo79ZIHvHByunSAMygJdcslTF4JNl5d2iOrSxSHbQ==
|
1372
|
+
Date:
|
1373
|
+
- Sun, 27 Dec 2020 15:12:18 GMT
|
1374
|
+
Alt-Svc:
|
1375
|
+
- h3-29=":443"; ma=3600,h3-27=":443"; ma=3600
|
1376
|
+
Connection:
|
1377
|
+
- keep-alive
|
1378
|
+
Content-Length:
|
1379
|
+
- '2700'
|
1380
|
+
body:
|
1381
|
+
encoding: ASCII-8BIT
|
1382
|
+
string: '{"version":"1.0","author_name":"travellomatic","provider_name":"Instagram","provider_url":"https:\/\/www.instagram.com\/","type":"rich","width":658,"html":"\u003Cblockquote
|
1383
|
+
class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1384
|
+
data-instgrm-version=\"13\" style=\" background:#FFF; border:0; border-radius:3px;
|
1385
|
+
box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin:
|
1386
|
+
1px; max-width:658px; min-width:326px; padding:0; width:99.375\u0025; width:-webkit-calc(100\u0025
|
1387
|
+
- 2px); width:calc(100\u0025 - 2px);\">\u003Cdiv style=\"padding:16px;\">
|
1388
|
+
\u003Ca href=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1389
|
+
style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center;
|
1390
|
+
text-decoration:none; width:100\u0025;\" target=\"_blank\"> \u003Cdiv style=\"
|
1391
|
+
display: flex; flex-direction: row; align-items: center;\"> \u003Cdiv style=\"background-color:
|
1392
|
+
#F4F4F4; border-radius: 50\u0025; flex-grow: 0; height: 40px; margin-right:
|
1393
|
+
14px; width: 40px;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction:
|
1394
|
+
column; flex-grow: 1; justify-content: center;\"> \u003Cdiv style=\" background-color:
|
1395
|
+
#F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px;
|
1396
|
+
width: 100px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4;
|
1397
|
+
border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003C\/div>\u003C\/div>\u003C\/div>\u003Cdiv
|
1398
|
+
style=\"padding: 19\u0025 0;\">\u003C\/div> \u003Cdiv style=\"display:block;
|
1399
|
+
height:50px; margin:0 auto 12px; width:50px;\">\u003Csvg width=\"50px\" height=\"50px\"
|
1400
|
+
viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https:\/\/www.w3.org\/2000\/svg\"
|
1401
|
+
xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\u003Cg stroke=\"none\"
|
1402
|
+
stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003Cg transform=\"translate(-511.000000,
|
1403
|
+
-20.000000)\" fill=\"#000000\">\u003Cg>\u003Cpath d=\"M556.869,30.41 C554.814,30.41
|
1404
|
+
553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852
|
1405
|
+
C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41
|
1406
|
+
M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342
|
1407
|
+
541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657
|
1408
|
+
541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899
|
1409
|
+
532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1
|
1410
|
+
549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663
|
1411
|
+
C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803
|
1412
|
+
558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521
|
1413
|
+
548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244
|
1414
|
+
524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106
|
1415
|
+
C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022
|
1416
|
+
516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056
|
1417
|
+
516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938
|
1418
|
+
518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654
|
1419
|
+
C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448
|
1420
|
+
541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244
|
1421
|
+
558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942
|
1422
|
+
563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899
|
1423
|
+
C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101
|
1424
|
+
M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377
|
1425
|
+
567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575
|
1426
|
+
C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20
|
1427
|
+
C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575
|
1428
|
+
C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377
|
1429
|
+
512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831
|
1430
|
+
511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562
|
1431
|
+
511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965
|
1432
|
+
C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673
|
1433
|
+
528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965
|
1434
|
+
553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658
|
1435
|
+
564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651
|
1436
|
+
C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50
|
1437
|
+
C571,41.851 570.966,40.831 570.82,37.631\">\u003C\/path>\u003C\/g>\u003C\/g>\u003C\/g>\u003C\/svg>\u003C\/div>\u003Cdiv
|
1438
|
+
style=\"padding-top: 8px;\"> \u003Cdiv style=\" color:#3897f0; font-family:Arial,sans-serif;
|
1439
|
+
font-size:14px; font-style:normal; font-weight:550; line-height:18px;\"> View
|
1440
|
+
this post on Instagram\u003C\/div>\u003C\/div>\u003Cdiv style=\"padding: 12.5\u0025
|
1441
|
+
0;\">\u003C\/div> \u003Cdiv style=\"display: flex; flex-direction: row; margin-bottom:
|
1442
|
+
14px; align-items: center;\">\u003Cdiv> \u003Cdiv style=\"background-color:
|
1443
|
+
#F4F4F4; border-radius: 50\u0025; height: 12.5px; width: 12.5px; transform:
|
1444
|
+
translateX(0px) translateY(7px);\">\u003C\/div> \u003Cdiv style=\"background-color:
|
1445
|
+
#F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px);
|
1446
|
+
width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003C\/div>
|
1447
|
+
\u003Cdiv style=\"background-color: #F4F4F4; border-radius: 50\u0025; height:
|
1448
|
+
12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1449
|
+
style=\"margin-left: 8px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1450
|
+
border-radius: 50\u0025; flex-grow: 0; height: 20px; width: 20px;\">\u003C\/div>
|
1451
|
+
\u003Cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent;
|
1452
|
+
border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform:
|
1453
|
+
translateX(16px) translateY(-4px) rotate(30deg)\">\u003C\/div>\u003C\/div>\u003Cdiv
|
1454
|
+
style=\"margin-left: auto;\"> \u003Cdiv style=\" width: 0px; border-top: 8px
|
1455
|
+
solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003C\/div>
|
1456
|
+
\u003Cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px;
|
1457
|
+
width: 16px; transform: translateY(-4px);\">\u003C\/div> \u003Cdiv style=\"
|
1458
|
+
width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid
|
1459
|
+
transparent; transform: translateY(-4px) translateX(8px);\">\u003C\/div>\u003C\/div>\u003C\/div>
|
1460
|
+
\u003Cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content:
|
1461
|
+
center; margin-bottom: 24px;\"> \u003Cdiv style=\" background-color: #F4F4F4;
|
1462
|
+
border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width:
|
1463
|
+
224px;\">\u003C\/div> \u003Cdiv style=\" background-color: #F4F4F4; border-radius:
|
1464
|
+
4px; flex-grow: 0; height: 14px; width: 144px;\">\u003C\/div>\u003C\/div>\u003C\/a>\u003Cp
|
1465
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px;
|
1466
|
+
margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center;
|
1467
|
+
text-overflow:ellipsis; white-space:nowrap;\">\u003Ca href=\"https:\/\/www.instagram.com\/reel\/CIyNZQhH4DQ\/?utm_source=ig_embed&utm_campaign=loading\"
|
1468
|
+
style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal;
|
1469
|
+
font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A
|
1470
|
+
post shared by Travel | Nature | Animals (\u0040travellomatic)\u003C\/a>\u003C\/p>\u003C\/div>\u003C\/blockquote>\n\u003Cscript
|
1471
|
+
async src=\"\/\/platform.instagram.com\/en_US\/embeds.js\">\u003C\/script>","thumbnail_url":"https:\/\/scontent.cdninstagram.com\/v\/t51.2885-15\/sh0.08\/e35\/p640x640\/131238250_215906636681901_3954041487956195126_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_cat=1&_nc_ohc=DrYKGQA7xcwAX84GNHg&tp=1&oh=fbe0aa7316c56618ecf29847f7ef321c&oe=5FEAA7F4","thumbnail_width":640,"thumbnail_height":1137}'
|
1472
|
+
recorded_at: Sun, 27 Dec 2020 15:12:18 GMT
|
1473
|
+
recorded_with: VCR 6.0.0
|