Archived
1
0
Fork 0

dlight.c: print items that are downloaded

This commit is contained in:
Henrik Hautakoski 2011-08-31 19:16:07 +02:00
parent a2569b58e3
commit 3aea2adbc6

View file

@ -32,6 +32,8 @@ static void process_items(rss_t rss, struct target *t) {
continue;
}
printf("Downloaded: %s\n", item.title);
dlhist_update(item.link);
}
}