View Single Post
  #171  
Old 04-02-2011, 11:16 AM
strafingmoose strafingmoose is offline
Junior Member
 
Join Date: Apr 2011
Posts: 7
strafingmoose is on a distinguished road
Default

Download from Hulu from outside the US: GetFLV + IE's Fiddler2 + Hulu


Hi guys!

First off, great ressource this forum is!

So I managed to get Firefox to show me Hulu.com videos even if I'm out of the US, but then Replay Media Catcher 4 does not capture RTMPE streams even with the latest rtmpdump plugin

I heard GetFLV still does the job, but the problem is that I can't get Hulu to think I'm from the US due to it's relatively non customizable options of it's browser.

AFAIK, GetFLV gets its proxy/connection settings from IE's.

I was not able to view Hulu videos with IE until I installed and enabled Fiddler2 and added:

Code:
oSession.oResponse.headers.Add("X-Forwarded-For", "<random US based IP");
in the OnBeforeRequest function of Fiddler2's CustomRules (Ctrl-R)

Apparently, GetFLV does not used the "fiddled" settings so there is no way for GetFLV to spoof me

Any ideas ?

Thanks.
Reply With Quote