Reputation: 1
Hey Guys, I want to write a script to download all rails screen casts from this location http://railscasts.com/episodes/archive Any ideas on how this can be automated?
Upvotes: 0
Views: 200
Reputation: 21730
I'd personally go with wget -l inf -r -np http://railscasts.com/episodes
.
Upvotes: 1