sorry that didn't work and if i did i wouldn't be in original resolution anyways
it has worked for me and it is in the original resolution of the image.
well can you give me an example cause i tried everything and couldn't get it to work.
This is one of my images https://ep1.pinkbike.org/p4pb10224740/p4pb10224740.jpg and if i change it to https://ep1.pinkbike.org/p0pb10224740/p0pb10224740.jpg it will download it.
Sorry for the thread revival but I thought this might be of use to others.
I got tired of copying and pasting all this stuff in the URL to download pictures, so I made a simple bookmarklet to do it for me. All I do now is navigate to the picture I want to download and click the bookmarklet from my bookmarks bar.
To make the bookmarklet yourself, just make a bookmark and set the following as the URL:
javascript function () { var photoNum=window.location.pathname.split('/')[2];var url='https://ep1.pinkbike.org/p0pb'+photoNum +'/' +photoNum +'.jpg';window.open(url, '_blank'); } ())