summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/main.py b/main.py
index e26c8c2..948bf36 100644
--- a/main.py
+++ b/main.py
@@ -58,15 +58,8 @@ def run():
None, None))
- sourceList.append(NewsSource('Weekly Standard',
- 'http://www.weeklystandard.com/',
- ['<div class="lead-photo">', 'href="'],
- ['<div class="lead-photo">', 'href="'],
- [],
- '<div id="region_1"', '<div id="region_2"',
- '<div class="widget lead-story layout-3col-feature" data-count="2">', '<div id="region_2"',
- None, None))
-
+ wkl=buildWeeklyStandard()
+ sourceList.append(wkl)
nyt=buildNYT()
sourceList.append(nyt)