dlight.c: print items that are downloaded
This commit is contained in:
parent
a2569b58e3
commit
3aea2adbc6
1 changed files with 2 additions and 0 deletions
2
dlight.c
2
dlight.c
|
|
@ -32,6 +32,8 @@ static void process_items(rss_t rss, struct target *t) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("Downloaded: %s\n", item.title);
|
||||||
|
|
||||||
dlhist_update(item.link);
|
dlhist_update(item.link);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Reference in a new issue