Page 1 of 1

Create an RSS reader

Posted: February 5th, 2017, 11:31 pm
by Mortedark
Hi !

I search possibility to create an RSS Reader of Overwatch News.
(I have any basical experiance with files .ini but I trying watch forums to learn it but my source code won't work :? )

The RSS Url : http://www.overpwn.com/news.rss

My source code:

Code: Select all

Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
URL="http://www.overpwn.com/news.rss"
RegExp="(?siU)<?xml version="(.*)">.*<rss xmlns:a10="http://www.w3.org/2005/Atom" version="(.*)">.*<channel>(.*)</channel>.*<title>(.*)</title>.*<link>(.*)</link>.*"
Where I can learn to finish it ? Where I can found the tip ?

Thank you
Mortedark

Ps : If you have difficult for understand my english, tell me every* questions.

Re: Create an RSS reader

Posted: February 6th, 2017, 9:48 am
by fonpaolo
Not sure if you've already read the Rainmeter documentation, so I post a link: RSS Feed Tutorial.

Re: Create an RSS reader

Posted: February 6th, 2017, 2:27 pm
by FreeRaider

Re: Create an RSS reader

Posted: February 14th, 2017, 8:11 pm
by Mortedark
Thanks you very mutch guys ^^