Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

session_ratsinformation_documents_to_rss

Extracts the latest documents of the somacos session app / sessionnet to a feed in FreshRSS (HTML + XPath)

Latest documents in session app by the City of Duisburg https://sessionnet.owl-it.de/duisburg/bi/do0040.asp

Add Feed to FreshRSS with the type of feed source: HTML + XPath

Feed URL: https://sessionnet.owl-it.de/duisburg/bi/do0040.asp
feed title: "Ratsinformation Duisburg"
finding news items: //tr[@class="smc-t-r-l"]
item title: substring-after(descendant::td[contains(@class,"dovorgang")]/a/@title, ": ")
item content: descendant::td[@class="smc-t-cl991 xxdocs"]
item link (URL): descendant::td[@class="smc-t-cl991 dovorgang"]/a/@href
item date: descendant::ul[contains(@class,"smc-detail-list")]/li[1]
item tags: descendant::td[@class="smc-t-cl991 doart"]

About

Extracts the latest documents of the somacos session app / sessionnet to a feed in FreshRSS (HTML + XPath)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors