webmaster_tools 0.1.0 → 0.1.1
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.
- data/CHANGELOG.md +5 -1
- data/VERSION +1 -1
- data/lib/webmaster_tools.rb +5 -4
- data/spec/fixtures/cassettes/WebmasterTools/_crawl_error_counts/gets_crawl_error_counts.yml +42 -42
- data/spec/fixtures/cassettes/WebmasterTools/_crawl_info/gets_crawl_info.yml +3 -3
- data/spec/fixtures/cassettes/WebmasterTools/_crawl_stats/gets_crawl_stats.yml +10 -10
- data/spec/fixtures/cassettes/WebmasterTools/_dashboard/gets_dashboard.yml +3 -3
- data/spec/fixtures/cassettes/WebmasterTools/_login/passes_with_correct_username_password.yml +3 -3
- data/spec/fixtures/cassettes/WebmasterTools/_remove_url/refuses_url_and_throws_error.yml +2241 -0
- data/spec/fixtures/cassettes/WebmasterTools/_remove_url/removes_url.yml +3098 -0
- data/spec/fixtures/cassettes/WebmasterTools/_security_token/gets_security_token.yml +3 -3
- data/spec/webmaster_tools_spec.rb +16 -0
- metadata +16 -12
data/CHANGELOG.md
CHANGED
@@ -3,8 +3,12 @@
|
|
3
3
|
## v0.1.x - ???
|
4
4
|
* check different auth optinos
|
5
5
|
* integrate official API
|
6
|
+
* add oauth
|
6
7
|
|
7
|
-
## v0.1.
|
8
|
+
## v0.1.1 - 09-03-2012
|
9
|
+
* update `remove_url` to just have url as input param
|
10
|
+
|
11
|
+
## v0.1.0 - 08-03-2012
|
8
12
|
_inital release_
|
9
13
|
|
10
14
|
* added basic docu
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
data/lib/webmaster_tools.rb
CHANGED
@@ -94,10 +94,11 @@ class WebmasterTools
|
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
97
|
-
def remove_url(
|
98
|
-
url = CGI::escape norm_url(
|
99
|
-
page = agent.get(REMOVAL % [url,
|
97
|
+
def remove_url(url_with_file)
|
98
|
+
url = CGI::escape norm_url(url_with_file)
|
99
|
+
page = agent.get(REMOVAL % [url, CGI::escape(url_with_file)])
|
100
100
|
page = agent.submit page.form
|
101
|
+
raise "could not submit URL" unless page.search(".wmt-external-url").map(&:text).include?(url_with_file)
|
101
102
|
end
|
102
103
|
|
103
104
|
private
|
@@ -106,7 +107,7 @@ class WebmasterTools
|
|
106
107
|
end
|
107
108
|
|
108
109
|
def norm_url(url)
|
109
|
-
schema, host = url.scan(/^(https?:\/\/)?(.+?)
|
110
|
+
schema, host, _ = url.scan(/^(https?:\/\/)?(.+?)(\/.*)?$/).flatten
|
110
111
|
"#{schema || 'http://'}#{host}/"
|
111
112
|
end
|
112
113
|
end
|
@@ -1532,11 +1532,11 @@ http_interactions:
|
|
1532
1532
|
.meter_available {\n background: #ffffff;\n\
|
1533
1533
|
}\n\n\n -->\n </style>\n <body dir=\"ltr\">\n\
|
1534
1534
|
<div class=topbarwrap>\n\
|
1535
|
-
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@
|
1535
|
+
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@testscloud.com</b> | <span id=gbe></span><a href=\"https://accounts.google.com/b/0/ManageAccount\" class=gb4>My account</a> | <a href=\"http://www.google.com/support/accounts/\" class=gb4>Help</a> | <a id=gb_71 href=\"https://accounts.google.com/Logout\" class=gb4>Sign out</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div>\n <div style=\"clear:both\"></div>\n\
|
1536
1536
|
</div>\n\
|
1537
1537
|
</div>\n\
|
1538
1538
|
<div class=\"header\">\n <a href='https://accounts.google.com/'>\n <img class=\"logo\"\n src='https://www.google.com/intl/en/images/logos/accounts_logo.gif'\n alt=\"Google\" />\n </a>\n\
|
1539
|
-
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@
|
1539
|
+
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@testscloud.com \n <span class=\"light\">(Primary email)</span></li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Connected accounts</td>\n <td>\n <ul>\n <li>\n <a href=\"https://profiles.google.com/connectedaccounts\">View and manage your accounts from other services</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>\n </div>\n <div id=\"my-products\">\n <h2>\n My products\n </h2>\n <ul class=\"products clearfix\">\n </ul>\n </div>\n </div>\n </div>\n\
|
1540
1540
|
<div class=\"footer\">\n ©2012 Google\n -\n <a href='http://www.google.com/'>Google Home</a>\n -\n <a href='https://accounts.google.com/TOS?hl=en'>Terms of Service</a>\n -\n <a href='http://www.google.com/intl/en/privacy/'>Privacy Policy</a>\n -\n <a href='http://www.google.com/support/accounts?hl=en'>Help</a>\n\
|
1541
1541
|
</div>\n\
|
1542
1542
|
<script type=\"text/javascript\">\n var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n\
|
@@ -1739,7 +1739,7 @@ http_interactions:
|
|
1739
1739
|
body:
|
1740
1740
|
encoding: US-ASCII
|
1741
1741
|
string: |-
|
1742
|
-
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@
|
1742
|
+
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@testscloud.com</div></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Connected accounts</div></td><td class="jnCQFc"><a href="https://profiles.google.com/connectedaccounts?authuser=0" class="PRnjWc">View and manage your accounts from other services</a></td></tr></tbody></table></div></div><div class="f1S3me"></div><div class="y9XO1d">©2012 Google - <a href="http://www.google.com/webhp?hl=en">Google Home</a> - <a href="https://www.google.com/accounts/TOS?hl=en">Terms of Service</a> - <a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a> - <a href="http://www.google.com/support/accounts?hl=en">Help</a></div><script type="text/javascript">var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25279800-1']); _gaq.push(['_setCookiePath', '/settings/']); _gaq.push(['_setDomainName', 'google.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']);
|
1743
1743
|
(function() {
|
1744
1744
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
1745
1745
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
@@ -2074,7 +2074,7 @@ http_interactions:
|
|
2074
2074
|
encoding: US-ASCII
|
2075
2075
|
string: |-
|
2076
2076
|
<!DOCTYPE HTML><html><meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
2077
|
-
<head><title>Webmaster Tools - Crawl errors - http://
|
2077
|
+
<head><title>Webmaster Tools - Crawl errors - http://testscloud.com/</title>
|
2078
2078
|
<script type="text/javascript">
|
2079
2079
|
function Timer(b){this.t={};this.tick=function(b,c,a){a=void 0!=a?a:(new Date).getTime();this.t[b]=[a,c]};this.tick("start",null,b)}var loadTimer=new Timer;window.jstiming={Timer:Timer,load:loadTimer};try{var pageT=null;window.chrome&&window.chrome.csi&&(pageT=Math.floor(window.chrome.csi().pageT));null==pageT&&window.gtbExternal&&(pageT=window.gtbExternal.pageT());null==pageT&&window.external&&(pageT=window.external.pageT);pageT&&(window.jstiming.pt=pageT)}catch(e$$8){};
|
2080
2080
|
|
@@ -2189,7 +2189,7 @@ http_interactions:
|
|
2189
2189
|
<a href="/webmasters/tools/launch-bar-link?hl=en&siteUrl=http://testscloud.com/&redir_to=ANALYTICS&ih=0" target="_blank">Analytics</a>
|
2190
2190
|
<div class="separator"></div>
|
2191
2191
|
<a href="/webmasters/tools/launch-bar-link?hl=en&siteUrl=http://testscloud.com/&redir_to=APPS" target="_blank">Apps</a></div></div></div></div>
|
2192
|
-
<div class="g-unit" id="home"><div id="account-info"><b>tobi@
|
2192
|
+
<div class="g-unit" id="home"><div id="account-info"><b>tobi@testscloud.com</b>
|
2193
2193
|
<div class="vert"></div>
|
2194
2194
|
<a href="https://www.google.com/accounts/ManageAccount?hl=en" target="google_popup">My Account</a>
|
2195
2195
|
<div class="vert"></div>
|
@@ -2201,8 +2201,8 @@ http_interactions:
|
|
2201
2201
|
<table id="logo-status"><tr><td id="logo" class="logo-area"><a class="goog-inline-block product-name-logo" href="/webmasters/tools/home?hl=en&siteUrl=http://testscloud.com/">Webmaster Tools</a></td>
|
2202
2202
|
<td class="status-message-area" id="fe-status-msg-area"></td>
|
2203
2203
|
<td class="optional-content-area">
|
2204
|
-
<div id="site-selector" class="goog-menu-button"><div class="site-selector-title-inactive"><span class="goog-inline-block favicon"><img src="//s2.googleusercontent.com/s2/favicons?domain_url=http://
|
2205
|
-
|
2204
|
+
<div id="site-selector" class="goog-menu-button"><div class="site-selector-title-inactive"><span class="goog-inline-block favicon"><img src="//s2.googleusercontent.com/s2/favicons?domain_url=http://testscloud.com/"></span>
|
2205
|
+
testscloud.com
|
2206
2206
|
<img src="/webmasters/tools/images/btn_arrow.png" width="7" height="4" alt="" border="0" /></div>
|
2207
2207
|
<div class="site-selector-title-active"><input type="text" class="site-selector-input">
|
2208
2208
|
<img src="/webmasters/tools/images/btn_arrow.png" width="7" height="4" alt="" border="0" /></div></div>
|
@@ -2218,15 +2218,15 @@ http_interactions:
|
|
2218
2218
|
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://testscloud-sitemaps.s3.amazonaws.com/\x26pli\x3d1",
|
2219
2219
|
"testscloud-sitemaps.s3.amazonaws.com"));
|
2220
2220
|
|
2221
|
-
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://m.
|
2222
|
-
"m.
|
2221
|
+
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://m.testscloud.com/\x26pli\x3d1",
|
2222
|
+
"m.testscloud.com"));
|
2223
2223
|
|
2224
|
-
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://sandbox-
|
2225
|
-
"sandbox-
|
2224
|
+
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://sandbox-testscloud.com/\x26pli\x3d1",
|
2225
|
+
"sandbox-testscloud.com"));
|
2226
2226
|
|
2227
2227
|
|
2228
2228
|
var ss = new wmt.common.display.SiteSelector(
|
2229
|
-
"site-selector", "/webmasters/tools/sites?hl\x3den\x26siteUrl\x3dhttp://
|
2229
|
+
"site-selector", "/webmasters/tools/sites?hl\x3den\x26siteUrl\x3dhttp://testscloud.com/\x26url\x3dhttps://www.google.com/webmasters/tools/crawl-errors?hl%3Den%26siteUrl%3Dhttp://testscloud.com/%26pli%3D1", recent,
|
2230
2230
|
"Recent",
|
2231
2231
|
"All",
|
2232
2232
|
"Matches",
|
@@ -2268,13 +2268,13 @@ http_interactions:
|
|
2268
2268
|
wmt.common.display.buttons.createNavigationButton(
|
2269
2269
|
"Download this table",
|
2270
2270
|
document.getElementById("dl_D1E96C03_8C368830_7A8273F1"),
|
2271
|
-
"/webmasters/tools/crawl-errors-dl?hl\x3den\x26siteUrl\x3dhttp://
|
2271
|
+
"/webmasters/tools/crawl-errors-dl?hl\x3den\x26siteUrl\x3dhttp://testscloud.com/\x26security_token\x3dmKQBUc3L7ZtRJi5aKsxQR3mp3J0:1331245138456\x26type\x3d0\x26sort\x3d0");
|
2272
2272
|
</script><div class="downloadLink goog-inline-block"><div id="dl_AF449F03_B70794CA_9633A6B0"></div></div>
|
2273
2273
|
<script type="text/javascript">
|
2274
2274
|
wmt.common.display.buttons.createNavigationButton(
|
2275
2275
|
"Download all errors on this site",
|
2276
2276
|
document.getElementById("dl_AF449F03_B70794CA_9633A6B0"),
|
2277
|
-
"/webmasters/tools/crawl-errors-dl?hl\x3den\x26siteUrl\x3dhttp://
|
2277
|
+
"/webmasters/tools/crawl-errors-dl?hl\x3den\x26siteUrl\x3dhttp://testscloud.com/\x26security_token\x3dmKQBUc3L7ZtRJi5aKsxQR3mp3J0:1331245138456\x26type\x3d0");
|
2278
2278
|
</script></div>
|
2279
2279
|
<div class="goog-inline-block tbl-pagination"><div class="goog-inline-block size-selector-text">Show</div>
|
2280
2280
|
<div id="table-size-selector"><div class="goog-menu"><div class="goog-menuitem">10 Rows</div> <div class="goog-menuitem">25 Rows</div> <div class="goog-menuitem">50 Rows</div> <div class="goog-menuitem">100 Rows</div> <div class="goog-menuitem">250 Rows</div> <div class="goog-menuitem">500 Rows</div></div></div>
|
@@ -2295,7 +2295,7 @@ http_interactions:
|
|
2295
2295
|
null,
|
2296
2296
|
|
2297
2297
|
|
2298
|
-
'https://www.google.com/webmasters/tools/crawl-errors?hl\75en\46siteUrl\75http://
|
2298
|
+
'https://www.google.com/webmasters/tools/crawl-errors?hl\75en\46siteUrl\75http://testscloud.com/\46pli\0751\46grid.r\07525\46grid.s\07525'
|
2299
2299
|
);
|
2300
2300
|
</script></div></div><div class="g-section tbl-data"><div class="griddata"><input type="hidden" id="grid.currentOrder" name="grid.currentOrder" value="">
|
2301
2301
|
<input type="hidden" id="grid.sortBy" name="grid.sortBy" value="-1">
|
@@ -2310,113 +2310,113 @@ http_interactions:
|
|
2310
2310
|
</thead>
|
2311
2311
|
<tbody>
|
2312
2312
|
<tr class="first even">
|
2313
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2313
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/goim-x/goim-x-dom-of-peace-05-02-10%22%20params=%22show_comments=true&auto_play=false&color=ffffff%22%20width=%22100%%22%20height=%2281%22%20]">http://testscloud.com/goim-x/goim-x-dom-of-peace-05-02-10%22%20params=%22show_comments=true&auto_play=false&color=ffffff%22%20width=%22100%%22%20height=%2281%22%20]</a>
|
2314
2314
|
<script type="text/javascript">
|
2315
2315
|
wmt.common.display.url.initAnchorsOnPage("wmt-external-url",
|
2316
2316
|
false);
|
2317
2317
|
</script></td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 6, 2012</td>
|
2318
2318
|
</tr>
|
2319
2319
|
<tr class="odd">
|
2320
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2320
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/oembed?url=http%3A%2F%2Ftestscloud.com%2Fococ%2Ftaylor-swift-santa-baby&format=xml">http://testscloud.com/oembed?url=http%3A%2F%2Ftestscloud.com%2Fococ%2Ftaylor-swift-santa-baby&format=xml</a>
|
2321
2321
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2322
2322
|
</tr>
|
2323
2323
|
<tr class="even">
|
2324
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2324
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/oembed?url=http%3A%2F%2Ftestscloud.com%2Fococ%2Ftaylor-swift-santa-baby&format=json">http://testscloud.com/oembed?url=http%3A%2F%2Ftestscloud.com%2Fococ%2Ftaylor-swift-santa-baby&format=json</a>
|
2325
2325
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2326
2326
|
</tr>
|
2327
2327
|
<tr class="odd">
|
2328
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2328
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/cosmikogt/wue-bo-cosmiko-original-mix/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/cosmikogt/wue-bo-cosmiko-original-mix/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2329
2329
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2330
2330
|
</tr>
|
2331
2331
|
<tr class="even">
|
2332
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2332
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/obscure-intentionz/obscure-intentionz-again-and-again/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/obscure-intentionz/obscure-intentionz-again-and-again/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2333
2333
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2334
2334
|
</tr>
|
2335
2335
|
<tr class="odd">
|
2336
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2336
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/smixcz/smix-avalanche-demo-set-2011-vol-4/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/smixcz/smix-avalanche-demo-set-2011-vol-4/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2337
2337
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2338
2338
|
</tr>
|
2339
2339
|
<tr class="even">
|
2340
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2340
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_702ab08a_1462719200&auto_play=false&maxwidth=590&url=http://testscloud.com/djbrace/sets/dj-brace">http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_702ab08a_1462719200&auto_play=false&maxwidth=590&url=http://testscloud.com/djbrace/sets/dj-brace</a>
|
2341
2341
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2342
2342
|
</tr>
|
2343
2343
|
<tr class="odd">
|
2344
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2344
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_474a05e9_1280575423&auto_play=false&maxwidth=590&url=http://testscloud.com/11_11/dmt-feat-dugong">http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_474a05e9_1280575423&auto_play=false&maxwidth=590&url=http://testscloud.com/11_11/dmt-feat-dugong</a>
|
2345
2345
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2346
2346
|
</tr>
|
2347
2347
|
<tr class="even">
|
2348
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2348
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/djarraxadeuz/sound-sessions-vol6/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/djarraxadeuz/sound-sessions-vol6/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2349
2349
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 5, 2012</td>
|
2350
2350
|
</tr>
|
2351
2351
|
<tr class="odd">
|
2352
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2352
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/rolandboggio/follow">http://testscloud.com/rolandboggio/follow</a>
|
2353
2353
|
</td> <td class=' details-column'>406 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2354
2354
|
</tr>
|
2355
2355
|
<tr class="even">
|
2356
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2356
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/djandyw/andrew-willard-9-11-10th/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/djandyw/andrew-willard-9-11-10th/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2357
2357
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2358
2358
|
</tr>
|
2359
2359
|
<tr class="odd">
|
2360
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2360
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/djandyw/andrew-willard-universal/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/djandyw/andrew-willard-universal/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2361
2361
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2362
2362
|
</tr>
|
2363
2363
|
<tr class="even">
|
2364
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2364
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_474a05e9_2007677009&auto_play=false&maxwidth=590&url=http://testscloud.com/11_11/dmt-feat-dugong">http://testscloud.com/oembed?format=js&iframe=true&callback=soundcloudAVPlayerID_474a05e9_2007677009&auto_play=false&maxwidth=590&url=http://testscloud.com/11_11/dmt-feat-dugong</a>
|
2365
2365
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2366
2366
|
</tr>
|
2367
2367
|
<tr class="odd">
|
2368
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2368
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/creditr%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/creditr</font></td></tr><tr><td style='padding:5</a>
|
2369
2369
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2370
2370
|
</tr>
|
2371
2371
|
<tr class="even">
|
2372
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2372
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/</font></td></tr><tr><td style='padding:5</a>
|
2373
2373
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2374
2374
|
</tr>
|
2375
2375
|
<tr class="odd">
|
2376
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2376
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/phente%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/phente</font></td></tr><tr><td style='padding:5</a>
|
2377
2377
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2378
2378
|
</tr>
|
2379
2379
|
<tr class="even">
|
2380
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2380
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/valiuma1%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/valiuma1</font></td></tr><tr><td style='padding:5</a>
|
2381
2381
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2382
2382
|
</tr>
|
2383
2383
|
<tr class="odd">
|
2384
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2384
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/antivi%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/antivi</font></td></tr><tr><td style='padding:5</a>
|
2385
2385
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2386
2386
|
</tr>
|
2387
2387
|
<tr class="even">
|
2388
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2388
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/auto%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/auto</font></td></tr><tr><td style='padding:5</a>
|
2389
2389
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2390
2390
|
</tr>
|
2391
2391
|
<tr class="odd">
|
2392
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2392
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/a%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/a</font></td></tr><tr><td style='padding:5</a>
|
2393
2393
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2394
2394
|
</tr>
|
2395
2395
|
<tr class="even">
|
2396
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2396
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/fre%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/fre</font></td></tr><tr><td style='padding:5</a>
|
2397
2397
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2398
2398
|
</tr>
|
2399
2399
|
<tr class="odd">
|
2400
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2400
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/free-anti-virus-softw%3C/font%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20style='padding:5;line-height:140%;color:">http://testscloud.com/free-anti-virus-softw</font></td></tr><tr><td style='padding:5</a>
|
2401
2401
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2402
2402
|
</tr>
|
2403
2403
|
<tr class="even">
|
2404
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2404
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/acheter-viagra-en-li%3C/td%3E%3Ctd%20width=23%%20align=center%20bgcolor=">http://testscloud.com/acheter-viagra-en-li%3C/td%3E%3Ctd%20width=23%%20align=center%20bgcolor=</a>
|
2405
2405
|
</td> <td class=' details-column'>400 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2406
2406
|
</tr>
|
2407
2407
|
<tr class="odd">
|
2408
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2408
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/duomethod/duo-method-before-project/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS">http://testscloud.com/duomethod/duo-method-before-project/download?utm_source=thedjlist.com&utm_medium=thedjlist.com_link&utm_content=dj_profile_link&utm_campaign=APPLICATIONS</a>
|
2409
2409
|
</td> <td class=' details-column'>403 error</td> <td class='rightmost date-column'>Mar 4, 2012</td>
|
2410
2410
|
</tr>
|
2411
2411
|
<tr class="last even">
|
2412
|
-
<td class='leftmost null'><a class="wmt-external-url" href="http://
|
2412
|
+
<td class='leftmost null'><a class="wmt-external-url" href="http://testscloud.com/staging-vibedeck/sets/test-set-1-with-10-tracks">http://testscloud.com/staging-vibedeck/sets/test-set-1-with-10-tracks</a>
|
2413
2413
|
</td> <td class=' details-column'>401 error</td> <td class='rightmost date-column'>Mar 3, 2012</td>
|
2414
2414
|
</tr></tbody>
|
2415
2415
|
</table>
|
2416
2416
|
|
2417
2417
|
<script type="text/javascript">
|
2418
2418
|
window["tblgrid"] = new wmt.common.display.Table(
|
2419
|
-
"https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://
|
2419
|
+
"https://www.google.com/webmasters/tools/crawl-errors?hl\x3den\x26siteUrl\x3dhttp://testscloud.com/\x26pli\x3d1",
|
2420
2420
|
"grid.sortBy",
|
2421
2421
|
"grid.currentOrder");
|
2422
2422
|
</script></div></div><div class="tbl-footer"><div class="goog-inline-block last-updated-section">Updated Mar 7, 2012</div>
|
@@ -2431,7 +2431,7 @@ http_interactions:
|
|
2431
2431
|
null,
|
2432
2432
|
|
2433
2433
|
|
2434
|
-
'https://www.google.com/webmasters/tools/crawl-errors?hl\75en\46siteUrl\75http://
|
2434
|
+
'https://www.google.com/webmasters/tools/crawl-errors?hl\75en\46siteUrl\75http://testscloud.com/\46pli\0751\46grid.r\07525\46grid.s\07525'
|
2435
2435
|
);
|
2436
2436
|
</script></div></div></div></div></div></div>
|
2437
2437
|
<div class="float-clear"></div></div>
|
@@ -1532,11 +1532,11 @@ http_interactions:
|
|
1532
1532
|
.meter_available {\n background: #ffffff;\n\
|
1533
1533
|
}\n\n\n -->\n </style>\n <body dir=\"ltr\">\n\
|
1534
1534
|
<div class=topbarwrap>\n\
|
1535
|
-
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@
|
1535
|
+
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@testscloud.com</b> | <span id=gbe></span><a href=\"https://accounts.google.com/b/0/ManageAccount\" class=gb4>My account</a> | <a href=\"http://www.google.com/support/accounts/\" class=gb4>Help</a> | <a id=gb_71 href=\"https://accounts.google.com/Logout\" class=gb4>Sign out</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div>\n <div style=\"clear:both\"></div>\n\
|
1536
1536
|
</div>\n\
|
1537
1537
|
</div>\n\
|
1538
1538
|
<div class=\"header\">\n <a href='https://accounts.google.com/'>\n <img class=\"logo\"\n src='https://www.google.com/intl/en/images/logos/accounts_logo.gif'\n alt=\"Google\" />\n </a>\n\
|
1539
|
-
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@
|
1539
|
+
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@testscloud.com \n <span class=\"light\">(Primary email)</span></li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Connected accounts</td>\n <td>\n <ul>\n <li>\n <a href=\"https://profiles.google.com/connectedaccounts\">View and manage your accounts from other services</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>\n </div>\n <div id=\"my-products\">\n <h2>\n My products\n </h2>\n <ul class=\"products clearfix\">\n </ul>\n </div>\n </div>\n </div>\n\
|
1540
1540
|
<div class=\"footer\">\n ©2012 Google\n -\n <a href='http://www.google.com/'>Google Home</a>\n -\n <a href='https://accounts.google.com/TOS?hl=en'>Terms of Service</a>\n -\n <a href='http://www.google.com/intl/en/privacy/'>Privacy Policy</a>\n -\n <a href='http://www.google.com/support/accounts?hl=en'>Help</a>\n\
|
1541
1541
|
</div>\n\
|
1542
1542
|
<script type=\"text/javascript\">\n var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n\
|
@@ -1739,7 +1739,7 @@ http_interactions:
|
|
1739
1739
|
body:
|
1740
1740
|
encoding: US-ASCII
|
1741
1741
|
string: |-
|
1742
|
-
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@
|
1742
|
+
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@testscloud.com</div></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Connected accounts</div></td><td class="jnCQFc"><a href="https://profiles.google.com/connectedaccounts?authuser=0" class="PRnjWc">View and manage your accounts from other services</a></td></tr></tbody></table></div></div><div class="f1S3me"></div><div class="y9XO1d">©2012 Google - <a href="http://www.google.com/webhp?hl=en">Google Home</a> - <a href="https://www.google.com/accounts/TOS?hl=en">Terms of Service</a> - <a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a> - <a href="http://www.google.com/support/accounts?hl=en">Help</a></div><script type="text/javascript">var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25279800-1']); _gaq.push(['_setCookiePath', '/settings/']); _gaq.push(['_setDomainName', 'google.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']);
|
1743
1743
|
(function() {
|
1744
1744
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
1745
1745
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
@@ -1532,11 +1532,11 @@ http_interactions:
|
|
1532
1532
|
.meter_available {\n background: #ffffff;\n\
|
1533
1533
|
}\n\n\n -->\n </style>\n <body dir=\"ltr\">\n\
|
1534
1534
|
<div class=topbarwrap>\n\
|
1535
|
-
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@
|
1535
|
+
<div id=topbar class=topbar>\n <style type=\"text/css\"><!--\n #gbar,#guser{font-size:13px;padding-top:0px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color:#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}\n --></style>\n <div id=gbar><nobr><a class=gb1 href=\"http://www.google.com/webhp?hl=en\">Search</a> <a class=gb1 href=\"http://www.google.com/imghp?hl=en\">Images</a> <a class=gb1 href=\"http://video.google.com/?hl=en\">Videos</a> <a class=gb1 href=\"http://maps.google.com/maps?hl=en\">Maps</a> <a class=gb1 href=\"http://news.google.com/nwshp?hl=en\">News</a> <a class=gb1 href=\"http://www.google.com/shopping?hl=en\">Shopping</a> <a class=gb1 href=\"https://mail.google.com/mail/\">Mail</a> <a class=gb1 style=\"text-decoration:none\" href=\"http://www.google.com/intl/en/options/\"><u>More</u> »</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><span id=gbf class=gbf></span><b class=gb4>tobi@testscloud.com</b> | <span id=gbe></span><a href=\"https://accounts.google.com/b/0/ManageAccount\" class=gb4>My account</a> | <a href=\"http://www.google.com/support/accounts/\" class=gb4>Help</a> | <a id=gb_71 href=\"https://accounts.google.com/Logout\" class=gb4>Sign out</a></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div>\n <div style=\"clear:both\"></div>\n\
|
1536
1536
|
</div>\n\
|
1537
1537
|
</div>\n\
|
1538
1538
|
<div class=\"header\">\n <a href='https://accounts.google.com/'>\n <img class=\"logo\"\n src='https://www.google.com/intl/en/images/logos/accounts_logo.gif'\n alt=\"Google\" />\n </a>\n\
|
1539
|
-
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@
|
1539
|
+
</div>\n <div class=\"body\">\n <div class=\"manage-account\">\n <div class=\"account clearfix\">\n <div class=\"profile clearfix\">\n <h2>Profile</h2>\n <div class=\"info\">\n <img src=\"https://www.google.com/s2\" alt=\"\" class=\"img\" />\n </div>\n </div>\n <div class=\"settings\">\n <h2>Personal Settings</h2>\n <table>\n <tr>\n <td class=\"headings\">Security</td>\n <td>\n <ul>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">\n Dashboard</td>\n <td>\n <ul>\n <li>\n <a href=\"https://www.google.com/dashboard?hl=en\">\n View data stored with this account\n </a>\n </li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Email addresses</td>\n <td>\n <ul>\n <li>tobi@testscloud.com \n <span class=\"light\">(Primary email)</span></li>\n </ul>\n </td>\n </tr>\n <tr>\n <td class=\"headings\">Connected accounts</td>\n <td>\n <ul>\n <li>\n <a href=\"https://profiles.google.com/connectedaccounts\">View and manage your accounts from other services</a>\n </li>\n </ul>\n </td>\n </tr>\n </table>\n </div>\n </div>\n <div id=\"my-products\">\n <h2>\n My products\n </h2>\n <ul class=\"products clearfix\">\n </ul>\n </div>\n </div>\n </div>\n\
|
1540
1540
|
<div class=\"footer\">\n ©2012 Google\n -\n <a href='http://www.google.com/'>Google Home</a>\n -\n <a href='https://accounts.google.com/TOS?hl=en'>Terms of Service</a>\n -\n <a href='http://www.google.com/intl/en/privacy/'>Privacy Policy</a>\n -\n <a href='http://www.google.com/support/accounts?hl=en'>Help</a>\n\
|
1541
1541
|
</div>\n\
|
1542
1542
|
<script type=\"text/javascript\">\n var gaJsHost = ((\"https:\" == document.location.protocol) ? \"https://ssl.\" : \"http://www.\");\n document.write(unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));\n\
|
@@ -1739,7 +1739,7 @@ http_interactions:
|
|
1739
1739
|
body:
|
1740
1740
|
encoding: US-ASCII
|
1741
1741
|
string: |-
|
1742
|
-
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@
|
1742
|
+
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=9, IE=8, chrome=1" /><base href="https://www.google.com/settings/"><title>Account Overview</title><link rel="stylesheet" href="/settings/_/ac-static/_/ss/settings/ver=1bsvvhxkt12is/am=!vfW6jRA52psNDFFIhcI/bf=/r=O"><script type = "text/javascript">AC_urlprefix="\/settings";</script></head><body class="e5I8sd"><div class="Ff16dd"><div class="DUrjUe"><div class="g2qkBd"><a href="/settings"><img src="https://www.google.com/intl/en/images/logos/accounts_logo.png"></a></div></div></div><div class="kUb8n">You are using an old browser version which Google accounts no longer supports. Some features may not work correctly. Please upgrade to a modern browser, such as <a href="http://www.google.com/chrome/?hl=en">Google Chrome</a>.</div><div class=kqUche><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Profile</div></td><td class="jnCQFc"><div class="J7Bdmc"><span><img src="//lh5.googleusercontent.com/-9IJPRbWv6lE/AAAAAAAAAAI/AAAAAAAAAAA/dGoOg49t4Fs/photo.jpg" class="AUQ0ke" /></span><div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Security</div></td><td class="jnCQFc"><div><a href="https://www.google.com/accounts/b/0/EditPasswd">Change password</a></div><div><a href="https://www.google.com/accounts/b/0/IssuedAuthSubTokens?hl=en">Authorize applications & sites</a><div><div><a href="https://www.google.com/accounts/b/0/MultipleSessions">Multiple sign-in</a></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Email addresses</div><div><a href="https://www.google.com/accounts/b/0/EditUserInfo">Edit</a></div></td><td class="jnCQFc"><div><div class="fW7Pgf">Primary email address</div><div>tobi@testscloud.com</div></div></td></tr></tbody></table></div><div class="fq2Mlb"></div><div><table class="SFuzMb"><tbody><tr><td class="RPkX2e"><div class="d9hkqd">Connected accounts</div></td><td class="jnCQFc"><a href="https://profiles.google.com/connectedaccounts?authuser=0" class="PRnjWc">View and manage your accounts from other services</a></td></tr></tbody></table></div></div><div class="f1S3me"></div><div class="y9XO1d">©2012 Google - <a href="http://www.google.com/webhp?hl=en">Google Home</a> - <a href="https://www.google.com/accounts/TOS?hl=en">Terms of Service</a> - <a href="http://www.google.com/intl/en/privacy/privacy-policy.html">Privacy Policy</a> - <a href="http://www.google.com/support/accounts?hl=en">Help</a></div><script type="text/javascript">var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-25279800-1']); _gaq.push(['_setCookiePath', '/settings/']); _gaq.push(['_setDomainName', 'google.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']);
|
1743
1743
|
(function() {
|
1744
1744
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
1745
1745
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
@@ -2188,7 +2188,7 @@ http_interactions:
|
|
2188
2188
|
<a href="/webmasters/tools/launch-bar-link?hl=en&siteUrl=http://testscloud-sitemaps.s3-website-us-east-1.amazonaws.com/&redir_to=ANALYTICS&ih=0" target="_blank">Analytics</a>
|
2189
2189
|
<div class="separator"></div>
|
2190
2190
|
<a href="/webmasters/tools/launch-bar-link?hl=en&siteUrl=http://testscloud-sitemaps.s3-website-us-east-1.amazonaws.com/&redir_to=APPS" target="_blank">Apps</a></div></div></div></div>
|
2191
|
-
<div class="g-unit" id="home"><div id="account-info"><b>tobi@
|
2191
|
+
<div class="g-unit" id="home"><div id="account-info"><b>tobi@testscloud.com</b>
|
2192
2192
|
<div class="vert"></div>
|
2193
2193
|
<a href="https://www.google.com/accounts/ManageAccount?hl=en" target="google_popup">My Account</a>
|
2194
2194
|
<div class="vert"></div>
|
@@ -2211,17 +2211,17 @@ http_interactions:
|
|
2211
2211
|
|
2212
2212
|
var recent = [];
|
2213
2213
|
|
2214
|
-
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://
|
2215
|
-
"
|
2214
|
+
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://testscloud.com/\x26pli\x3d1",
|
2215
|
+
"testscloud.com"));
|
2216
2216
|
|
2217
2217
|
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://testscloud-sitemaps.s3.amazonaws.com/\x26pli\x3d1",
|
2218
2218
|
"testscloud-sitemaps.s3.amazonaws.com"));
|
2219
2219
|
|
2220
|
-
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://m.
|
2221
|
-
"m.
|
2220
|
+
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://m.testscloud.com/\x26pli\x3d1",
|
2221
|
+
"m.testscloud.com"));
|
2222
2222
|
|
2223
|
-
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://sandbox-
|
2224
|
-
"sandbox-
|
2223
|
+
recent.push(new SE("https://www.google.com/webmasters/tools/crawl-stats?hl\x3den\x26siteUrl\x3dhttp://sandbox-testscloud.com/\x26pli\x3d1",
|
2224
|
+
"sandbox-testscloud.com"));
|
2225
2225
|
|
2226
2226
|
|
2227
2227
|
var ss = new wmt.common.display.SiteSelector(
|