Hi this can be done but it would be a pain in the ass load of regex as the site uses a seporated play url script this means the play url and the security token are stored in diffrent eliments on the page randomly everytime you load the page so you would need to regex out the static eliments such as the player url eliment that contains the name of the function holsing the play url
then inside this function you would need to use regex to grab the play url and remove the unneeded charictors then grab the randomly generated eliment names that hold the security oken split into two parts again the only way todo this is to use regex because the names change everytime you load the page
then you need to regex out the token pars bassed on the random named eliments found on the page and then combine everything into the one string to return to the server via redirect
this will use minimum 3 diffrent regex and time to execute these and the resource they use up would be just not work it for a single channel if you ask me unless you upload it to its own free hosting account so as not to interupt anything else but again this means multipul hosting setups for multipul sites