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.76k stars 109 forks source link

Looks like this site does not contain any feed data. #26

Closed dumprop closed 3 years ago

dumprop commented 3 years ago

Feed https://blog.path.net/

Looks like this site does not contain any feed data.
Most likely the website is JavaScript generated, which is not supported by rss-proxy directly.
curl https://blog.path.net/
<html>
<head><title>307 Temporary Redirect</title></head>
<body>
<center><h1>307 Temporary Redirect</h1></center>
<hr><center>openresty</center>
</body>
</html>

Looks like that site have anti bot protection

damoeb commented 3 years ago

Looks like. This bot protection does not get triggered when you run the rss-proxy with JavaScript support. Let me know if this works for you.