summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.py b/main.py
index ada2e37..3d7b0ee 100755
--- a/main.py
+++ b/main.py
@@ -15,7 +15,17 @@ def run():
sourceList=[]
+ sourceList.append(NewsSource('BBC US',
+ 'http://www.bbc.com/news/world/us_and_canada',
+ ['buzzard-item', '<a href="'],
+ ['top_stories#', '<a href="'],
+ [],
+ None, None,
+ '<div class="pigeon">','<div id=',
+ None, None,
+ 'http://www.bbc.com'))
+
sourceList.append(NewsSource('NBC News',
'http://nbcnews.com',
['top-stories-section', 'panel_hero', '<a href="'],