microlinkhq / open

4 stars 2 forks source link

Custom Rules: `palette` not applied to custom fields #4

Closed Kikobeats closed 5 years ago

Kikobeats commented 6 years ago

Originally reported by Stefan Charsley.

Current Behavior

For custom rules with the palette option, even when the rule is set to type of image, no palette information is received.

Example:

$ curl https://api.microlink.io/?url=https://www.taratahi.ac.nz/news/fmg-taratahi-scholarship&palette=true&data.imageOverride.0.selector=.content-section+img.js-image&data.imageOverride.0.attr=data-bttrlazyloading-lg-src&data.imageOverride.0.type=image

returns (notice how the imageOverride property is just the url compared to the image property)

{"status":"success","data":{"lang":null,"author":null,"title":"Taratahi - FMG Taratahi Scholarship","publisher":"Taratahi","image":{"url":"https://www.taratahi.ac.nz/taratahi/images/taratahi-logo.png","width":435,"height":183,"type":"png","size":24731,"size_pretty":"24.7 kB"},"description":"Get a rewarding career agriculture with Taratahi. Since 1919 Taratahi Agricultural Training Centre has led rural studies in Agricultural study on its multiple farms through out New Zealand.","video":null,"date":"2018-08-16T12:06:01.473Z","logo":{"url":"https://www.taratahi.ac.nz/favicon.ico?v1","width":16,"height":16,"type":"png","size":3117,"size_pretty":"3.12 kB"},"url":"https://www.taratahi.ac.nz/news/fmg-taratahi-scholarship","imageOverride":"https://www.taratahi.ac.nz/Taratahi/media/Taratahi/Images/Body%20Text%20Images%20(OPTIMIZED)/Students-in-LUV-Taster.png?width=800&height=364&mode=crop"}}
charsleysa commented 5 years ago

@Kikobeats is there any eta for this?

Kikobeats commented 5 years ago

I'm not sure if it was a edge case or it was fixed, but looks it's working fine

Screenshot 2019-03-18 at 23 21 29

Just I'm going to close this until we find an edge case again 👍