forked from tanner/qotnews
Blacklist sec.gov website
This commit is contained in:
parent
9a279d44b1
commit
d8a0b77765
|
@ -13,7 +13,7 @@ from feeds import hackernews, reddit, tildes, manual
|
|||
OUTLINE_API = 'https://api.outline.com/v3/parse_article'
|
||||
READ_API = 'http://127.0.0.1:33843'
|
||||
|
||||
INVALID_DOMAINS = ['youtube.com', 'bloomberg.com', 'wsj.com']
|
||||
INVALID_DOMAINS = ['youtube.com', 'bloomberg.com', 'wsj.com', 'sec.gov']
|
||||
TWO_DAYS = 60*60*24*2
|
||||
|
||||
def list():
|
||||
|
|
Loading…
Reference in New Issue
Block a user