Merge pull request #4685 from nurbek91/GetYourGuide

Add GetYourGuide / Appointment scheduling
main
Elbert Alias 3 years ago committed by GitHub
commit e892619949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,3 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0211 31.9065C18.4716 31.9065 22.3756 29.64 24.6847 26.1549V31.2771H30.7298V14.2324H14.5251V20.1098H21.3262C20.6967 23.2585 17.9255 25.6935 14.5669 25.6935C10.8305 25.6935 7.80764 22.6705 7.80764 18.2625V13.7284C7.80764 9.40436 11.0404 6.21345 15.5745 6.21345C19.1011 6.21345 22.2498 8.14436 23.2993 10.9575L29.6807 8.73273C27.9175 3.35855 22.2076 0 15.6167 0C7.304 0 1.09091 5.58364 1.09091 13.7284V18.2625C1.09091 26.1131 6.884 31.9065 14.0211 31.9065Z" fill="#FF5533"/>
</svg>

After

Width:  |  Height:  |  Size: 628 B

@ -351,6 +351,32 @@
"scripts": "api\\.at\\.getsocial\\.io",
"website": "https://getsocial.io"
},
"GetYourGuide": {
"cats": [
72
],
"description": "GetYourGuide is a Berlin-based online travel agency and online marketplace for tour guides and excursions.",
"icon": "GetYourGuide.svg",
"dom": {
"img[src*='cdn.getyourguide.com/']": {
"src": ""
},
"link[href*='cdn.getyourguide.com/']": {
"src": ""
},
"a[href*='.getyourguide.']": {
"attributes": {
"href": "\\.getyourguide\\.\\w+/\\?partner_id="
}
}
},
"scripts": "\\.getyourguide\\.com/",
"saas": true,
"pricing": [
"payg"
],
"website": "https://partner.getyourguide.com"
},
"Getintent": {
"cats": [
36

Loading…
Cancel
Save