Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 readme.txt 2010-01-05 mattluttrell [r1] added
 showDownloader.py 2010-01-05 mattluttrell [r1] added

Read Me

This script requires Beautiful Soup 3.03 and MySQL.

Use this script to create a table for your shows:

CREATE TABLE  `mysql`.`shows` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(200) DEFAULT NULL,
  `download_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
)

You will need to create an RSS feed for your TV shows at mytvrss.com and create an account at easynews.com.