summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-18 22:23:51 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-18 22:23:51 -0600
commitd1c7dfc9c2a47edf80527c2457481b9508087ce6 (patch)
tree4db738c4d308dbcbb2300f8e304635bdd023f322 /main.py
parentf19dd7a3291e2d61d4d76eef5300df522193fa1e (diff)
Added The Hill; also tweaked buildArticle()
Diffstat (limited to 'main.py')
-rw-r--r--main.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.py b/main.py
index 8318da0..f381db5 100644
--- a/main.py
+++ b/main.py
@@ -20,10 +20,12 @@ def run():
SOURCES TO ADD NEXT:
-ABC
-REUTERS
- -THE HILL
'''
+ hil=buildTheHill()
+ sourceList.append(hil)
+
nyt=buildNYT()
sourceList.append(nyt)
@@ -57,8 +59,9 @@ def run():
cbs=buildCBS()
sourceList.append(cbs)
- wkl=buildWeeklyStandard()
- sourceList.append(wkl)
+ #Weekly standard just doesn't update frequently enough
+ #wkl=buildWeeklyStandard()
+ #sourceList.append(wkl)
fox=buildFoxNews()
sourceList.append(fox)