diff --git a/examples/ocremix-remixes.toml b/examples/ocremix-remixes.toml index ed0e73e..2851cc7 100644 --- a/examples/ocremix-remixes.toml +++ b/examples/ocremix-remixes.toml @@ -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 = "" }