Re-enabling Google News fetches.

This commit is contained in:
Samuel Clay 2013-09-11 10:50:20 -07:00
parent e65cd3d99f
commit 2fe65adc4d

View file

@ -355,11 +355,11 @@ class Dispatcher:
rand = random.random()
if random_weight < 100 and rand < quick:
skip = True
elif feed.feed_address.startswith("http://news.google.com/news"):
skip = True
weight = "-"
quick = "-"
rand = "-"
# 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],