diff --git a/PolyFeed/FeedSource.cs b/PolyFeed/FeedSource.cs index 5a9de37..e9dc5a8 100644 --- a/PolyFeed/FeedSource.cs +++ b/PolyFeed/FeedSource.cs @@ -96,7 +96,14 @@ namespace PolyFeed /// public SelectorSettings LastUpdated { get; set; } + /// + /// The selector for the name of the author of an entry. + /// public SelectorSettings AuthorName { get; set; } + /// + /// The selector for the url that points to a page that represents + /// the author of an entry. + /// public SelectorSettings AuthorUrl { get; set; } }