summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/main.py b/main.py
index 09bfddc..cf68d01 100644
--- a/main.py
+++ b/main.py
@@ -15,6 +15,9 @@ def main():
def run():
sourceList=[]
+ blz=buildBlaze()
+ sourceList.append(blz)
+
bbc=buildBBC()
sourceList.append(bbc)
@@ -24,7 +27,8 @@ def run():
cbs=buildCBS()
sourceList.append(cbs)
-
+
+ '''
sourceList.append(NewsSource('The Blaze',
'http://theblaze.com',
['<a class="gallery-link" href="'],
@@ -33,7 +37,7 @@ def run():
'<!-- home -->', '<!-- loop-home -->',
'<!-- home -->', '<!-- loop-home -->',
None, None))
-
+ '''
wkl=buildWeeklyStandard()
sourceList.append(wkl)