rss-bot icon indicating copy to clipboard operation
rss-bot copied to clipboard

Support for using cookies?

Open IceGazer opened this issue 1 year ago • 1 comments

There is a feed I am wanting to access at https://pso2.com/players/pso2news.xml that requires that you go through a rather over-zealous age gate process first before you are able to access it. The age gate sets a few cookies to confirm that you have gone through it then serves the feed to you if the cookies exist. I had a look through the configuration files but I cannot see a way to provide cookies for a feed?

IceGazer avatar Jul 15 '23 10:07 IceGazer

I can look into how difficult this would be to add in. The rss parsing library im using doesnt have cookie support so may not be possible without moving off of it + theres some updates I need to get done to my other bots first. Pretty bad that they block rss feeds behind an age gate

If someone else wants to look at it though before im able to feel free to make a pull request if you get it functioning

Ategon avatar Jul 16 '23 17:07 Ategon