It is currently March 29th, 2024, 12:05 am

WebParser URL substitute

Get help with creating, editing & fixing problems with skins
66808
Posts: 4
Joined: January 24th, 2017, 10:02 pm

WebParser URL substitute

Post by 66808 »

Using WebParserTutorial.rmskin as a reference to get some weather info on screen.
Want to combine results from 2 different (not really) websites into one.

Code: Select all

[MeasureParent]
Measure=Plugin
Plugin=WebParser
URL=http://SomeSite.com/SomeFolder/SomeFile.html
RegExp=(?siU)<item>(.*)</item>.*<item>(.*)</item>
Instead of this example code i have 2 sources:
http://SomeSite.com/SomeFolder/File1.html
http://SomeSite.com/SomeFolder/File2.html

Is it possible to get readings with substitute from both URL-s without having 2 separate "skins"?

PS: Those 2 URL-s also require slightly different approach with regexp
User avatar
FreeRaider
Posts: 826
Joined: November 20th, 2012, 11:58 pm

Re: WebParser URL substitute

Post by FreeRaider »

I don't understand what you want.

Please, can you post your "real" code?
66808
Posts: 4
Joined: January 24th, 2017, 10:02 pm

Re: WebParser URL substitute

Post by 66808 »

nvm, found solution already