social_net 0.2.16 → 0.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/social_net/instagram/models/user.rb +1 -0
- data/lib/social_net/version.rb +1 -1
- data/spec/social_net/instagram/models/user_spec.rb +6 -0
- data/spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/.yml +244 -0
- data/spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/raises_an_UnknownUser_error.yml +244 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e93afa9a9c7c33bf235e42986af52251ff66efda
|
4
|
+
data.tar.gz: e0b3cebff31a9cf104edabb512e950ef6032a088
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b855cbe6f8a2e7be7c2e92888fdb7983a8a22fc7c9d4d669a878a18c21f26ee775c819ee5ec3ba50a9aef530c031535c7212de09d5bf0029cc3439d87dd1413
|
7
|
+
data.tar.gz: c18030aaf0a3fcb77da2d6a9c1127b19c858f4d786b2819628e28eb8f135081af8659d9e656b0d99144b30e06aabb3b1f978978dde1425d7e9c678281d29f8d6
|
data/CHANGELOG.md
CHANGED
@@ -66,3 +66,7 @@ For more information about changelogs, check
|
|
66
66
|
## 0.2.16 - 2018-06-21
|
67
67
|
|
68
68
|
* [FEATURE] Add `Facebook::User` support for `find_video`.
|
69
|
+
|
70
|
+
## 0.2.17 - 2018-06-29
|
71
|
+
|
72
|
+
* [IMPROVEMENT] Add error handling for an unknown user when using `.videos` for a `Instagram::User`.
|
data/lib/social_net/version.rb
CHANGED
@@ -13,6 +13,7 @@ describe SocialNet::Instagram::User, :vcr do
|
|
13
13
|
let(:existing_username) { 'Collab' }
|
14
14
|
let(:unknown_username) { '01LjqweoojkjR' }
|
15
15
|
let(:private_username) { '4ever_kelz' }
|
16
|
+
let(:nonexistant_username) { 'ajmgangsta' }
|
16
17
|
|
17
18
|
describe '.find_by' do
|
18
19
|
subject(:user) { SocialNet::Instagram::User.find_by username: username }
|
@@ -65,5 +66,10 @@ describe SocialNet::Instagram::User, :vcr do
|
|
65
66
|
expect(user.videos.first).to be_an_instance_of SocialNet::Instagram::Video
|
66
67
|
end
|
67
68
|
end
|
69
|
+
|
70
|
+
context 'given a nonexistant user' do
|
71
|
+
let(:username) { nonexistant_username }
|
72
|
+
it { expect{user.videos}.to raise_error SocialNet::Instagram::UnknownUser }
|
73
|
+
end
|
68
74
|
end
|
69
75
|
end
|
data/spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/.yml
ADDED
@@ -0,0 +1,244 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://www.instagram.com/ajmgangsta/
|
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
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 404
|
19
|
+
message: Not Found
|
20
|
+
headers:
|
21
|
+
Content-Type:
|
22
|
+
- text/html
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
Cache-Control:
|
26
|
+
- private, no-cache, no-store, must-revalidate
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Expires:
|
30
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
31
|
+
Vary:
|
32
|
+
- Cookie, Accept-Language
|
33
|
+
Content-Language:
|
34
|
+
- en
|
35
|
+
Date:
|
36
|
+
- Fri, 29 Jun 2018 19:33:49 GMT
|
37
|
+
Strict-Transport-Security:
|
38
|
+
- max-age=86400
|
39
|
+
Set-Cookie:
|
40
|
+
- csrftoken=plYFxs5hqwG1DNAM23O6n8up2vfbaxmu; Domain=.instagram.com; expires=Fri,
|
41
|
+
28-Jun-2019 19:33:49 GMT; Max-Age=31449600; Path=/; Secure
|
42
|
+
- mcd=3; Domain=.instagram.com; Path=/
|
43
|
+
- mid=WzaJnQAEAAGPl-LDkdKutnQ9dI0D; Domain=.instagram.com; expires=Thu, 24-Jun-2038
|
44
|
+
19:33:49 GMT; Max-Age=630720000; Path=/
|
45
|
+
- rur=FRC; Domain=.instagram.com; Path=/
|
46
|
+
Connection:
|
47
|
+
- keep-alive
|
48
|
+
Content-Length:
|
49
|
+
- '26899'
|
50
|
+
body:
|
51
|
+
encoding: UTF-8
|
52
|
+
string: "<!DOCTYPE html>\n<html lang=\"en\" class=\"no-js not-logged-in \">\n
|
53
|
+
\ <head><meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\"
|
54
|
+
content=\"IE=edge\">\n\n <title>\n Page Not Found
|
55
|
+
• Instagram\n </title>\n\n \n <meta name=\"robots\"
|
56
|
+
content=\"noimageindex, noarchive\">\n <meta name=\"mobile-web-app-capable\"
|
57
|
+
content=\"yes\">\n <meta name=\"theme-color\" content=\"#000000\">\n
|
58
|
+
\ <meta id=\"viewport\" name=\"viewport\" content=\"width=device-width,
|
59
|
+
initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n
|
60
|
+
\ \n\n <link rel=\"manifest\" href=\"/data/manifest.json\">\n\n
|
61
|
+
\ \n\n \n \n\n <script type=\"text/javascript\">\n
|
62
|
+
\ (function() {\n var docElement = document.documentElement;\n var
|
63
|
+
classRE = new RegExp('(^|\\\\s)no-js(\\\\s|$)');\n var className = docElement.className;\n
|
64
|
+
\ docElement.className = className.replace(classRE, '$1js$2');\n})();\n</script>\n
|
65
|
+
\ <!-- first_input_delay is a js file copied from https://fburl.com/rc21x6p3\nin
|
66
|
+
order to use it statically for server side rendering.\nWe should aim to keep
|
67
|
+
it consistent with their updates -->\n<!-- This is a js file copied from https://fburl.com/rc21x6p3\nin
|
68
|
+
order to use it statically for server side rendering.\nWe should aim to keep
|
69
|
+
it consistent with their updates -->\n\n<script type=\"text/javascript\">\n\n/*\n
|
70
|
+
Copyright 2018 Google Inc. All Rights Reserved.\n Licensed under the Apache
|
71
|
+
License, Version 2.0 (the \"License\");\n you may not use this file except
|
72
|
+
in compliance with the License.\n You may obtain a copy of the License at\n\n
|
73
|
+
\ http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable
|
74
|
+
law or agreed to in writing, software\n distributed under the License is distributed
|
75
|
+
on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
76
|
+
express or implied.\n See the License for the specific language governing
|
77
|
+
permissions and\n limitations under the License.\n*/\n\n(function(){function
|
78
|
+
g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function
|
79
|
+
m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function
|
80
|
+
k(){g(a,c);d()}function b(){d()}function d(){removeEventListener(\"pointerup\",k,e);removeEventListener(\"pointercancel\",b,e)}addEventListener(\"pointerup\",k,e);addEventListener(\"pointercancel\",b,e)}function
|
81
|
+
l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;\"pointerdown\"==a.type?n(c,\na):g(c,a)}}var
|
82
|
+
e={passive:!0,capture:!0},h=[\"click\",\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();\n</script>\n\n<script
|
83
|
+
type=\"text/javascript\">\n(function() {\n if ('PerformanceObserver' in window
|
84
|
+
&& 'PerformancePaintTiming' in window) {\n window.__bufferedPerformance
|
85
|
+
= [];\n var ob = new PerformanceObserver(function(e) {\n window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());\n
|
86
|
+
\ });\n ob.observe({entryTypes:['paint']});\n }\n window.__bufferedErrors
|
87
|
+
= [];\n window.onerror = function(message, url, line, column, error) {\n
|
88
|
+
\ window.__bufferedErrors.push({\n message: message,\n url: url,\n
|
89
|
+
\ line: line,\n column: column,\n error: error\n });\n return
|
90
|
+
false;\n };\n window.__initialData = {\n pending: true,\n waiting:
|
91
|
+
[]\n };\n function notifyLoaded(item, data) {\n item.pending = false;\n
|
92
|
+
\ item.data = data;\n for (var i = 0;i < item.waiting.length; ++i) {\n
|
93
|
+
\ item.waiting[i].resolve(item.data);\n }\n item.waiting = [];\n
|
94
|
+
\ }\n function notifyError(item, msg) {\n item.pending = false;\n item.error
|
95
|
+
= new Error(msg);\n for (var i = 0;i < item.waiting.length; ++i) {\n item.waiting[i].reject(item.error);\n
|
96
|
+
\ }\n item.waiting = [];\n }\n window.__initialDataLoaded = function(initialData)
|
97
|
+
{\n notifyLoaded(window.__initialData, initialData);\n };\n window.__initialDataError
|
98
|
+
= function(msg) {\n notifyError(window.__initialData, msg);\n };\n window.__additionalData
|
99
|
+
= {};\n window.__pendingAdditionalData = function(paths) {\n for (var
|
100
|
+
i = 0;i < paths.length; ++i) {\n window.__additionalData[paths[i]] =
|
101
|
+
{\n pending: true,\n waiting: []\n };\n }\n };\n window.__additionalDataLoaded
|
102
|
+
= function(path, data) {\n notifyLoaded(window.__additionalData[path],
|
103
|
+
data);\n };\n window.__additionalDataError = function(path, msg) {\n notifyError(window.__additionalData[path],
|
104
|
+
msg);\n };\n})();\n</script>\n <link rel=\"apple-touch-icon-precomposed\"
|
105
|
+
sizes=\"76x76\" href=\"/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png\">\n
|
106
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\"
|
107
|
+
href=\"/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png\">\n
|
108
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\"
|
109
|
+
href=\"/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png\">\n
|
110
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"167x167\"
|
111
|
+
href=\"/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png\">\n
|
112
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"180x180\"
|
113
|
+
href=\"/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png\">\n
|
114
|
+
\ \n <link rel=\"icon\" sizes=\"192x192\"
|
115
|
+
href=\"/static/images/ico/favicon-192.png/68d99ba29cc8.png\">\n \n
|
116
|
+
\ \n \n <link rel=\"mask-icon\" href=\"/static/images/ico/favicon.svg/fc72dd4bfde8.svg\"
|
117
|
+
color=\"#262626\">\n \n <link rel=\"shortcut
|
118
|
+
icon\" type=\"image/x-icon\" href=\"/static/images/ico/favicon.ico/36b3ee2d91ed.ico\">\n
|
119
|
+
\ \n \n \n \n <style type=\"text/css\">/*
|
120
|
+
@generated \n * DO NOT CHANGE THIS FILE. Instead, modify the non-build version
|
121
|
+
of \"main.css\"\n * then run \"yolo css\"\n */\nbody{-webkit-font-smoothing:antialiased;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,\"Segoe
|
122
|
+
UI\",Roboto,Helvetica,Arial,sans-serif;margin:0}.client-root{font-size:14px}a{text-decoration:none}.-cx-PRIVATE-Page__body__,.-cx-PRIVATE-Page__main__,.-cx-PRIVATE-Page__root__{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.-cx-PRIVATE-Page__root__{height:100vh}.-cx-PRIVATE-Page__body__,.-cx-PRIVATE-Page__main__{-webkit-box-flex:1;-webkit-flex:1
|
123
|
+
0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.-cx-PRIVATE-Page__main__{margin-top:137px;position:relative}@media
|
124
|
+
screen and (max-width:990px){.-cx-PRIVATE-Page__main__{display:block;margin-top:0}}.-cx-PRIVATE-NavBar__root__{background-color:#fff;border-bottom:1px
|
125
|
+
solid #efefef;height:77px;position:fixed;top:0;width:100%;z-index:100}.-cx-PRIVATE-NavBar__profilePic__{display:none}.-cx-PRIVATE-NavBar__username__{color:#003569;display:inline!important;float:right;font-weight:400;margin-right:2px;margin-top:12px}.-cx-PRIVATE-NavBar__signIn__{display:inline-block;float:right;margin-right:2px;margin-top:12px}.-cx-PRIVATE-NavBar__signInText__{color:#003569;font-weight:400}.-cx-PRIVATE-NavBar__logo__{background-image:url(/static/images/branding/logoWhiteoutLockup.png/3a62b1a95da3.png);background-size:100%;height:35px;left:16px;position:absolute;text-indent:-9999em;top:6px;width:176px}.-cx-PRIVATE-NavBar__logo__
|
126
|
+
a{display:block;height:100%;width:100%}@media screen and (-webkit-min-device-pixel-ratio:1.5),screen
|
127
|
+
and (min-resolution:1.5dppx){.-cx-PRIVATE-NavBar__logo__{background-image:url(/static/images/branding/logoWhiteoutLockup@2x.png/43608c988939.png)}}.-cx-PRIVATE-NavBar__logoGroup__{left:16px;position:absolute;top:6px}.-cx-PRIVATE-NavBar__logoGroup__
|
128
|
+
.-cx-PRIVATE-NavBar__logo__{position:static}.-cx-PRIVATE-NavBar__wrapper__{margin:0
|
129
|
+
auto;max-width:1026px;padding:0 16px;position:relative}.-cx-PRIVATE-NavBar__topBarActions__,.-cx-PRIVATE-SidebarLayout__content__
|
130
|
+
li{list-style:none}.-cx-PRIVATE-NavBar__dropdown__,.-cx-PRIVATE-NavBar__topBarLeft__,.-cx-PRIVATE-SidebarLayout__content__
|
131
|
+
.separator,.-cx-PRIVATE-SidebarLayout__content__ .subtitle{display:none}.-cx-PRIVATE-SidebarLayout__content__{border-right:1px
|
132
|
+
solid #efefef;height:100%;width:220px}.-cx-PRIVATE-SidebarLayout__content__
|
133
|
+
ul{margin:0;padding:0}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__content__{margin:0
|
134
|
+
px;border:0;width:100%}.-cx-PRIVATE-SidebarLayout__content__ ul{display:none}}.-cx-PRIVATE-SidebarLayout__root__{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;pointer-events:none;position:absolute;width:100%;z-index:1}@media
|
135
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__root__{height:auto;padding-bottom:0;padding-top:78px;position:static}}.-cx-PRIVATE-SidebarLayout__contentWrapper__,.-cx-PRIVATE-SidebarLayout__navWrapper__{-webkit-box-flex:1;-webkit-flex:1
|
136
|
+
0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin:0 auto;position:relative;width:992px}@media
|
137
|
+
screen and (min-width:991px){.-cx-PRIVATE-SidebarLayout__navWrapper__{height:100%}}@media
|
138
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__navWrapper__{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:auto;min-height:0;padding:0;width:100%}}.-cx-PRIVATE-SidebarLayout__nav__{float:left;height:100%;padding-right:0;pointer-events:initial;width:256px}@media
|
139
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__nav__{float:none;display:block;margin:0!important;background:0
|
140
|
+
0;border:0;width:100%}}.-cx-PRIVATE-SidebarLayout__contentWrapper__{background-color:#fff;border:1px
|
141
|
+
solid #efefef;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0
|
142
|
+
16px 20px}@media screen and (min-width:991px){.-cx-PRIVATE-SidebarLayout__contentWrapper__{border:1px
|
143
|
+
solid #efefef;border-radius:3px}}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__contentWrapper__{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.-cx-PRIVATE-SidebarLayout__pageContent__
|
144
|
+
.-cx-PRIVATE-SidebarLayout__contentWrapper__{padding:0 10px}}.-cx-PRIVATE-SidebarLayout__pageContent__{color:#262626;margin-left:205px;padding:30px
|
145
|
+
50px}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__pageContent__{margin-left:0;margin-right:0;padding:20px
|
146
|
+
0}}.-cx-PRIVATE-SidebarLayout__pageContent__>:first-child{margin-top:0}.-cx-PRIVATE-SidebarLayout__pageContent__
|
147
|
+
a{color:#003569}.-cx-PRIVATE-SidebarLayout__pageContent__ h1{font-size:32px;font-weight:400;margin-bottom:20px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
148
|
+
h2{font-size:24px;font-weight:400;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
149
|
+
h3{font-weight:600;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
150
|
+
li{padding-left:8px}.-cx-PRIVATE-SidebarLayout__pageContent__ li:not(:first-child){margin-top:8px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
151
|
+
pre{white-space:pre-wrap}.-cx-PRIVATE-Navigation__header__{color:#999;font-size:16px;font-weight:initial;margin:0;padding:16px;text-transform:uppercase}@media
|
152
|
+
screen and (max-width:990px){.-cx-PRIVATE-Navigation__header__:first-child{display:block}.-cx-PRIVATE-Navigation__header__:not(:first-child){display:none}.-cx-PRIVATE-Navigation__header__
|
153
|
+
i{float:left;width:22px;height:18px;margin-right:8px;margin-left:10px;background:url(/static/images/glyphs/disclosure-down@2x.png/9ae8409fbb3a.png)
|
154
|
+
no-repeat center;background-size:14px 14px}.-cx-PRIVATE-SidebarLayout__content__.active
|
155
|
+
.-cx-PRIVATE-Navigation__header__ i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.-cx-PRIVATE-Navigation__navLink__,.-cx-PRIVATE-Navigation__navLink__:active,.-cx-PRIVATE-Navigation__navLink__:hover,.-cx-PRIVATE-Navigation__navLink__:visited{border-left:2px
|
156
|
+
solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:#262626;font-size:16px;display:block;padding:16px
|
157
|
+
16px 16px 30px;width:100%}.-cx-PRIVATE-Navigation__navLink__:hover{border-left-color:#dbdbdb}.-cx-PRIVATE-Navigation__active__
|
158
|
+
.-cx-PRIVATE-Navigation__navLink__{border-left-color:#262626;font-weight:600}.-cx-PRIVATE-Footer__root__{font-size:12px;height:77px}.-cx-PRIVATE-Footer__copyright__{color:#262626;display:inline-block;float:right;font-weight:600;margin-top:20px;text-transform:uppercase}.-cx-PRIVATE-Footer__nav__{display:inline-block}@media
|
159
|
+
screen and (max-width:990px){.-cx-PRIVATE-Footer__copyright__{text-align:center;width:100%}}.-cx-PRIVATE-Footer__navItems__{margin:20px
|
160
|
+
0;padding:0;text-align:center}.-cx-PRIVATE-Footer__navItems__ li{display:inline-block;list-style:none}.-cx-PRIVATE-Footer__navItems__
|
161
|
+
li:not(:first-child){margin-left:15px}.-cx-PRIVATE-Footer__navItems__ a,.-cx-PRIVATE-Footer__navItems__
|
162
|
+
a:active,.-cx-PRIVATE-Footer__navItems__ a:focus,.-cx-PRIVATE-Footer__navItems__
|
163
|
+
a:hover,.-cx-PRIVATE-Footer__navItems__ a:visited{color:#003569;font-weight:600;text-transform:uppercase}.-cx-PRIVATE-Footer__wrapper__{margin-left:auto;margin-right:auto;max-width:1026px;padding:0
|
164
|
+
20px}.-cx-PRIVATE-ErrorPage__errorContainer__{text-align:center}@media (max-width:990px){.-cx-PRIVATE-ErrorPage__errorContainer__{padding:100px
|
165
|
+
40px 0}}.-cx-PRIVATE-ErrorPage__errorContainer__ a,.-cx-PRIVATE-ErrorPage__errorContainer__
|
166
|
+
a:visited{color:#003569}.-cx-PRIVATE-Linkshim__followLink__{background-color:#fff;color:#3897f0;border:1px
|
167
|
+
solid #3897f0;border-radius:3px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;padding:8px;font:inherit;font-weight:700;width:90%}@media
|
168
|
+
(min-width:736px){.-cx-PRIVATE-Linkshim__followLink__{width:10%}}.-cx-PRIVATE-Linkshim__followLink__:active{opacity:.5}.-cx-PRIVATE-Linkshim__followLink__:focus{color:#1372cc;border:1px
|
169
|
+
solid #1372cc}.-cx-PRIVATE-GatedContentPage__userAvatarContainer__{height:70px;text-align:center}.-cx-PRIVATE-GatedContentPage__userAvatar__{border-radius:50%;height:100%;width:auto}</style>\n
|
170
|
+
\ \n\n \n <script type=\"text/javascript\" src=\"/static/scripts/jquery.js/a4e77326039e.js\"
|
171
|
+
crossorigin=\"anonymous\"></script>\n <script type=\"text/javascript\"
|
172
|
+
src=\"/static/scripts/bluebar.js/2ccc68edcffd.js\" crossorigin=\"anonymous\"></script>\n</head>\n
|
173
|
+
\ <body class=\" p-error dialog-404\">\n \n <div class=\"root
|
174
|
+
-cx-PRIVATE-Page__root -cx-PRIVATE-Page__root__\">\n \n <div
|
175
|
+
class=\"page -cx-PRIVATE-Page__body -cx-PRIVATE-Page__body__\">\n \n
|
176
|
+
\ \n <header class=\"top-bar
|
177
|
+
top-bar-new -cx-PRIVATE-NavBar__root -cx-PRIVATE-NavBar__root__\">\n <div
|
178
|
+
class=\"top-bar-wrapper -cx-PRIVATE-NavBar__wrapper -cx-PRIVATE-NavBar__wrapper__\">\n
|
179
|
+
\ <div class=\"logo -cx-PRIVATE-NavBar__logo -cx-PRIVATE-NavBar__logo__\"><a
|
180
|
+
href=\"/\">Instagram</a></div>\n\n <div class=\"top-bar-left -cx-PRIVATE-NavBar__topBarLeft
|
181
|
+
-cx-PRIVATE-NavBar__topBarLeft__\">\n <ul class=\"top-bar-actions\">\n
|
182
|
+
\ <li>\n <a class=\"top-bar-home\" href=\"/\"
|
183
|
+
label=Home><i></i></a>\n </li>\n </ul>\n </div>\n\n
|
184
|
+
\ \n <div class=\"top-bar-right account-state\" id=\"top_bar_right\">\n
|
185
|
+
\ <ul class=\"top-bar-actions -cx-PRIVATE-NavBar__topBarActions
|
186
|
+
-cx-PRIVATE-NavBar__topBarActions__\">\n \n \n
|
187
|
+
\ \n <li id=\"link_profile\" class=\"link-signin
|
188
|
+
-cx-PRIVATE-NavBar__signIn -cx-PRIVATE-NavBar__signIn__\">\n <a
|
189
|
+
href=\"/accounts/login/\" class=\"loginLink\">\n <i></i>\n
|
190
|
+
\ <strong class=\"-cx-PRIVATE-NavBar__signInText
|
191
|
+
-cx-PRIVATE-NavBar__signInText__\">Log in</strong>\n </a>\n
|
192
|
+
\ </li>\n \n \n
|
193
|
+
\ </ul>\n </div>\n \n </div>\n</header>
|
194
|
+
<!-- .top-bar -->\n \n \n\n
|
195
|
+
\ \n <div class=\"main -cx-PRIVATE-Page__main
|
196
|
+
-cx-PRIVATE-Page__main__\">\n \n <div class=\"error-container
|
197
|
+
-cx-PRIVATE-ErrorPage__errorContainer -cx-PRIVATE-ErrorPage__errorContainer__\">\n
|
198
|
+
\ \n\n <h2>Sorry, this page isn't available.</h2>\n\n <p>\n The
|
199
|
+
link you followed may be broken, or the page may have been removed.\n <a
|
200
|
+
href=\"/\">Go back to Instagram.</a>\n </p>\n\n\n\n </div>\n\n </div>
|
201
|
+
<!-- .main -->\n \n\n </div> <!--
|
202
|
+
.page -->\n\n \n <footer class=\"page-footer
|
203
|
+
-cx-PRIVATE-Footer__root -cx-PRIVATE-Footer__root__\" role=\"contentinfo\">\n
|
204
|
+
\ <div class=\"wrapper -cx-PRIVATE-Footer__wrapper -cx-PRIVATE-Footer__wrapper__\">\n
|
205
|
+
\ <nav class=\"-cx-PRIVATE-Footer__nav -cx-PRIVATE-Footer__nav__\">\n
|
206
|
+
\ <ul class=\"-cx-PRIVATE-Footer__navItems -cx-PRIVATE-Footer__navItems__\">\n
|
207
|
+
\ <li><a href=\"/about/us/\">About us</a></li>\n
|
208
|
+
\ <li><a href=\"http://help.instagram.com/\">Support</a></li>\n
|
209
|
+
\ <li><a href=\"http://blog.instagram.com/\">Blog</a></li>\n
|
210
|
+
\ <li><a href=\"https://instagram-press.com/\">Press</a></li>\n
|
211
|
+
\ <li><a href=\"/developer/\">API</a></li>\n
|
212
|
+
\ <li><a href=\"/about/jobs/\">Jobs</a></li>\n
|
213
|
+
\ <li><a href=\"/legal/privacy/\">Privacy</a></li>\n
|
214
|
+
\ <li><a href=\"/legal/terms/\">\n \n
|
215
|
+
\ Terms\n \n
|
216
|
+
\ </a></li>\n </ul>\n
|
217
|
+
\ </nav>\n\n <p class=\"copyright
|
218
|
+
-cx-PRIVATE-Footer__copyright -cx-PRIVATE-Footer__copyright__\">© 2018
|
219
|
+
Instagram</p>\n </div>\n </footer>\n
|
220
|
+
\ \n \n <div id=\"reactModalMountPoint\"></div>\n
|
221
|
+
\ </div> <!-- .root -->\n \n \n\n \n <script
|
222
|
+
type=\"text/javascript\">window._sharedData = {\"activity_counts\":null,\"config\":{\"csrf_token\":\"plYFxs5hqwG1DNAM23O6n8up2vfbaxmu\",\"viewer\":null},\"supports_es6\":false,\"country_code\":\"US\",\"language_code\":\"en\",\"locale\":\"en_US\",\"entry_data\":{},\"gatekeepers\":{\"ld\":true,\"seo\":true,\"seoht\":true,\"sf\":true,\"saa\":true},\"knobs\":{\"acct:ntb\":0,\"cb\":0,\"captcha\":0},\"qe\":{\"dash_for_vod\":{\"g\":\"\",\"p\":{}},\"aysf\":{\"g\":\"\",\"p\":{}},\"bc3l\":{\"g\":\"\",\"p\":{}},\"comment_reporting\":{\"g\":\"\",\"p\":{}},\"direct_conversation_reporting\":{\"g\":\"\",\"p\":{}},\"direct_reporting\":{\"g\":\"\",\"p\":{}},\"reporting\":{\"g\":\"\",\"p\":{}},\"media_reporting\":{\"g\":\"\",\"p\":{}},\"acc_recovery_link\":{\"g\":\"\",\"p\":{}},\"notif\":{\"g\":\"\",\"p\":{}},\"drct_nav\":{\"g\":\"\",\"p\":{}},\"fb_unlink\":{\"g\":\"\",\"p\":{}},\"mobile_stories_doodling\":{\"g\":\"\",\"p\":{}},\"move_comment_input_to_top\":{\"g\":\"\",\"p\":{}},\"mobile_cancel\":{\"g\":\"\",\"p\":{}},\"mobile_search_redesign\":{\"g\":\"\",\"p\":{}},\"show_copy_link\":{\"g\":\"\",\"p\":{}},\"mobile_logout\":{\"g\":\"\",\"p\":{}},\"pl_pivot_li\":{\"g\":\"\",\"p\":{}},\"pl_pivot_lo\":{\"g\":\"\",\"p\":{}},\"404_as_react\":{\"g\":\"\",\"p\":{}},\"acc_recovery\":{\"g\":\"\",\"p\":{}},\"collections\":{\"g\":\"\",\"p\":{}},\"comment_ta\":{\"g\":\"\",\"p\":{}},\"connections\":{\"g\":\"\",\"p\":{}},\"disc_ppl\":{\"g\":\"\",\"p\":{}},\"embeds\":{\"g\":\"\",\"p\":{}},\"ebdsim_li\":{\"g\":\"\",\"p\":{}},\"ebdsim_lo\":{\"g\":\"\",\"p\":{}},\"empty_feed\":{\"g\":\"\",\"p\":{}},\"bundles\":{\"g\":\"\",\"p\":{}},\"exit_story_creation\":{\"g\":\"\",\"p\":{}},\"gdpr_logged_out\":{\"g\":\"\",\"p\":{}},\"appsell\":{\"g\":\"\",\"p\":{}},\"imgopt\":{\"g\":\"\",\"p\":{}},\"follow_button\":{\"g\":\"\",\"p\":{}},\"loggedout\":{\"g\":\"\",\"p\":{}},\"loggedout_upsell\":{\"g\":\"control_without_new_loggedout_upsell_content_03_15_18\",\"p\":{\"has_new_loggedout_upsell_content\":\"false\"}},\"us_li\":{\"g\":\"\",\"p\":{}},\"msisdn\":{\"g\":\"\",\"p\":{}},\"bg_sync\":{\"g\":\"\",\"p\":{}},\"onetaplogin\":{\"g\":\"control\",\"p\":{\"default_value\":\"false\",\"during_reg\":\"false\",\"storage_version\":\"one_tap_storage_version\"}},\"onetaplogin_userbased\":{\"g\":\"\",\"p\":{}},\"login_poe\":{\"g\":\"\",\"p\":{}},\"prvcy_tggl\":{\"g\":\"\",\"p\":{}},\"private_lo\":{\"g\":\"control_0511\",\"p\":{\"show_lock_ui\":\"false\"}},\"profile_photo_nux_fbc_v2\":{\"g\":\"\",\"p\":{}},\"profile_tabs\":{\"g\":\"\",\"p\":{}},\"push_notifications\":{\"g\":\"\",\"p\":{}},\"reg\":{\"g\":\"\",\"p\":{}},\"reg_vp\":{\"g\":\"test_group_2\",\"p\":{\"hide_value_prop\":\"true\"}},\"feed_vp\":{\"g\":\"\",\"p\":{}},\"report_haf\":{\"g\":\"\",\"p\":{}},\"report_media\":{\"g\":\"\",\"p\":{}},\"report_profile\":{\"g\":\"\",\"p\":{}},\"save\":{\"g\":\"\",\"p\":{}},\"sidecar\":{\"g\":\"\",\"p\":{}},\"sidecar_swipe\":{\"g\":\"\",\"p\":{}},\"su_universe\":{\"g\":\"test\",\"p\":{\"ig_web_show_password_toggle\":\"true\"}},\"stale\":{\"g\":\"\",\"p\":{}},\"stories_lo\":{\"g\":\"test_06_01\",\"p\":{\"contextual_login\":\"true\"}},\"stories\":{\"g\":\"\",\"p\":{}},\"tp_pblshr\":{\"g\":\"\",\"p\":{}},\"video\":{\"g\":\"\",\"p\":{}},\"gdpr_settings\":{\"g\":\"\",\"p\":{}},\"gdpr_blocking_logout\":{\"g\":\"\",\"p\":{}},\"gdpr_eu_tos\":{\"g\":\"\",\"p\":{}},\"gdpr_row_tos\":{\"g\":\"control_05_01\",\"p\":{\"tos_version\":\"row\"}},\"fd_gr\":{\"g\":\"\",\"p\":{}},\"felix\":{\"g\":\"\",\"p\":{}},\"felix_clear_fb_cookie\":{\"g\":\"\",\"p\":{}},\"felix_creation_duration_limits\":{\"g\":\"\",\"p\":{}},\"felix_creation_enabled\":{\"g\":\"\",\"p\":{}},\"felix_creation_fb_crossposting\":{\"g\":\"\",\"p\":{}},\"felix_creation_fb_crossposting_v2\":{\"g\":\"\",\"p\":{}},\"felix_creation_validation\":{\"g\":\"\",\"p\":{}},\"felix_creation_video_upload\":{\"g\":\"\",\"p\":{}},\"felix_early_onboarding\":{\"g\":\"\",\"p\":{}},\"pride\":{\"g\":\"\",\"p\":{}},\"unfollow_confirm\":{\"g\":\"\",\"p\":{}},\"profile_enhance_li\":{\"g\":\"\",\"p\":{}},\"profile_enhance_lo\":{\"g\":\"\",\"p\":{}},\"create_tag\":{\"g\":\"\",\"p\":{}}},\"hostname\":\"www.instagram.com\",\"platform\":\"web\",\"rhx_gis\":\"b70294d72c3cae2535452cd24e91211b\",\"nonce\":\"cJ1rpNqnJPC5sIad7MV1+w==\",\"zero_data\":{},\"rollout_hash\":\"ac942a8a720f\",\"bundle_variant\":\"base\",\"probably_has_app\":false,\"show_app_install\":true};</script>\n
|
223
|
+
\ <script type=\"text/javascript\">\n window.__initialDataLoaded(window._sharedData);\n
|
224
|
+
\ </script>\n <script type=\"text/javascript\">!function(e){var
|
225
|
+
a=window.webpackJsonp;window.webpackJsonp=function(n,r,c){for(var i,d,s,f=0,g=[];f<n.length;f++)d=n[f],o[d]&&g.push(o[d][0]),o[d]=0;for(i
|
226
|
+
in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);for(a&&a(n,r,c);g.length;)g.shift()();if(c)for(f=0;f<c.length;f++)s=t(t.s=c[f]);return
|
227
|
+
s};var n={},o={70:0};function t(a){if(n[a])return n[a].exports;var o=n[a]={i:a,l:!1,exports:{}};return
|
228
|
+
e[a].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.e=function(e){var a=o[e];if(0===a)return
|
229
|
+
new Promise(function(e){e()});if(a)return a[2];var n=new Promise(function(n,t){a=o[e]=[n,t]});a[2]=n;var
|
230
|
+
r=document.getElementsByTagName(\"head\")[0],c=document.createElement(\"script\");c.type=\"text/javascript\",c.charset=\"utf-8\",c.async=!0,c.timeout=12e4,c.crossOrigin=\"anonymous\",t.nc&&c.setAttribute(\"nonce\",t.nc),c.src=t.p+\"\"+({0:\"SettingsModules\",1:\"MobileStoriesPage\",2:\"DesktopStoriesPage\",3:\"ProfilePageContainer\",4:\"LikedByListContainer\",5:\"FollowListContainer\",6:\"CreationModules\",7:\"LocationPageContainer\",8:\"DiscoverMediaPageContainer\",9:\"DiscoverEmbedsPageContainer\",10:\"TagPageContainer\",11:\"UserCollectionMediaPageContainer\",12:\"DebugInfoNub\",13:\"FeedPageContainer\",14:\"PostPageContainer\",15:\"LandingPage\",16:\"LoginAndSignupPage\",17:\"ResetPasswordPageContainer\",18:\"FBSignupPage\",19:\"IGTVVideoDraftsPageContainer\",20:\"DiscoverPeoplePageContainer\",21:\"MultiStepSignupPage\",22:\"IGTVVideoUploadPageContainer\",23:\"TermsUnblockPage\",24:\"DataDownloadRequestPage\",25:\"DirectInboxPageContainer\",26:\"AccessToolViewAllPage\",27:\"AccessToolPage\",28:\"NewUserInterstitial\",29:\"DataDownloadRequestConfirmPage\",30:\"ContactHistoryPage\",31:\"UserCollectionsPageContainer\",32:\"AccountRecoveryLandingPage\",33:\"DataControlsSupportPage\",34:\"LocationsDirectoryLandingPage\",35:\"LocationsDirectoryCountryPage\",36:\"LocationsDirectoryCityPage\",37:\"EmailConfirmationPage\",38:\"OneTapUpsell\",39:\"NewTermsConfirmPage\",40:\"CheckpointUnderageAppealPage\",41:\"TermsAcceptPage\",42:\"MobileStoriesLoginPage\",43:\"SuggestedDirectoryLandingPage\",44:\"ProfilesDirectoryLandingPage\",45:\"HashtagsDirectoryLandingPage\",46:\"OAuthPermissionsPage\",47:\"ActivityFeedPage\",48:\"HttpErrorPage\",49:\"DesktopStoriesLoginPage\",50:\"ParentalConsentPage\",51:\"ParentalConsentNotParentPage\",52:\"AccountPrivacyBugPage\",53:\"StoryCreationPage\",54:\"ContactInvitesOptOutPage\",55:\"ContactInvitesOptOutStatusPage\",56:\"Docpen\",57:\"Report\",58:\"Copyright\",59:\"Challenge\",60:\"SupportInfo\",61:\"Verification\",62:\"Community\",63:\"RapidReport\",64:\"Consumer\",65:\"EmailSnoozePage\",66:\"EmailUnsubscribePage\",67:\"NotificationLandingPage\"}[e]||e)+\".js/\"+{0:\"40ea74bb0477\",1:\"e106a47d5358\",2:\"b95a82797d35\",3:\"d402bd46ff23\",4:\"3d39c621e95d\",5:\"59284f5da223\",6:\"2d8345769de0\",7:\"3f5c62c33c7c\",8:\"d86ab6a766f4\",9:\"0f457c2fe80c\",10:\"4d8b9f4fc5b5\",11:\"9e80a91137e3\",12:\"3b4146fe898f\",13:\"7306f50ed1ec\",14:\"ef60568b49f7\",15:\"783f6ec14e85\",16:\"5a7660eb7749\",17:\"a28d04a38033\",18:\"a37a7c1ca5c6\",19:\"88bbeede7d01\",20:\"958421349e13\",21:\"8b91037d8022\",22:\"fbcf7f7ab479\",23:\"4212c9147677\",24:\"57ce0dccf9f2\",25:\"2f9545f4748a\",26:\"c461e7cdf38f\",27:\"9bde0017a25a\",28:\"ad29715b3fb9\",29:\"540eae6d32b2\",30:\"faf4647c3cb8\",31:\"0d76a35f09af\",32:\"5069d05e545f\",33:\"76219a764fc6\",34:\"9932e7a7abf0\",35:\"9b638b24f287\",36:\"63abdc0b2cdd\",37:\"4d5bbd2cf145\",38:\"1bd4ba0cf3a1\",39:\"7c67cb08ee2d\",40:\"f9f458f1e894\",41:\"1d77e8fcaa36\",42:\"85a495d364d4\",43:\"d00caa157e7c\",44:\"c179fa52146e\",45:\"ce0cdc2eba4a\",46:\"20c01b4d8b02\",47:\"e3fe0822df54\",48:\"a3cedce1b2ac\",49:\"b53787d21d4a\",50:\"187accce9ae2\",51:\"cdd5af63ff60\",52:\"c674b7200565\",53:\"9d29ebbdf34c\",54:\"ae9738a96e89\",55:\"e283bbf7f21e\",56:\"1178b4b32adc\",57:\"36591f430d90\",58:\"6f62045e877d\",59:\"c9052fc37895\",60:\"3d5e02ba5ce1\",61:\"051d7feaa0f0\",62:\"99383673fb8c\",63:\"c7e8af595b6c\",64:\"7fb06c9e5ec1\",65:\"57531091d474\",66:\"6fb75261d370\",67:\"34f3a03ba7ef\"}[e]+\".js\";var
|
231
|
+
i=setTimeout(d,12e4);function d(){c.onerror=c.onload=null,clearTimeout(i);var
|
232
|
+
a=o[e];0!==a&&(a&&a[1](new Error(\"Loading chunk \"+e+\" failed.\")),o[e]=void
|
233
|
+
0)}return c.onerror=c.onload=d,r.appendChild(c),n},t.m=e,t.c=n,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var
|
234
|
+
a=e&&e.__esModule?function(){return e.default}:function(){return e};return
|
235
|
+
t.d(a,\"a\",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p=\"/static/bundles/base/\",t.oe=function(e){throw
|
236
|
+
console.error(e),e}}([]);</script>\n <script type=\"text/javascript\"
|
237
|
+
src=\"/static/bundles/base/Polyfills.js/edc2bbc3a21d.js\" crossorigin=\"anonymous\"></script>\n
|
238
|
+
\ <script type=\"text/javascript\" src=\"/static/bundles/base/Vendor.js/4f7146874e51.js\"
|
239
|
+
crossorigin=\"anonymous\"></script>\n <script type=\"text/javascript\"
|
240
|
+
src=\"/static/bundles/base/en_US.js/1c21b7edae7a.js\" crossorigin=\"anonymous\"></script>\n\n
|
241
|
+
\ \n \n </body>\n</html>"
|
242
|
+
http_version:
|
243
|
+
recorded_at: Fri, 29 Jun 2018 19:33:49 GMT
|
244
|
+
recorded_with: VCR 2.9.3
|
@@ -0,0 +1,244 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://www.instagram.com/ajmgangsta/
|
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
|
+
- Ruby
|
16
|
+
response:
|
17
|
+
status:
|
18
|
+
code: 404
|
19
|
+
message: Not Found
|
20
|
+
headers:
|
21
|
+
Content-Type:
|
22
|
+
- text/html
|
23
|
+
X-Frame-Options:
|
24
|
+
- SAMEORIGIN
|
25
|
+
Cache-Control:
|
26
|
+
- private, no-cache, no-store, must-revalidate
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Expires:
|
30
|
+
- Sat, 01 Jan 2000 00:00:00 GMT
|
31
|
+
Vary:
|
32
|
+
- Cookie, Accept-Language
|
33
|
+
Content-Language:
|
34
|
+
- en
|
35
|
+
Date:
|
36
|
+
- Fri, 29 Jun 2018 19:23:07 GMT
|
37
|
+
Strict-Transport-Security:
|
38
|
+
- max-age=86400
|
39
|
+
Set-Cookie:
|
40
|
+
- csrftoken=BE1SyqM9WyigAoxqYTTvJlFH233kWwp5; Domain=.instagram.com; expires=Fri,
|
41
|
+
28-Jun-2019 19:23:07 GMT; Max-Age=31449600; Path=/; Secure
|
42
|
+
- mcd=3; Domain=.instagram.com; Path=/
|
43
|
+
- mid=WzaHGwAEAAGYRGDiDy7bDHZbl5z7; Domain=.instagram.com; expires=Thu, 24-Jun-2038
|
44
|
+
19:23:07 GMT; Max-Age=630720000; Path=/
|
45
|
+
- rur=FRC; Domain=.instagram.com; Path=/
|
46
|
+
Connection:
|
47
|
+
- keep-alive
|
48
|
+
Content-Length:
|
49
|
+
- '27007'
|
50
|
+
body:
|
51
|
+
encoding: UTF-8
|
52
|
+
string: "<!DOCTYPE html>\n<html lang=\"en\" class=\"no-js not-logged-in \">\n
|
53
|
+
\ <head><meta charset=\"utf-8\">\n <meta http-equiv=\"X-UA-Compatible\"
|
54
|
+
content=\"IE=edge\">\n\n <title>\n Page Not Found
|
55
|
+
• Instagram\n </title>\n\n \n <meta name=\"robots\"
|
56
|
+
content=\"noimageindex, noarchive\">\n <meta name=\"mobile-web-app-capable\"
|
57
|
+
content=\"yes\">\n <meta name=\"theme-color\" content=\"#000000\">\n
|
58
|
+
\ <meta id=\"viewport\" name=\"viewport\" content=\"width=device-width,
|
59
|
+
initial-scale=1, minimum-scale=1, maximum-scale=1, viewport-fit=cover\">\n
|
60
|
+
\ \n\n <link rel=\"manifest\" href=\"/data/manifest.json\">\n\n
|
61
|
+
\ \n\n \n \n\n <script type=\"text/javascript\">\n
|
62
|
+
\ (function() {\n var docElement = document.documentElement;\n var
|
63
|
+
classRE = new RegExp('(^|\\\\s)no-js(\\\\s|$)');\n var className = docElement.className;\n
|
64
|
+
\ docElement.className = className.replace(classRE, '$1js$2');\n})();\n</script>\n
|
65
|
+
\ <!-- first_input_delay is a js file copied from https://fburl.com/rc21x6p3\nin
|
66
|
+
order to use it statically for server side rendering.\nWe should aim to keep
|
67
|
+
it consistent with their updates -->\n<!-- This is a js file copied from https://fburl.com/rc21x6p3\nin
|
68
|
+
order to use it statically for server side rendering.\nWe should aim to keep
|
69
|
+
it consistent with their updates -->\n\n<script type=\"text/javascript\">\n\n/*\n
|
70
|
+
Copyright 2018 Google Inc. All Rights Reserved.\n Licensed under the Apache
|
71
|
+
License, Version 2.0 (the \"License\");\n you may not use this file except
|
72
|
+
in compliance with the License.\n You may obtain a copy of the License at\n\n
|
73
|
+
\ http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable
|
74
|
+
law or agreed to in writing, software\n distributed under the License is distributed
|
75
|
+
on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
76
|
+
express or implied.\n See the License for the specific language governing
|
77
|
+
permissions and\n limitations under the License.\n*/\n\n(function(){function
|
78
|
+
g(a,c){b||(b=a,f=c,h.forEach(function(a){removeEventListener(a,l,e)}),m())}function
|
79
|
+
m(){b&&f&&0<d.length&&(d.forEach(function(a){a(b,f)}),d=[])}function n(a,c){function
|
80
|
+
k(){g(a,c);d()}function b(){d()}function d(){removeEventListener(\"pointerup\",k,e);removeEventListener(\"pointercancel\",b,e)}addEventListener(\"pointerup\",k,e);addEventListener(\"pointercancel\",b,e)}function
|
81
|
+
l(a){if(a.cancelable){var c=performance.now(),b=a.timeStamp;b>c&&(c=+new Date);c-=b;\"pointerdown\"==a.type?n(c,\na):g(c,a)}}var
|
82
|
+
e={passive:!0,capture:!0},h=[\"click\",\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"],b,f,d=[];h.forEach(function(a){addEventListener(a,l,e)});window.perfMetrics=window.perfMetrics||{};window.perfMetrics.onFirstInputDelay=function(a){d.push(a);m()}})();\n</script>\n\n<script
|
83
|
+
type=\"text/javascript\">\n(function() {\n if ('PerformanceObserver' in window
|
84
|
+
&& 'PerformancePaintTiming' in window) {\n window.__bufferedPerformance
|
85
|
+
= [];\n var ob = new PerformanceObserver(function(e) {\n window.__bufferedPerformance.push.apply(window.__bufferedPerformance,e.getEntries());\n
|
86
|
+
\ });\n ob.observe({entryTypes:['paint']});\n }\n window.__bufferedErrors
|
87
|
+
= [];\n window.onerror = function(message, url, line, column, error) {\n
|
88
|
+
\ window.__bufferedErrors.push({\n message: message,\n url: url,\n
|
89
|
+
\ line: line,\n column: column,\n error: error\n });\n return
|
90
|
+
false;\n };\n window.__initialData = {\n pending: true,\n waiting:
|
91
|
+
[]\n };\n function notifyLoaded(item, data) {\n item.pending = false;\n
|
92
|
+
\ item.data = data;\n for (var i = 0;i < item.waiting.length; ++i) {\n
|
93
|
+
\ item.waiting[i].resolve(item.data);\n }\n item.waiting = [];\n
|
94
|
+
\ }\n function notifyError(item, msg) {\n item.pending = false;\n item.error
|
95
|
+
= new Error(msg);\n for (var i = 0;i < item.waiting.length; ++i) {\n item.waiting[i].reject(item.error);\n
|
96
|
+
\ }\n item.waiting = [];\n }\n window.__initialDataLoaded = function(initialData)
|
97
|
+
{\n notifyLoaded(window.__initialData, initialData);\n };\n window.__initialDataError
|
98
|
+
= function(msg) {\n notifyError(window.__initialData, msg);\n };\n window.__additionalData
|
99
|
+
= {};\n window.__pendingAdditionalData = function(paths) {\n for (var
|
100
|
+
i = 0;i < paths.length; ++i) {\n window.__additionalData[paths[i]] =
|
101
|
+
{\n pending: true,\n waiting: []\n };\n }\n };\n window.__additionalDataLoaded
|
102
|
+
= function(path, data) {\n notifyLoaded(window.__additionalData[path],
|
103
|
+
data);\n };\n window.__additionalDataError = function(path, msg) {\n notifyError(window.__additionalData[path],
|
104
|
+
msg);\n };\n})();\n</script>\n <link rel=\"apple-touch-icon-precomposed\"
|
105
|
+
sizes=\"76x76\" href=\"/static/images/ico/apple-touch-icon-76x76-precomposed.png/4272e394f5ad.png\">\n
|
106
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\"
|
107
|
+
href=\"/static/images/ico/apple-touch-icon-120x120-precomposed.png/02ba5abf9861.png\">\n
|
108
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\"
|
109
|
+
href=\"/static/images/ico/apple-touch-icon-152x152-precomposed.png/419a6f9c7454.png\">\n
|
110
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"167x167\"
|
111
|
+
href=\"/static/images/ico/apple-touch-icon-167x167-precomposed.png/a24e58112f06.png\">\n
|
112
|
+
\ <link rel=\"apple-touch-icon-precomposed\" sizes=\"180x180\"
|
113
|
+
href=\"/static/images/ico/apple-touch-icon-180x180-precomposed.png/85a358fb3b7d.png\">\n
|
114
|
+
\ \n <link rel=\"icon\" sizes=\"192x192\"
|
115
|
+
href=\"/static/images/ico/favicon-192.png/68d99ba29cc8.png\">\n \n
|
116
|
+
\ \n \n <link rel=\"mask-icon\" href=\"/static/images/ico/favicon.svg/fc72dd4bfde8.svg\"
|
117
|
+
color=\"#262626\">\n \n <link rel=\"shortcut
|
118
|
+
icon\" type=\"image/x-icon\" href=\"/static/images/ico/favicon.ico/36b3ee2d91ed.ico\">\n
|
119
|
+
\ \n \n \n \n <style type=\"text/css\">/*
|
120
|
+
@generated \n * DO NOT CHANGE THIS FILE. Instead, modify the non-build version
|
121
|
+
of \"main.css\"\n * then run \"yolo css\"\n */\nbody{-webkit-font-smoothing:antialiased;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,\"Segoe
|
122
|
+
UI\",Roboto,Helvetica,Arial,sans-serif;margin:0}.client-root{font-size:14px}a{text-decoration:none}.-cx-PRIVATE-Page__body__,.-cx-PRIVATE-Page__main__,.-cx-PRIVATE-Page__root__{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.-cx-PRIVATE-Page__root__{height:100vh}.-cx-PRIVATE-Page__body__,.-cx-PRIVATE-Page__main__{-webkit-box-flex:1;-webkit-flex:1
|
123
|
+
0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.-cx-PRIVATE-Page__main__{margin-top:137px;position:relative}@media
|
124
|
+
screen and (max-width:990px){.-cx-PRIVATE-Page__main__{display:block;margin-top:0}}.-cx-PRIVATE-NavBar__root__{background-color:#fff;border-bottom:1px
|
125
|
+
solid #efefef;height:77px;position:fixed;top:0;width:100%;z-index:100}.-cx-PRIVATE-NavBar__profilePic__{display:none}.-cx-PRIVATE-NavBar__username__{color:#003569;display:inline!important;float:right;font-weight:400;margin-right:2px;margin-top:12px}.-cx-PRIVATE-NavBar__signIn__{display:inline-block;float:right;margin-right:2px;margin-top:12px}.-cx-PRIVATE-NavBar__signInText__{color:#003569;font-weight:400}.-cx-PRIVATE-NavBar__logo__{background-image:url(/static/images/branding/logoWhiteoutLockup.png/3a62b1a95da3.png);background-size:100%;height:35px;left:16px;position:absolute;text-indent:-9999em;top:6px;width:176px}.-cx-PRIVATE-NavBar__logo__
|
126
|
+
a{display:block;height:100%;width:100%}@media screen and (-webkit-min-device-pixel-ratio:1.5),screen
|
127
|
+
and (min-resolution:1.5dppx){.-cx-PRIVATE-NavBar__logo__{background-image:url(/static/images/branding/logoWhiteoutLockup@2x.png/43608c988939.png)}}.-cx-PRIVATE-NavBar__logoGroup__{left:16px;position:absolute;top:6px}.-cx-PRIVATE-NavBar__logoGroup__
|
128
|
+
.-cx-PRIVATE-NavBar__logo__{position:static}.-cx-PRIVATE-NavBar__wrapper__{margin:0
|
129
|
+
auto;max-width:1026px;padding:0 16px;position:relative}.-cx-PRIVATE-NavBar__topBarActions__,.-cx-PRIVATE-SidebarLayout__content__
|
130
|
+
li{list-style:none}.-cx-PRIVATE-NavBar__dropdown__,.-cx-PRIVATE-NavBar__topBarLeft__,.-cx-PRIVATE-SidebarLayout__content__
|
131
|
+
.separator,.-cx-PRIVATE-SidebarLayout__content__ .subtitle{display:none}.-cx-PRIVATE-SidebarLayout__content__{border-right:1px
|
132
|
+
solid #efefef;height:100%;width:220px}.-cx-PRIVATE-SidebarLayout__content__
|
133
|
+
ul{margin:0;padding:0}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__content__{margin:0
|
134
|
+
px;border:0;width:100%}.-cx-PRIVATE-SidebarLayout__content__ ul{display:none}}.-cx-PRIVATE-SidebarLayout__root__{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;pointer-events:none;position:absolute;width:100%;z-index:1}@media
|
135
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__root__{height:auto;padding-bottom:0;padding-top:78px;position:static}}.-cx-PRIVATE-SidebarLayout__contentWrapper__,.-cx-PRIVATE-SidebarLayout__navWrapper__{-webkit-box-flex:1;-webkit-flex:1
|
136
|
+
0 auto;-ms-flex:1 0 auto;flex:1 0 auto;margin:0 auto;position:relative;width:992px}@media
|
137
|
+
screen and (min-width:991px){.-cx-PRIVATE-SidebarLayout__navWrapper__{height:100%}}@media
|
138
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__navWrapper__{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;height:auto;min-height:0;padding:0;width:100%}}.-cx-PRIVATE-SidebarLayout__nav__{float:left;height:100%;padding-right:0;pointer-events:initial;width:256px}@media
|
139
|
+
screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__nav__{float:none;display:block;margin:0!important;background:0
|
140
|
+
0;border:0;width:100%}}.-cx-PRIVATE-SidebarLayout__contentWrapper__{background-color:#fff;border:1px
|
141
|
+
solid #efefef;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0
|
142
|
+
16px 20px}@media screen and (min-width:991px){.-cx-PRIVATE-SidebarLayout__contentWrapper__{border:1px
|
143
|
+
solid #efefef;border-radius:3px}}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__contentWrapper__{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.-cx-PRIVATE-SidebarLayout__pageContent__
|
144
|
+
.-cx-PRIVATE-SidebarLayout__contentWrapper__{padding:0 10px}}.-cx-PRIVATE-SidebarLayout__pageContent__{color:#262626;margin-left:205px;padding:30px
|
145
|
+
50px}@media screen and (max-width:990px){.-cx-PRIVATE-SidebarLayout__pageContent__{margin-left:0;margin-right:0;padding:20px
|
146
|
+
0}}.-cx-PRIVATE-SidebarLayout__pageContent__>:first-child{margin-top:0}.-cx-PRIVATE-SidebarLayout__pageContent__
|
147
|
+
a{color:#003569}.-cx-PRIVATE-SidebarLayout__pageContent__ h1{font-size:32px;font-weight:400;margin-bottom:20px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
148
|
+
h2{font-size:24px;font-weight:400;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
149
|
+
h3{font-weight:600;margin-bottom:12px;margin-top:28px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
150
|
+
li{padding-left:8px}.-cx-PRIVATE-SidebarLayout__pageContent__ li:not(:first-child){margin-top:8px}.-cx-PRIVATE-SidebarLayout__pageContent__
|
151
|
+
pre{white-space:pre-wrap}.-cx-PRIVATE-Navigation__header__{color:#999;font-size:16px;font-weight:initial;margin:0;padding:16px;text-transform:uppercase}@media
|
152
|
+
screen and (max-width:990px){.-cx-PRIVATE-Navigation__header__:first-child{display:block}.-cx-PRIVATE-Navigation__header__:not(:first-child){display:none}.-cx-PRIVATE-Navigation__header__
|
153
|
+
i{float:left;width:22px;height:18px;margin-right:8px;margin-left:10px;background:url(/static/images/glyphs/disclosure-down@2x.png/9ae8409fbb3a.png)
|
154
|
+
no-repeat center;background-size:14px 14px}.-cx-PRIVATE-SidebarLayout__content__.active
|
155
|
+
.-cx-PRIVATE-Navigation__header__ i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.-cx-PRIVATE-Navigation__navLink__,.-cx-PRIVATE-Navigation__navLink__:active,.-cx-PRIVATE-Navigation__navLink__:hover,.-cx-PRIVATE-Navigation__navLink__:visited{border-left:2px
|
156
|
+
solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:#262626;font-size:16px;display:block;padding:16px
|
157
|
+
16px 16px 30px;width:100%}.-cx-PRIVATE-Navigation__navLink__:hover{border-left-color:#dbdbdb}.-cx-PRIVATE-Navigation__active__
|
158
|
+
.-cx-PRIVATE-Navigation__navLink__{border-left-color:#262626;font-weight:600}.-cx-PRIVATE-Footer__root__{font-size:12px;height:77px}.-cx-PRIVATE-Footer__copyright__{color:#262626;display:inline-block;float:right;font-weight:600;margin-top:20px;text-transform:uppercase}.-cx-PRIVATE-Footer__nav__{display:inline-block}@media
|
159
|
+
screen and (max-width:990px){.-cx-PRIVATE-Footer__copyright__{text-align:center;width:100%}}.-cx-PRIVATE-Footer__navItems__{margin:20px
|
160
|
+
0;padding:0;text-align:center}.-cx-PRIVATE-Footer__navItems__ li{display:inline-block;list-style:none}.-cx-PRIVATE-Footer__navItems__
|
161
|
+
li:not(:first-child){margin-left:15px}.-cx-PRIVATE-Footer__navItems__ a,.-cx-PRIVATE-Footer__navItems__
|
162
|
+
a:active,.-cx-PRIVATE-Footer__navItems__ a:focus,.-cx-PRIVATE-Footer__navItems__
|
163
|
+
a:hover,.-cx-PRIVATE-Footer__navItems__ a:visited{color:#003569;font-weight:600;text-transform:uppercase}.-cx-PRIVATE-Footer__wrapper__{margin-left:auto;margin-right:auto;max-width:1026px;padding:0
|
164
|
+
20px}.-cx-PRIVATE-ErrorPage__errorContainer__{text-align:center}@media (max-width:990px){.-cx-PRIVATE-ErrorPage__errorContainer__{padding:100px
|
165
|
+
40px 0}}.-cx-PRIVATE-ErrorPage__errorContainer__ a,.-cx-PRIVATE-ErrorPage__errorContainer__
|
166
|
+
a:visited{color:#003569}.-cx-PRIVATE-Linkshim__followLink__{background-color:#fff;color:#3897f0;border:1px
|
167
|
+
solid #3897f0;border-radius:3px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;padding:8px;font:inherit;font-weight:700;width:90%}@media
|
168
|
+
(min-width:736px){.-cx-PRIVATE-Linkshim__followLink__{width:10%}}.-cx-PRIVATE-Linkshim__followLink__:active{opacity:.5}.-cx-PRIVATE-Linkshim__followLink__:focus{color:#1372cc;border:1px
|
169
|
+
solid #1372cc}.-cx-PRIVATE-GatedContentPage__userAvatarContainer__{height:70px;text-align:center}.-cx-PRIVATE-GatedContentPage__userAvatar__{border-radius:50%;height:100%;width:auto}</style>\n
|
170
|
+
\ \n\n \n <script type=\"text/javascript\" src=\"/static/scripts/jquery.js/a4e77326039e.js\"
|
171
|
+
crossorigin=\"anonymous\"></script>\n <script type=\"text/javascript\"
|
172
|
+
src=\"/static/scripts/bluebar.js/2ccc68edcffd.js\" crossorigin=\"anonymous\"></script>\n</head>\n
|
173
|
+
\ <body class=\" p-error dialog-404\">\n \n <div class=\"root
|
174
|
+
-cx-PRIVATE-Page__root -cx-PRIVATE-Page__root__\">\n \n <div
|
175
|
+
class=\"page -cx-PRIVATE-Page__body -cx-PRIVATE-Page__body__\">\n \n
|
176
|
+
\ \n <header class=\"top-bar
|
177
|
+
top-bar-new -cx-PRIVATE-NavBar__root -cx-PRIVATE-NavBar__root__\">\n <div
|
178
|
+
class=\"top-bar-wrapper -cx-PRIVATE-NavBar__wrapper -cx-PRIVATE-NavBar__wrapper__\">\n
|
179
|
+
\ <div class=\"logo -cx-PRIVATE-NavBar__logo -cx-PRIVATE-NavBar__logo__\"><a
|
180
|
+
href=\"/\">Instagram</a></div>\n\n <div class=\"top-bar-left -cx-PRIVATE-NavBar__topBarLeft
|
181
|
+
-cx-PRIVATE-NavBar__topBarLeft__\">\n <ul class=\"top-bar-actions\">\n
|
182
|
+
\ <li>\n <a class=\"top-bar-home\" href=\"/\"
|
183
|
+
label=Home><i></i></a>\n </li>\n </ul>\n </div>\n\n
|
184
|
+
\ \n <div class=\"top-bar-right account-state\" id=\"top_bar_right\">\n
|
185
|
+
\ <ul class=\"top-bar-actions -cx-PRIVATE-NavBar__topBarActions
|
186
|
+
-cx-PRIVATE-NavBar__topBarActions__\">\n \n \n
|
187
|
+
\ \n <li id=\"link_profile\" class=\"link-signin
|
188
|
+
-cx-PRIVATE-NavBar__signIn -cx-PRIVATE-NavBar__signIn__\">\n <a
|
189
|
+
href=\"/accounts/login/\" class=\"loginLink\">\n <i></i>\n
|
190
|
+
\ <strong class=\"-cx-PRIVATE-NavBar__signInText
|
191
|
+
-cx-PRIVATE-NavBar__signInText__\">Log in</strong>\n </a>\n
|
192
|
+
\ </li>\n \n \n
|
193
|
+
\ </ul>\n </div>\n \n </div>\n</header>
|
194
|
+
<!-- .top-bar -->\n \n \n\n
|
195
|
+
\ \n <div class=\"main -cx-PRIVATE-Page__main
|
196
|
+
-cx-PRIVATE-Page__main__\">\n \n <div class=\"error-container
|
197
|
+
-cx-PRIVATE-ErrorPage__errorContainer -cx-PRIVATE-ErrorPage__errorContainer__\">\n
|
198
|
+
\ \n\n <h2>Sorry, this page isn't available.</h2>\n\n <p>\n The
|
199
|
+
link you followed may be broken, or the page may have been removed.\n <a
|
200
|
+
href=\"/\">Go back to Instagram.</a>\n </p>\n\n\n\n </div>\n\n </div>
|
201
|
+
<!-- .main -->\n \n\n </div> <!--
|
202
|
+
.page -->\n\n \n <footer class=\"page-footer
|
203
|
+
-cx-PRIVATE-Footer__root -cx-PRIVATE-Footer__root__\" role=\"contentinfo\">\n
|
204
|
+
\ <div class=\"wrapper -cx-PRIVATE-Footer__wrapper -cx-PRIVATE-Footer__wrapper__\">\n
|
205
|
+
\ <nav class=\"-cx-PRIVATE-Footer__nav -cx-PRIVATE-Footer__nav__\">\n
|
206
|
+
\ <ul class=\"-cx-PRIVATE-Footer__navItems -cx-PRIVATE-Footer__navItems__\">\n
|
207
|
+
\ <li><a href=\"/about/us/\">About us</a></li>\n
|
208
|
+
\ <li><a href=\"http://help.instagram.com/\">Support</a></li>\n
|
209
|
+
\ <li><a href=\"http://blog.instagram.com/\">Blog</a></li>\n
|
210
|
+
\ <li><a href=\"https://instagram-press.com/\">Press</a></li>\n
|
211
|
+
\ <li><a href=\"/developer/\">API</a></li>\n
|
212
|
+
\ <li><a href=\"/about/jobs/\">Jobs</a></li>\n
|
213
|
+
\ <li><a href=\"/legal/privacy/\">Privacy</a></li>\n
|
214
|
+
\ <li><a href=\"/legal/terms/\">\n \n
|
215
|
+
\ Terms\n \n
|
216
|
+
\ </a></li>\n </ul>\n
|
217
|
+
\ </nav>\n\n <p class=\"copyright
|
218
|
+
-cx-PRIVATE-Footer__copyright -cx-PRIVATE-Footer__copyright__\">© 2018
|
219
|
+
Instagram</p>\n </div>\n </footer>\n
|
220
|
+
\ \n \n <div id=\"reactModalMountPoint\"></div>\n
|
221
|
+
\ </div> <!-- .root -->\n \n \n\n \n <script
|
222
|
+
type=\"text/javascript\">window._sharedData = {\"activity_counts\":null,\"config\":{\"csrf_token\":\"BE1SyqM9WyigAoxqYTTvJlFH233kWwp5\",\"viewer\":null},\"supports_es6\":false,\"country_code\":\"US\",\"language_code\":\"en\",\"locale\":\"en_US\",\"entry_data\":{},\"gatekeepers\":{\"ld\":true,\"seo\":true,\"seoht\":true,\"sf\":true,\"saa\":true},\"knobs\":{\"acct:ntb\":0,\"cb\":0,\"captcha\":0},\"qe\":{\"dash_for_vod\":{\"g\":\"\",\"p\":{}},\"aysf\":{\"g\":\"\",\"p\":{}},\"bc3l\":{\"g\":\"\",\"p\":{}},\"comment_reporting\":{\"g\":\"\",\"p\":{}},\"direct_conversation_reporting\":{\"g\":\"\",\"p\":{}},\"direct_reporting\":{\"g\":\"\",\"p\":{}},\"reporting\":{\"g\":\"\",\"p\":{}},\"media_reporting\":{\"g\":\"\",\"p\":{}},\"acc_recovery_link\":{\"g\":\"\",\"p\":{}},\"notif\":{\"g\":\"\",\"p\":{}},\"drct_nav\":{\"g\":\"\",\"p\":{}},\"fb_unlink\":{\"g\":\"\",\"p\":{}},\"mobile_stories_doodling\":{\"g\":\"\",\"p\":{}},\"move_comment_input_to_top\":{\"g\":\"\",\"p\":{}},\"mobile_cancel\":{\"g\":\"\",\"p\":{}},\"mobile_search_redesign\":{\"g\":\"\",\"p\":{}},\"show_copy_link\":{\"g\":\"\",\"p\":{}},\"mobile_logout\":{\"g\":\"\",\"p\":{}},\"pl_pivot_li\":{\"g\":\"\",\"p\":{}},\"pl_pivot_lo\":{\"g\":\"\",\"p\":{}},\"404_as_react\":{\"g\":\"\",\"p\":{}},\"acc_recovery\":{\"g\":\"\",\"p\":{}},\"collections\":{\"g\":\"\",\"p\":{}},\"comment_ta\":{\"g\":\"\",\"p\":{}},\"connections\":{\"g\":\"\",\"p\":{}},\"disc_ppl\":{\"g\":\"\",\"p\":{}},\"embeds\":{\"g\":\"\",\"p\":{}},\"ebdsim_li\":{\"g\":\"\",\"p\":{}},\"ebdsim_lo\":{\"g\":\"\",\"p\":{}},\"empty_feed\":{\"g\":\"\",\"p\":{}},\"bundles\":{\"g\":\"\",\"p\":{}},\"exit_story_creation\":{\"g\":\"\",\"p\":{}},\"gdpr_logged_out\":{\"g\":\"\",\"p\":{}},\"appsell\":{\"g\":\"\",\"p\":{}},\"imgopt\":{\"g\":\"\",\"p\":{}},\"follow_button\":{\"g\":\"\",\"p\":{}},\"loggedout\":{\"g\":\"test\",\"p\":{\"new_cta\":\"true\",\"remove_upsell_banner\":\"true\",\"show_fb_banner\":\"true\",\"update_nav\":\"true\"}},\"loggedout_upsell\":{\"g\":\"control_without_new_loggedout_upsell_content_03_15_18\",\"p\":{\"has_new_loggedout_upsell_content\":\"false\"}},\"us_li\":{\"g\":\"\",\"p\":{}},\"msisdn\":{\"g\":\"\",\"p\":{}},\"bg_sync\":{\"g\":\"\",\"p\":{}},\"onetaplogin\":{\"g\":\"control\",\"p\":{\"after_login\":\"true\",\"storage_version\":\"one_tap_storage_version\"}},\"onetaplogin_userbased\":{\"g\":\"\",\"p\":{}},\"login_poe\":{\"g\":\"\",\"p\":{}},\"prvcy_tggl\":{\"g\":\"\",\"p\":{}},\"private_lo\":{\"g\":\"control_0511\",\"p\":{\"show_lock_ui\":\"false\"}},\"profile_photo_nux_fbc_v2\":{\"g\":\"\",\"p\":{}},\"profile_tabs\":{\"g\":\"\",\"p\":{}},\"push_notifications\":{\"g\":\"\",\"p\":{}},\"reg\":{\"g\":\"control_01_10\",\"p\":{\"has_new_landing_appsells\":\"false\",\"has_new_landing_page\":\"false\"}},\"reg_vp\":{\"g\":\"test_group_1\",\"p\":{\"hide_value_prop\":\"true\"}},\"feed_vp\":{\"g\":\"\",\"p\":{}},\"report_haf\":{\"g\":\"\",\"p\":{}},\"report_media\":{\"g\":\"\",\"p\":{}},\"report_profile\":{\"g\":\"\",\"p\":{}},\"save\":{\"g\":\"\",\"p\":{}},\"sidecar\":{\"g\":\"\",\"p\":{}},\"sidecar_swipe\":{\"g\":\"\",\"p\":{}},\"su_universe\":{\"g\":\"\",\"p\":{}},\"stale\":{\"g\":\"\",\"p\":{}},\"stories_lo\":{\"g\":\"control_03_15\",\"p\":{\"stories_profile\":\"false\"}},\"stories\":{\"g\":\"\",\"p\":{}},\"tp_pblshr\":{\"g\":\"\",\"p\":{}},\"video\":{\"g\":\"\",\"p\":{}},\"gdpr_settings\":{\"g\":\"\",\"p\":{}},\"gdpr_blocking_logout\":{\"g\":\"\",\"p\":{}},\"gdpr_eu_tos\":{\"g\":\"\",\"p\":{}},\"gdpr_row_tos\":{\"g\":\"test_05_01\",\"p\":{\"tos_version\":\"row\"}},\"fd_gr\":{\"g\":\"\",\"p\":{}},\"felix\":{\"g\":\"\",\"p\":{}},\"felix_clear_fb_cookie\":{\"g\":\"\",\"p\":{}},\"felix_creation_duration_limits\":{\"g\":\"\",\"p\":{}},\"felix_creation_enabled\":{\"g\":\"\",\"p\":{}},\"felix_creation_fb_crossposting\":{\"g\":\"\",\"p\":{}},\"felix_creation_fb_crossposting_v2\":{\"g\":\"\",\"p\":{}},\"felix_creation_validation\":{\"g\":\"\",\"p\":{}},\"felix_creation_video_upload\":{\"g\":\"\",\"p\":{}},\"felix_early_onboarding\":{\"g\":\"\",\"p\":{}},\"pride\":{\"g\":\"\",\"p\":{}},\"unfollow_confirm\":{\"g\":\"\",\"p\":{}},\"profile_enhance_li\":{\"g\":\"\",\"p\":{}},\"profile_enhance_lo\":{\"g\":\"\",\"p\":{}},\"create_tag\":{\"g\":\"\",\"p\":{}}},\"hostname\":\"www.instagram.com\",\"platform\":\"web\",\"rhx_gis\":\"b70294d72c3cae2535452cd24e91211b\",\"nonce\":\"b6a5paPhY5pQyr+cLvVzYw==\",\"zero_data\":{},\"rollout_hash\":\"ac942a8a720f\",\"bundle_variant\":\"base\",\"probably_has_app\":false,\"show_app_install\":true};</script>\n
|
223
|
+
\ <script type=\"text/javascript\">\n window.__initialDataLoaded(window._sharedData);\n
|
224
|
+
\ </script>\n <script type=\"text/javascript\">!function(e){var
|
225
|
+
a=window.webpackJsonp;window.webpackJsonp=function(n,r,c){for(var i,d,s,f=0,g=[];f<n.length;f++)d=n[f],o[d]&&g.push(o[d][0]),o[d]=0;for(i
|
226
|
+
in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i]);for(a&&a(n,r,c);g.length;)g.shift()();if(c)for(f=0;f<c.length;f++)s=t(t.s=c[f]);return
|
227
|
+
s};var n={},o={70:0};function t(a){if(n[a])return n[a].exports;var o=n[a]={i:a,l:!1,exports:{}};return
|
228
|
+
e[a].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.e=function(e){var a=o[e];if(0===a)return
|
229
|
+
new Promise(function(e){e()});if(a)return a[2];var n=new Promise(function(n,t){a=o[e]=[n,t]});a[2]=n;var
|
230
|
+
r=document.getElementsByTagName(\"head\")[0],c=document.createElement(\"script\");c.type=\"text/javascript\",c.charset=\"utf-8\",c.async=!0,c.timeout=12e4,c.crossOrigin=\"anonymous\",t.nc&&c.setAttribute(\"nonce\",t.nc),c.src=t.p+\"\"+({0:\"SettingsModules\",1:\"MobileStoriesPage\",2:\"DesktopStoriesPage\",3:\"ProfilePageContainer\",4:\"LikedByListContainer\",5:\"FollowListContainer\",6:\"CreationModules\",7:\"LocationPageContainer\",8:\"DiscoverMediaPageContainer\",9:\"DiscoverEmbedsPageContainer\",10:\"TagPageContainer\",11:\"UserCollectionMediaPageContainer\",12:\"DebugInfoNub\",13:\"FeedPageContainer\",14:\"PostPageContainer\",15:\"LandingPage\",16:\"LoginAndSignupPage\",17:\"ResetPasswordPageContainer\",18:\"FBSignupPage\",19:\"IGTVVideoDraftsPageContainer\",20:\"DiscoverPeoplePageContainer\",21:\"MultiStepSignupPage\",22:\"IGTVVideoUploadPageContainer\",23:\"TermsUnblockPage\",24:\"DataDownloadRequestPage\",25:\"DirectInboxPageContainer\",26:\"AccessToolViewAllPage\",27:\"AccessToolPage\",28:\"NewUserInterstitial\",29:\"DataDownloadRequestConfirmPage\",30:\"ContactHistoryPage\",31:\"UserCollectionsPageContainer\",32:\"AccountRecoveryLandingPage\",33:\"DataControlsSupportPage\",34:\"LocationsDirectoryLandingPage\",35:\"LocationsDirectoryCountryPage\",36:\"LocationsDirectoryCityPage\",37:\"EmailConfirmationPage\",38:\"OneTapUpsell\",39:\"NewTermsConfirmPage\",40:\"CheckpointUnderageAppealPage\",41:\"TermsAcceptPage\",42:\"MobileStoriesLoginPage\",43:\"SuggestedDirectoryLandingPage\",44:\"ProfilesDirectoryLandingPage\",45:\"HashtagsDirectoryLandingPage\",46:\"OAuthPermissionsPage\",47:\"ActivityFeedPage\",48:\"HttpErrorPage\",49:\"DesktopStoriesLoginPage\",50:\"ParentalConsentPage\",51:\"ParentalConsentNotParentPage\",52:\"AccountPrivacyBugPage\",53:\"StoryCreationPage\",54:\"ContactInvitesOptOutPage\",55:\"ContactInvitesOptOutStatusPage\",56:\"Docpen\",57:\"Report\",58:\"Copyright\",59:\"Challenge\",60:\"SupportInfo\",61:\"Verification\",62:\"Community\",63:\"RapidReport\",64:\"Consumer\",65:\"EmailSnoozePage\",66:\"EmailUnsubscribePage\",67:\"NotificationLandingPage\"}[e]||e)+\".js/\"+{0:\"40ea74bb0477\",1:\"e106a47d5358\",2:\"b95a82797d35\",3:\"d402bd46ff23\",4:\"3d39c621e95d\",5:\"59284f5da223\",6:\"2d8345769de0\",7:\"3f5c62c33c7c\",8:\"d86ab6a766f4\",9:\"0f457c2fe80c\",10:\"4d8b9f4fc5b5\",11:\"9e80a91137e3\",12:\"3b4146fe898f\",13:\"7306f50ed1ec\",14:\"ef60568b49f7\",15:\"783f6ec14e85\",16:\"5a7660eb7749\",17:\"a28d04a38033\",18:\"a37a7c1ca5c6\",19:\"88bbeede7d01\",20:\"958421349e13\",21:\"8b91037d8022\",22:\"fbcf7f7ab479\",23:\"4212c9147677\",24:\"57ce0dccf9f2\",25:\"2f9545f4748a\",26:\"c461e7cdf38f\",27:\"9bde0017a25a\",28:\"ad29715b3fb9\",29:\"540eae6d32b2\",30:\"faf4647c3cb8\",31:\"0d76a35f09af\",32:\"5069d05e545f\",33:\"76219a764fc6\",34:\"9932e7a7abf0\",35:\"9b638b24f287\",36:\"63abdc0b2cdd\",37:\"4d5bbd2cf145\",38:\"1bd4ba0cf3a1\",39:\"7c67cb08ee2d\",40:\"f9f458f1e894\",41:\"1d77e8fcaa36\",42:\"85a495d364d4\",43:\"d00caa157e7c\",44:\"c179fa52146e\",45:\"ce0cdc2eba4a\",46:\"20c01b4d8b02\",47:\"e3fe0822df54\",48:\"a3cedce1b2ac\",49:\"b53787d21d4a\",50:\"187accce9ae2\",51:\"cdd5af63ff60\",52:\"c674b7200565\",53:\"9d29ebbdf34c\",54:\"ae9738a96e89\",55:\"e283bbf7f21e\",56:\"1178b4b32adc\",57:\"36591f430d90\",58:\"6f62045e877d\",59:\"c9052fc37895\",60:\"3d5e02ba5ce1\",61:\"051d7feaa0f0\",62:\"99383673fb8c\",63:\"c7e8af595b6c\",64:\"7fb06c9e5ec1\",65:\"57531091d474\",66:\"6fb75261d370\",67:\"34f3a03ba7ef\"}[e]+\".js\";var
|
231
|
+
i=setTimeout(d,12e4);function d(){c.onerror=c.onload=null,clearTimeout(i);var
|
232
|
+
a=o[e];0!==a&&(a&&a[1](new Error(\"Loading chunk \"+e+\" failed.\")),o[e]=void
|
233
|
+
0)}return c.onerror=c.onload=d,r.appendChild(c),n},t.m=e,t.c=n,t.d=function(e,a,n){t.o(e,a)||Object.defineProperty(e,a,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var
|
234
|
+
a=e&&e.__esModule?function(){return e.default}:function(){return e};return
|
235
|
+
t.d(a,\"a\",a),a},t.o=function(e,a){return Object.prototype.hasOwnProperty.call(e,a)},t.p=\"/static/bundles/base/\",t.oe=function(e){throw
|
236
|
+
console.error(e),e}}([]);</script>\n <script type=\"text/javascript\"
|
237
|
+
src=\"/static/bundles/base/Polyfills.js/edc2bbc3a21d.js\" crossorigin=\"anonymous\"></script>\n
|
238
|
+
\ <script type=\"text/javascript\" src=\"/static/bundles/base/Vendor.js/4f7146874e51.js\"
|
239
|
+
crossorigin=\"anonymous\"></script>\n <script type=\"text/javascript\"
|
240
|
+
src=\"/static/bundles/base/en_US.js/1c21b7edae7a.js\" crossorigin=\"anonymous\"></script>\n\n
|
241
|
+
\ \n \n </body>\n</html>"
|
242
|
+
http_version:
|
243
|
+
recorded_at: Fri, 29 Jun 2018 19:23:07 GMT
|
244
|
+
recorded_with: VCR 2.9.3
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_net
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Cohen Hoffing
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -208,6 +208,8 @@ files:
|
|
208
208
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_a_private_username/.yml
|
209
209
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_an_existing_case-insensitive_username/returns_an_object_representing_that_user.yml
|
210
210
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_an_unknown_username/.yml
|
211
|
+
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/.yml
|
212
|
+
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/raises_an_UnknownUser_error.yml
|
211
213
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_an_existing_user/returns_an_array_of_video_posts_from_the_user.yml
|
212
214
|
- spec/support/cassettes/SocialNet_Instagram_Models_Video/_find_by_private_shortcode/given_a_nonexistant_private_video_shortcode/.yml
|
213
215
|
- spec/support/cassettes/SocialNet_Instagram_Models_Video/_find_by_private_shortcode/given_an_existing_private_video_s_shortcode/returns_an_object_representing_that_video.yml
|
@@ -258,6 +260,8 @@ test_files:
|
|
258
260
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_a_private_username/.yml
|
259
261
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_an_existing_case-insensitive_username/returns_an_object_representing_that_user.yml
|
260
262
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_find_by_/given_an_unknown_username/.yml
|
263
|
+
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/.yml
|
264
|
+
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_a_nonexistant_user/raises_an_UnknownUser_error.yml
|
261
265
|
- spec/support/cassettes/SocialNet_Instagram_Models_User/_videos/given_an_existing_user/returns_an_array_of_video_posts_from_the_user.yml
|
262
266
|
- spec/support/cassettes/SocialNet_Instagram_Models_Video/_find_by_private_shortcode/given_a_nonexistant_private_video_shortcode/.yml
|
263
267
|
- spec/support/cassettes/SocialNet_Instagram_Models_Video/_find_by_private_shortcode/given_an_existing_private_video_s_shortcode/returns_an_object_representing_that_video.yml
|