Greetings!
What an awesome skill.
I have tested the python script(s) on domains help.salesforce.com and the results are great, thank you!
However, there is no real extraction happening for domains developer.salesforce.com.
Below is a sample execution along with the returned results.
python .\extract_salesforce_doc.py --url https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm --pretty
{
"ok": true,
"url": "https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm",
"httpStatus": 200,
"title": "Understanding Metadata API | Metadata API Developer Guide | Salesforce Developers",
"host": "developer.salesforce.com",
"hostKind": "official-salesforce",
"strategy": "body",
"selector": "body",
"likelyShell": false,
"stealthRequested": false,
"stealthAvailable": false,
"stealthUsed": false,
"text": "We use cookies to make your interactions with our website more meaningful. They help us better understand how our websites are used, so we can tailor content for you. For more information about the different cookies we are using, read the Privacy Statement. To change your cookie settings and preferences, see the Cookie Consent Manager.\nACCEPT ALL COOKIES",
"contentLinks": [
"https://www.salesforce.com/company/privacy/full_privacy/",
"https://onetrust.com/poweredbyonetrust",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#maincontent",
"https://www.salesforce.com/",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#",
"https://www.salesforce.com/industries/",
"...more links..."
],
"childLinks": [
"https://www.salesforce.com/company/privacy/full_privacy/",
"https://onetrust.com/poweredbyonetrust",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#maincontent",
"https://www.salesforce.com/",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#",
"https://www.salesforce.com/industries/",
"...more links..."
],
"candidateCount": 1,
"routedVia": "generic_official_salesforce_extractor"
}
Greetings!
What an awesome skill.
I have tested the python script(s) on domains help.salesforce.com and the results are great, thank you!
However, there is no real extraction happening for domains developer.salesforce.com.
Below is a sample execution along with the returned results.
python .\extract_salesforce_doc.py --url https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm --pretty{
"ok": true,
"url": "https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm",
"httpStatus": 200,
"title": "Understanding Metadata API | Metadata API Developer Guide | Salesforce Developers",
"host": "developer.salesforce.com",
"hostKind": "official-salesforce",
"strategy": "body",
"selector": "body",
"likelyShell": false,
"stealthRequested": false,
"stealthAvailable": false,
"stealthUsed": false,
"text": "We use cookies to make your interactions with our website more meaningful. They help us better understand how our websites are used, so we can tailor content for you. For more information about the different cookies we are using, read the Privacy Statement. To change your cookie settings and preferences, see the Cookie Consent Manager.\nACCEPT ALL COOKIES",
"contentLinks": [
"https://www.salesforce.com/company/privacy/full_privacy/",
"https://onetrust.com/poweredbyonetrust",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#maincontent",
"https://www.salesforce.com/",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#",
"https://www.salesforce.com/industries/",
"...more links..."
],
"childLinks": [
"https://www.salesforce.com/company/privacy/full_privacy/",
"https://onetrust.com/poweredbyonetrust",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#maincontent",
"https://www.salesforce.com/",
"https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_intro.htm#",
"https://www.salesforce.com/industries/",
"...more links..."
],
"candidateCount": 1,
"routedVia": "generic_official_salesforce_extractor"
}