From d1c7dfc9c2a47edf80527c2457481b9508087ce6 Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Sat, 18 Feb 2017 22:23:51 -0600 Subject: Added The Hill; also tweaked buildArticle() --- main.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'main.py') 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) -- cgit v1.2.3