Skip to content


Railscast script II

Hi there

Some of you would remember Railscast script, so I coded a new version using SQLite3.

The new version is this one and the empty database is that one. :-)

Enjoy it

P.S. Remember to rename the empty database file from EmptyRailsCastDownloader.db to RailsCastDownloader.db.

Posted in Diari, English Linux, Rails.


2 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. JamesD says

    Thanks for the useful info. It’s so interesting

  2. XhtmlWeaver says

    This might be helpful for others, when the script running, it throws up the error like

    Adding downloaded episode to restart file.
    railscastdownloader.rb:111:in `insert_downloaded_episode_to_restart_db’: wrong number of arguments (1 for 2) (ArgumentError)
    from railscastdownloader.rb:111:in `download_casts’
    from railscastdownloader.rb:91:in `each’
    from railscastdownloader.rb:91:in `download_casts’
    from railscastdownloader.rb:171

    How to Fix,
    go to line 137,
    137 def insert_downloaded_episode_to_restart_db(id, downloaded_episode_name)

    just take the id out



Some HTML is OK

or, reply to this post via trackback.