donnykurnia / Railscasts-downloader

Download all episodes of railscasts from latest one to episode 1
21 stars 10 forks source link

how to execute #4

Closed iam-raheem closed 11 years ago

iam-raheem commented 11 years ago

hello, i want to know how to execute this script & download all vidoes. Plz help me.

donnykurnia commented 11 years ago

Hi @srinu0541

Basically you just need to download railscasts-downloader.rb file and put this into your computer. Before run it, make sure you already have nokogiri gem installed:

gem install nokogiri

Then run this file using this command:

ruby railscasts-downloader.rb

Or make it executable so you could run it directly:

chmod +x railscasts-downloader.rb
./railscasts-downloader.rb

FYI, I haven't get a chance to update this script to handle pro and revisited episodes. You could check the forks of this script and try the one that have handled this correctly.

Thanks,

iam-raheem commented 11 years ago

thank you so much for the script. It is downloading all the free episodes. But we need to get PRO episodes also. I'll try my level best to get those too & update here.