summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-13 19:22:13 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-13 19:22:13 -0600
commit028845d66a407f8af072c7b11be7be4bb4ae4602 (patch)
tree1c194f55e6bcc4483f9082edee6126fc80a7696d /main.py
parentdc7dc6019b076583f1e815457b439f00200fb808 (diff)
New layout implemented, plus a CBS fix
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))