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

fix xpaths by not using ids anymore #22

Closed damoeb closed 3 years ago

damoeb commented 3 years ago

Working on the support of craigslist.com I realized the link xpaths can be constructed from ids which will result in some kind of deadlock. I fixed it by not using ids at all, cause they are likely not general enough to be used in a feed rule.