damoeb / rss-proxy

RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.
https://rssproxy.migor.org
1.72k stars 109 forks source link

Support splitted contexts #23

Closed damoeb closed 3 years ago

damoeb commented 3 years ago

Normally a context of an article is just one node. There are websites like HN or arxiv.org that split this article unit into two separate nodes. This state can be represented in xpath https://stackoverflow.com/a/16584668/807017 , so it might be worth giving it a try.

damoeb commented 3 years ago

This is done