<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,6 +14,15 @@ import MySQLdb
 from BeautifulSoup import BeautifulSoup
 from BeautifulSoup import SoupStrainer
 
+tvshows = (&quot;House&quot;, &quot;Family Guy&quot;, &quot;The Cleveland Show&quot;, &quot;Heroes&quot;, &quot;True Blood&quot;,\
+ 			&quot;Curb Your Enthusiasm&quot;, &quot;Mad Men&quot;, &quot;Entourage&quot;, &quot;Dollhouse&quot;, &quot;Californication&quot;,\
+ 			&quot;The Big Bang Theory&quot;, &quot;How I Met Your Mother&quot;, &quot;Fringe&quot;, &quot;American Dad&quot;,\
+			&quot;The Office&quot;)
+
+falsePositives = (&quot;Desperate Housewives&quot;, &quot;Season&quot;, &quot;mkv&quot;)  #things that are showing up in torrents you decide you don't want
+
+url = &quot;http://thepiratebay.org/top/205&quot;  # catch the top 100 TV shows on piratebay
+
 
 # This script definitely requires BeautifulSoup and Mysql to run.
 # BeautifulSoup can be found here http://www.crummy.com/software/BeautifulSoup/
@@ -28,14 +37,7 @@ from BeautifulSoup import SoupStrainer
 #GRANT ALL PRIVILEGES on torrents.* TO 'torrent'@'localhost' WITH GRANT OPTION;
 #CREATE TABLE torrents(id INT AUTO_INCREMENT PRIMARY KEY, link VARCHAR(300));
 
-tvshows = (&quot;House&quot;, &quot;Family Guy&quot;, &quot;The Cleveland Show&quot;, &quot;Heroes&quot;, &quot;True Blood&quot;,\
- 			&quot;Curb Your Enthusiasm&quot;, &quot;Mad Men&quot;, &quot;Entourage&quot;, &quot;Dollhouse&quot;, &quot;Californication&quot;,\
- 			&quot;The Big Bang Theory&quot;, &quot;How I Met Your Mother&quot;, &quot;Fringe&quot;, &quot;American Dad&quot;,\
-			&quot;The Office&quot;)
-
-falsePositives = (&quot;Desperate Housewives&quot;, &quot;Season&quot;, &quot;mkv&quot;)
 
-url = &quot;http://thepiratebay.org/top/205&quot;  # catch the top 100 TV shows on piratebay
 
 def checkForDupesAndReturnNewLinks(listOfLinks):
 	conn = MySQLdb.connect(</diff>
      <filename>torrenting/newtorrent.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6270ac87d9451674f4c2027073fdbfece9d8216a</id>
    </parent>
  </parents>
  <author>
    <name>C. Anderson Miller</name>
    <email>candersonmiller@gmail.com</email>
  </author>
  <url>http://github.com/candersonmiller/recreational/commit/03834983b4fc844b629dc311a57200e99d777fe9</url>
  <id>03834983b4fc844b629dc311a57200e99d777fe9</id>
  <committed-date>2009-09-28T14:03:33-07:00</committed-date>
  <authored-date>2009-09-28T14:03:33-07:00</authored-date>
  <message>rearranging</message>
  <tree>1244ff7db1ecabeb41f8b4e3b9ccec3a6de70315</tree>
  <committer>
    <name>C. Anderson Miller</name>
    <email>candersonmiller@gmail.com</email>
  </committer>
</commit>
