Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   get-flash-videos (http://stream-recorder.com/forum/forumdisplay.php?f=70)
-   -  

can't download from hulu anymore

(http://stream-recorder.com/forum/showthread.php?t=13533)

chanc 09-02-2012 07:05 AM

can't download from hulu anymore


 
F:\rtmpdump>perl get_flash_videos --proxy http://127.0.0.1:8087 --subtitles http
://www.hulu.com/watch/341145#s-p1-so-i0
Downloading http://www.hulu.com/watch/341145#s-p1-so-i0
Using method 'hulu' for http://www.hulu.com/watch/341145#s-p1-so-i0
Found Hulu CID: 6768293
Found Hulu EID: l5GqyEhYhBlmRKIlatDXyA
Hulu subtitles file: American_Dad_-S07E14-Stan_s_Best_Friend.srt
Subtitle file American_Dad_-S07E14-Stan_s_Best_Friend.srt already exists and has
stuff in it - not overwriting
Error: Couldn't get RTMP url at /loader/0x154ada4/FlashVideo/Site/Hulu.pm line 2
72.

Couldn't extract Flash movie URL. This site may need specific support adding,
or fixing.

Please confirm the site is using Flash video and if you have Flash available
check that the URL really works(!).

Check for updates by running: get_flash_videos --update

If the latest version does not support this please open a bug (or
contribute a patch!) at http://code.google.com/p/get-flash-videos/
make sure you include the output with --debug enabled.
Couldn't download any videos.

what's wrong ? please help me .

svnpenn 09-02-2012 08:26 AM

Re: can't download from hulu anymore


 
If you have Cygwin, you can use hulu.sh script

Code:

$ hulu.sh
Press enter after video starts

Printing results
 0      400_h264      limelight
 1      400_h264      level3
 2      400_h264      akamai
 3      1000_h264      limelight
 4      1000_h264      level3
 5      1000_h264      akamai
 6      650_h264      limelight
 7      650_h264      level3
 8      650_h264      akamai
 9        480_vp6      limelight
10        480_vp6      level3
11        480_vp6      akamai
12      400_h264      limelight
Make choice. Avoid level3.
3
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a 'a2461/o23?as=adobe-hm
ac-sha256&av=1&te=connect&mp=545/60050545&et=1346596092&fmta-token=9beaa1fa97598
a24e38866f046ea9d80bfd75d859630a5419679616ac032d5b3&hgt=OZU7Pvs7j27-nhteNno7wu65
AP_yBvVNgBi78q-N59r2HbjHI0TW6H4xqSkm4TtHMkGYTqSJlL3FF_plaFByexDSrUhgmx1ii4SVddbQ
Mu_8r3U4YqvHOXPThaZXlh6QS9p1cXZjLZvYXmcdjJS2oXXJZ4Nx1UzCIb9LKunHXdc8uLBn8BQ0vEN9
QW8ayDUI1Lpn-yX8C2x4yQa897_cmWWJKdInP3RD6SxMQub8K0tEMAUvGun3sAdos5EfwPeHkPWrxiCa
tOmoGfYXT5SgVjwMVXB9_UYOfJfxb048scg=&hgt_ver=331370278' -o out.flv -r rtmpe://hu
lu-545.fcod.llnwd.net/a2461/o23 -y mp4:545/60050545/agave50274698_9697355_H264_1
000.mp4
RTMPDump v2.4-35-ge0056c5
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              1313.46
INFO:  moovPosition          36.00
INFO:  width                720.00
INFO:  height                400.00
INFO:  videocodecid          avc1
INFO:  audiocodecid          mp4a
INFO:  avcprofile            100.00
INFO:  avclevel              30.00
INFO:  aacaot                2.00
INFO:  videoframerate        23.98
INFO:  audiosamplerate      22050.00
INFO:  audiochannels        2.00
INFO: tags:
INFO:  ┬⌐too                Hulu v1.10
INFO: trackinfo:
INFO:  length                31520489.00
INFO:  timescale            24000.00
INFO:  language              und
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  length                57923584.00
INFO:  timescale            44100.00
INFO:  language              und
INFO: sampledescription:
INFO:  sampletype            mp4a
15277.001 kB / 265.26 sec (20.1%)


chanc 09-04-2012 05:45 AM

Re: can't download from hulu anymore


 
it seems to be working well!
but i have never tried linux before.
can i make it ?

chanc 09-04-2012 07:40 AM

Re: can't download from hulu anymore


 
-bash-4.1$ hulu.sh
/opt/etc/hulu.sh: line 3: $'\r': command not found
/opt/etc/hulu.sh: line 4: syntax error near unexpected token `$'{\r''
'opt/etc/hulu.sh: line 4: `pidof(){
-bash-4.1$

after i copy the code from the web and paste it on txt, then rename it as .sh, run it , and get the response above.

on which step did i mess it up ?

chanc 09-04-2012 07:59 AM

Re: can't download from hulu anymore


 
-bash-4.1$ /cygdrive/c/cygwin/svnetc/hulu.sh
Press enter after video starts

Printing results
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

Make choice. Avoid level3.
-q
+ rtmpdump -W http://download.hulu.com/huludesktop.swf -a '?' -o out.flv -r '' -y ''
/cygdrive/c/cygwin/svnetc/hulu.sh: line 45: rtmpdump: command not found

it seems hulu.sh has met some problems.
help me , please.

svnpenn 09-04-2012 03:57 PM

Re: can't download from hulu anymore


 
I uploaded a fix for this problem, try it again.

evol 09-05-2012 01:24 AM

Re: can't download from hulu anymore


 
@ svnpenn quick question when downloading and installing Cygwin do we use the full or basic package ?

Just finally thinking to give your scripts ago on windows. :)

svnpenn 09-05-2012 04:46 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by evol (Post 53796)
@ svnpenn quick question when downloading and installing Cygwin do we use the full or basic package ?

Just finally thinking to give your scripts ago on windows. :)

I installed Cygwin just now, as a test. I did not see any options for "full" or "basic"; so I'm not sure how to answer this.

evol 09-05-2012 07:12 AM

Re: can't download from hulu anymore


 
Sorry i meant packages :o

svnpenn 09-05-2012 07:40 AM

Re: can't download from hulu anymore


 
Quote:

Originally Posted by evol (Post 53807)
Sorry i meant packages :o

Mate, I have no idea what you are talking about. You simply download "setup.exe" and run the installation with default options. If you are having this much trouble installing Cygwin, then this script might not be for you.


All times are GMT -6. The time now is 09:01 AM.