mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
retrieve the final url after potential http 30x redirect
This commit is contained in:
@@ -77,6 +77,7 @@ public class FeedFetcher {
|
||||
feed.setEtagHeader(FeedUtils.truncate(result.geteTag(), 255));
|
||||
feed.setLastContentHash(hash);
|
||||
fetchedFeed.setFetchDuration(result.getDuration());
|
||||
fetchedFeed.setUrlAfterRedirect(result.getUrlAfterRedirect());
|
||||
return fetchedFeed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user