Home
Name Modified Size InfoDownloads / Week
readme.txt 2010-01-03 437 Bytes
showDownloader.py 2010-01-03 3.3 kB
Totals: 2 Items   3.7 kB 0
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.
Source: readme.txt, updated 2010-01-03