I am trying to get a title of any of the videos at a local Youtube-like site. One example is this: http://vbox7.com/play:e3ce46716f The thing is that the site checks if I have cookies or Javascript enabled. I overcame the cookie check by emulating a cookiejar with CURL. However, without a Javascript check the site won't show me the video title, which is what I'm after. If I try a tool like Facebook Debug on the above URL it can access the video and the title. I tried faking Facebook user agent by using this code. The "See exactly what our scraper sees for your URL" at the bottom of Facebook Debug shows the complete page source as my CURL command should be accessing it and I can try downloading the FB Debug version every time, but it requires me to login first. I have to create a separate CURL poster script to login to my FB account and that is not really a solution. I have also noticed something weird. If I use a tool like XML-Sitemaps.com GoogleBot Simulator, the tool will grab the page source, but only ONCE. When I try the same URL second time it only grabs a message saying that I need to enable cookies on my browser. I guess this is why the videos show up nice in Search engines, because they visit only once occasionally and the site doesn't make them any trouble for a first visit of any given video for a specific time period. Help please? How do I get the title of any video at vbox7.com with CURL?