I'm able to get the property (URL, which responds with the URL to an image) I need for my application, but I need the image in a larger size.
't_thumb' is interchangeable. I want that to be 't_1080p'. By changing that, the responded data would be a URL with a large image.
When I make the post request, it will always retrieve the URL with 't_thumb', but I would prefer that part of the URL to be 't_1080p', or another variable.
How can I do this?
I've tried looking at documentation, but haven't had much luck. A user on the API's message board suggested: "You need to manually find/replace on the URL string.", however, this doesn't appear to be working.