Try 30 days of free premium.

Show Lookup via tvrage, imdb, thetvdb allow embed as well for episodes/cast


david wrote 8 years ago: 1

You could set your HTTP client not to automatically follow redirects, then manually parse the "Location" header from the response and add the embed parameters.

For example for curl: "CURLOPT_FOLLOWLOCATION TRUE to follow any "Location: " header that the server sends as part of the HTTP header (note this is recursive, PHP will follow as many "Location: " headers that it is sent, unless CURLOPT_MAXREDIRS is set)."

Try 30 days of free premium.