I would like to programatically get straming URL to this video. The page uses JWPlayer, but there is no URL in the source coe.
I figured out that the URL for this particular video would be http://photon.trollvid.net/videos/076b127c.mp4
, but I have no idea how to get the &st parameter.
I'm using c# with html agility pack
What should I do?