mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
Add author_url to Oc ReMixes example
This commit is contained in:
parent
78fc03c7c6
commit
fe5f7bfbaa
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ url = { selector = "a.main.featured", attribute = "href" }
|
|||
#url = { selector = "a.main.featured", attribute = "data-preview" }
|
||||
|
||||
author_name = { selector = "td:nth-child(2) a.featured" }
|
||||
author_url = { selector = "td:nth-child(2) a.featured", attribute = "href" }
|
||||
|
||||
published = { selector = "td:nth-child(3)", attribute = "" }
|
||||
# last_updated = { selector = "", attribute = "" }
|
||||
|
|
Loading…
Reference in a new issue