It is currently April 30th, 2024, 4:53 pm

Help, Web Parser & Yahoo Pipes

Get help with creating, editing & fixing problems with skins
kabott
Posts: 39
Joined: March 28th, 2012, 10:18 pm
Location: Argentina

Help, Web Parser & Yahoo Pipes

Post by kabott »

Hi, i been struglin with web parser & yahoo pipes for a couple days, i really dont know what im doing wrong,
i use RainRegExp and i get what i want, i test it on my skin (who previously used to work) but now it doesnt..
so i check if i got blocked from the site (ussually a couple hours if it happens) due to too much refreshing, i check with an other skin to see if the parser works and it works.. so.. RegExp works.. Other Skins Works.. but this one doesent and it used to.. i just dont get it. (or any other skin using yahoo pipes that i had created )

other skins i didnt created work. mines worked fine till yesterday ..today not any longer.

why regExp has no problems but yet the same parsing doesnt works in the skin? whats going on?


help please?



Code: Select all


[Rainmeter]
Update=1000
BackgroundMode=0
Background=#resources#\Mbackt.png 
MouseScrollDownAction= [ !RainmeterSetVariable variable "( [Calcu]   - 50 )"]    [!Update] 
MouseScrollUpAction=  [ !RainmeterSetVariable variable "( [Calcu]  + 50 )"]     [!Update]  


[Variables]



variable=0
ImageColorize=70,170,255





;===== Title Options ====
 
TitleFont= NovecentoZ


FontFaceRSS_Title=Century Gothic
FontSizeRSS_Title=11

FontFaceDate=Arial
FontSizeDate=8

FontFaceDescription=Arial
FontSizeDescription=8



Separacion=37
FontFaceN=Arial



;====Feed Options =====


Textcolor=130,200,255,150
TextOverCol=255,255,255,255
TextClickCol=255,255,255,255

SolidOver=#ImageColorize#,60
SolidLeave=#ImageColorize#,10
SolidClick=255,0,0,40

 
SubstituteFeed="&apos;":"'",""":"","&Quot;":"","&":"&","<br>":"","![CDATA[":"","]]":"","...":"","<":"",">":"","/PRE>":"","PRE>":"","<":"","'":"'","&#228;":"ä","&#246;":"ö","&#8211;":"–"



;===========Margins

XMargin=20
YMargin=15


Get=.*<title.*>(.*)</title>.*<link.*>(.*)</link>.*<pubDate>(.*)</pubDate>.*type="image/png" url="(.*)"/>

[Feed]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=http://pipes.yahoo.com/pipes/pipe.run?_id=469a5fad47aab27e543fcabb605a4fd6&_render=rss

RegExp="(?siU)<title.*>(.*)</title>.*<link.*>(.*)</link>.*<title.*>(.*)</title>

 
UpdateRate=12000
StringIndex=1
Substitute=#SubstituteFeed#
DecodeCharacterReference=1
FinishAction=!RainmeterUpdate "#currentconfig#"
 
;---------------------------------------------------------------------------------------------

[Calcu]
measure=Calc
Formula=#variable#
Dynamicvariables=1

[Image]
Meter=IMAGE
SolidColor=0,0,0,190
X=10
Y= (60 + #YMargin# )
W=486
H=269

;==================   1    =============================

[Measure_Title_1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=3
DecodeCharacterReference=1
Substitute=#SubstituteFeed#

[Measure_Link_1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=4


[Measure_Date_1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=5

 
[Measure_Thumbnail_1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Feed]
StringIndex=6
Download=1

 

[Meter_TumbNail_1]
MeasureName=Measure_Thumbnail_1
Meter=IMAGE
X=   (   #XMargin#  - 5)
Y= (  ([Calcu])  + 125 )  
W=80
PreserveAspectratio=1
DynamicVariables=1

[Meter_Title_1]
Meter=STRING
MeasureName=Measure_Title_1
X= 85r
Y=r
W=390
H=60
FontColor=255,255,255,150
SolidColor=159,116,75,60
FontFace= #FontFaceRSS_Title#
FontSize= #FontSizeRSS_Title#
AntiAlias= 1
Prefix= "1-  "
ClipString=1
DynamicVariables=1
StringAlign= LEFT
MouseOverAction=!Execute [!SetOption "#CURRENTSECTION#" FontColor "255,255,255"] [!SetOption "#CURRENTSECTION#" SolidColor   "179,136,95,60"]   [!Update] 
MouseLeaveAction=!Execute [!SetOption "#CURRENTSECTION#" FontColor   "255,255,255,150"]  [!SetOption "#CURRENTSECTION#" SolidColor   "159,116,75,60"]   [!Update] 
LeftMouseUpAction=!Execute  [!SetOption "#CURRENTSECTION#" FontColor   "#TextClickCol#"] [!SetOption "#CURRENTSECTION#" SolidColor   "179,136,95,60"]    [[Measure_Link_1]]    [PLAY "#RSSCLICKSOUND#"]       [!Update]  

[Meter_Date_1]
Meter=STRING
MeasureName=Measure_Date_1
X=390r
Y=46r
W=390
H=13
FontColor=255,255,255,150
SolidColor=0,0,0,150
FontFace= #FontFaceDate#
FontSize= #FontSizeDate#
AntiAlias= 1
Prefix= ""
ClipString=1
DynamicVariables=1
StringAlign= right






[FrameBack]
Meter=IMAGE
SolidColor=#ImageColorize#,60
X=14
Y=78
W=478
H=42