Add author_url to Oc ReMixes example

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 01:06:08 +01:00
parent 78fc03c7c6
commit fe5f7bfbaa
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -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 = "" }