1
0
Fork 0
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:
Starbeamrainbowlabs 2019-08-05 01:06:08 +01:00
parent 78fc03c7c6
commit fe5f7bfbaa
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

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