Skip to content

Instantly share code, notes, and snippets.

@ernesto-jimenez
Created January 25, 2009 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ernesto-jimenez/51777 to your computer and use it in GitHub Desktop.
Save ernesto-jimenez/51777 to your computer and use it in GitHub Desktop.
require 'lib/tvtrack'
config = TVTrack::Config.instance
config[:username] = 'USUARIO'
config[:password] = 'PASSWORD'
puts "Running at #{Time.now}"
eztv = TVTrack::Base.instance
eztv.download_torrents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment