mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
Bugfix: Correctly detect LastUpdated selector presence
This commit is contained in:
parent
ffb7318382
commit
39a068d14b
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace PolyFeed
|
|||
);
|
||||
|
||||
}
|
||||
if (source.Entries.Published != null) {
|
||||
if (source.Entries.LastUpdated != null) {
|
||||
nextItem.LastUpdated = DateTime.Parse(
|
||||
nextNode.QuerySelectorAttributeOrText(
|
||||
source.Entries.LastUpdated
|
||||
|
|
Loading…
Reference in a new issue