Don't fill facebook for now
This commit is contained in:
parent
8a5202efd5
commit
71f20c8b29
4
morss.py
4
morss.py
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user