mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Skipping google alerts.
This commit is contained in:
parent
2b2c731bd5
commit
00a412960a
1 changed files with 3 additions and 0 deletions
|
@ -357,6 +357,9 @@ class Dispatcher:
|
|||
skip = True
|
||||
elif feed.feed_address.startswith("http://news.google.com/news"):
|
||||
skip = True
|
||||
weight = "-"
|
||||
quick = "-"
|
||||
rand = "-"
|
||||
if skip:
|
||||
logging.debug(' ---> [%-30s] ~BGFaking fetch, skipping (%s/month, %s subs, %s < %s)...' % (
|
||||
feed.title[:30],
|
||||
|
|
Loading…
Add table
Reference in a new issue