Don't fill facebook for now

master
pictuga 2013-10-21 21:31:02 +02:00
parent 8a5202efd5
commit 71f20c8b29
1 changed files with 4 additions and 0 deletions

View File

@ -316,6 +316,10 @@ def Fill(item, cache, feedurl='/', fast=False):
else:
link = None
# facebook, do nothing for now FIXME
if urlparse.urlparse(feedurl).netloc == 'graph.facebook.com':
link = None
if link is None:
log('no used link')
return True