mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
23 lines
598 B
TOML
23 lines
598 B
TOML
[feed]
|
|
output = "euruicimages-Twitter.atom"
|
|
|
|
url = "https://mobile.twitter.com/euruicimages"
|
|
|
|
source_type = "html"
|
|
|
|
title = "{{.username}} on Twitter"
|
|
subtitle = "{{.details}}"
|
|
|
|
logo_url = { selector = ".avatar img", attribute = "src" }
|
|
|
|
[entries]
|
|
selector = ".tweet"
|
|
title = "Tweet by {{.username}} {{.tweet-social-context}}"
|
|
content = "<p><strong>{.avatar}{.fullname}:</strong></p>\n{.tweet-text}"
|
|
|
|
url = { selector = ".metadata a", attribute = "href" }
|
|
|
|
author_name = { selector = ".username" }
|
|
|
|
# published = { selector = "", attribute = "" }
|
|
# last_updated = { selector = "", attribute = "" }
|