store feed content hash

This commit is contained in:
Athou
2013-06-09 16:22:38 +02:00
parent d212cf66c1
commit d855455b54
4 changed files with 34 additions and 11 deletions

View File

@@ -163,7 +163,8 @@ public class FeedREST extends AbstractResourceREST {
url = StringUtils.trimToEmpty(url);
url = prependHttp(url);
try {
FetchedFeed feed = feedFetcher.fetch(url, true, null, null, null);
FetchedFeed feed = feedFetcher.fetch(url, true, null, null, null,
null);
info = new FeedInfo();
info.setUrl(feed.getFeed().getUrl());
info.setTitle(feed.getTitle());