From 8baf2549aad6cf3fd874a8e647ea20ed63b63808 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 22 Oct 2017 21:32:21 -0400 Subject: try to ignore abc news columns --- unbiased/sources/abc.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unbiased/sources/abc.py b/unbiased/sources/abc.py index c9f5f94..c53df0b 100644 --- a/unbiased/sources/abc.py +++ b/unbiased/sources/abc.py @@ -6,6 +6,8 @@ class ABC(NewsSource): shortname = 'ABC' url = 'http://abcnews.go.com/' + bad_urls = ['/column'] + @classmethod def _fetch_urls(cls): """ -- cgit v1.2.3