Don't fill facebook for now
parent
8a5202efd5
commit
71f20c8b29
4
morss.py
4
morss.py
|
@ -316,6 +316,10 @@ def Fill(item, cache, feedurl='/', fast=False):
|
||||||
else:
|
else:
|
||||||
link = None
|
link = None
|
||||||
|
|
||||||
|
# facebook, do nothing for now FIXME
|
||||||
|
if urlparse.urlparse(feedurl).netloc == 'graph.facebook.com':
|
||||||
|
link = None
|
||||||
|
|
||||||
if link is None:
|
if link is None:
|
||||||
log('no used link')
|
log('no used link')
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue