Hulu download scriptI created a very basic Ruby script to download from Hulu.
It only works for Windows right now. Feel free to use and improve it. github.com/svnpenn/dotfiles/blob/master/bin/hulu.rb |
Re: Hulu download scriptAwesome, thanks!
|
ruby install???Hi have you any hints and tips on installing ruby on windows to use your script ?
Ive installed rubyinstaller version 1.8.7 and the DevKit and ran Code:
gem install nokogiri Code:
gem install nokogiri --platform=ruby :( |
Re: ruby install???I'm at work right now.
I will try to make a write up for the script later today! |
Re: Hulu download scriptAny help on this please im really interested in this Ruby method.
Thanks :o |
Re: Hulu download scriptSorry for the delay. I have been trying to turn the script into a Ruby gem, so that it is easier to install.
I am new with Ruby so its been slow going, but it definitely works with Hulu, without: * modifying hosts file * RtmpSrv * RtmpExplorer |
Re: Hulu download scriptQuote:
|
Re: Hulu download scriptWhat issue did you have, maybe I can solve it for now.
|
Re: Hulu download scriptQuote:
Code:
C:\Documents and Settings\evol\Desktop\hulu>ruby hulu.rb |
Re: Hulu download scriptOk I see the problem
This script requires Ruby 1.9 If you are going to use Ruby 1.8 you need this diff Code:
--- a/hulu.rb 2012-04-05 16:48:54 -0500 |
Re: Hulu download scriptThanks got it working :D
What i did.......... 1. Downloaded Ruby 1.9.3-p125 2. Downloaded RubyInstaller DevKit 3. Setup DevKit.......... a) Extracted the DevKit.7z to C:\DevKit b) From CMD Prompt > cd C:\DevKit Code:
ruby dk.rb init Code:
ruby dk.rb install Code:
gem install rdiscount --platform=ruby Code:
ruby -rubygems -e "require 'rdiscount'; puts RDiscount.new('**Hello RubyInstaller**').to_html" Code:
gem update --system Code:
gem install nokogiri :cool: |
Re: Hulu download scriptOne also needs procdump installed
as well as rtmpdump (it is not good assuming everybody has it) procdump grep strings rtmpdump files must be in same /bin folder as the hulu.rb (having them in system path ie \windows\system32 is not working) If I only knew very easily which of the streams (35 in total) is actually the one I want... But good bet is 1000_h264 stream... Is there a way to save .mp4 (as in the stream) directly and not as .flv , so I do not have to remux it? ffmpeg -i filename.flv -vcodec copy -acodec copy filename.mp4 sebus |
Re: Hulu download scriptQuote:
github.com/svnpenn/vessel/downloads |
All times are GMT -6. The time now is 06:10 AM. |