Add ability not to fetch an item's article

master
pictuga 2013-09-25 13:47:05 +02:00
parent 9f22402dca
commit a5a327388a
1 changed files with 6 additions and 0 deletions

View File

@ -311,6 +311,12 @@ def Fill(item, cache, feedurl='/', fast=False, clip=False):
link = match[0] link = match[0]
clip = True clip = True
log(link) log(link)
else:
link = None
if link is None:
log('no used link')
return True
# check cache and previous errors # check cache and previous errors
if link in cache: if link in cache: