Hacker News new | ask | show | jobs
by qingcharles 449 days ago
I use Pinterest a ton. What param can I use to extract the original res?
1 comments

Images are served from i.pinimg.com/ and the url params can be changed from "[0-9]+x(\/[0-9a-f]{2}){3}\/[0-9a-f]{32}\.jpg" to "originals/(\/[0-9a-f]{2}){3}\/[0-9a-f]{32}\.(jpg|png)".
Awesome, thank you.