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() rand = random.random()
if random_weight < 100 and rand < quick: if random_weight < 100 and rand < quick:
skip = True skip = True
elif feed.feed_address.startswith("http://news.google.com/news"): # elif feed.feed_address.startswith("http://news.google.com/news"):
skip = True # skip = True
weight = "-" # weight = "-"
quick = "-" # quick = "-"
rand = "-" # rand = "-"
if skip: if skip:
logging.debug(' ---> [%-30s] ~BGFaking fetch, skipping (%s/month, %s subs, %s < %s)...' % ( logging.debug(' ---> [%-30s] ~BGFaking fetch, skipping (%s/month, %s subs, %s < %s)...' % (
feed.title[:30], feed.title[:30],