summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rw-r--r--main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.py b/main.py
index b18e6ce..3a22875 100644
--- a/main.py
+++ b/main.py
@@ -38,10 +38,10 @@ def run():
sourceList.append(NewsSource('CBS News',
'http://cbsnews.com',
- ['<a href="'],
+ ['<h1 class="title">', '<a href="'],
['<li data-tb-region-item>', '<a href="'],
[],
- 'Big News Area Side Assets', '</a>'
+ None, None, #'Big News Area Side Assets', '</a>'
'Big News Area Side Assets', '</ul></div>',
None, None))