Advertisement
Guest User

EPLTable

a guest
May 23rd, 2020
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3.  
  4. ; = = = = = MEASURES = = = = =
  5.  
  6. [Team1]
  7. Measure=WebParser
  8. URL="https://www.premierleague.com/tables"
  9. RegExp=(?siU)tablebodyContainer.*span class="long">(.*)</span.*<t.*>(.*)</.*<t.*>(.*)</.*<t.*>(.*)</.*<t.*>(.*)</.*<t.*>(.*)</.*<t.*>(.*)</.*<t.*>..........(.*)</.*<t.*>(.*)</
  10. StringIndex=1
  11.  
  12. [Played1]
  13. Measure=WebParser
  14. URL=[Team1]
  15. StringIndex=2
  16.  
  17. [Won1]
  18. Measure=WebParser
  19. URL=[Team1]
  20. StringIndex=3
  21.  
  22. [Drawn1]
  23. Measure=WebParser
  24. URL=[Team1]
  25. StringIndex=4
  26.  
  27. [Lost1]
  28. Measure=WebParser
  29. URL=[Team1]
  30. StringIndex=5
  31.  
  32. [GF1]
  33. Measure=WebParser
  34. URL=[Team1]
  35. StringIndex=6
  36.  
  37. [GA1]
  38. Measure=WebParser
  39. URL=[Team1]
  40. StringIndex=7
  41.  
  42. [GD1]
  43. Measure=WebParser
  44. URL=[Team1]
  45. StringIndex=8
  46.  
  47. [Points1]
  48. Measure=WebParser
  49. URL=[Team1]
  50. StringIndex=9
  51.  
  52. ; = = = = = METERS = = = = =
  53.  
  54. [TextTeam1]
  55. Meter=String
  56. MeasureName=Team1
  57. FontSize=21
  58. FontColor=0, 0, 0, 255
  59. AntiAlias=1
  60. X=0
  61. Y=0
  62. W=300
  63. H=60
  64. Text=%1
  65.  
  66. [TextPlayed1]
  67. Meter=String
  68. MeasureName=Played1
  69. FontSize=21
  70. FontColor=0, 0, 0, 255
  71. AntiAlias=1
  72. X=140
  73. Y=0
  74. W=300
  75. H=60
  76. Text=%1
  77.  
  78. [TextWon1]
  79. Meter=String
  80. MeasureName=Won1
  81. FontSize=21
  82. FontColor=0, 0, 0, 255
  83. AntiAlias=1
  84. X=180
  85. Y=0
  86. W=300
  87. H=60
  88. Text=%1
  89.  
  90. [TextDrawn1]
  91. Meter=String
  92. MeasureName=Drawn1
  93. FontSize=21
  94. FontColor=0, 0, 0, 255
  95. AntiAlias=1
  96. X=220
  97. Y=0
  98. W=300
  99. H=60
  100. Text=%1
  101.  
  102. [TextLost1]
  103. Meter=String
  104. MeasureName=Lost1
  105. FontSize=21
  106. FontColor=0, 0, 0, 255
  107. AntiAlias=1
  108. X=260
  109. Y=0
  110. W=300
  111. H=60
  112. Text=%1
  113.  
  114. [TextGF1]
  115. Meter=String
  116. MeasureName=GF1
  117. FontSize=21
  118. FontColor=0, 0, 0, 255
  119. AntiAlias=1
  120. X=300
  121. Y=0
  122. W=300
  123. H=60
  124. Text=%1
  125.  
  126. [TextGA1]
  127. Meter=String
  128. MeasureName=GA1
  129. FontSize=21
  130. FontColor=0, 0, 0, 255
  131. AntiAlias=1
  132. X=340
  133. Y=0
  134. W=300
  135. H=60
  136. Text=%1
  137.  
  138. [TextGD1]
  139. Meter=String
  140. MeasureName=GD1
  141. FontSize=21
  142. FontColor=0, 0, 0, 255
  143. AntiAlias=1
  144. X=380
  145. Y=0
  146. W=300
  147. H=60
  148. Text=%1
  149.  
  150. [TextPoints1]
  151. Meter=String
  152. MeasureName=Points1
  153. FontSize=21
  154. FontColor=0, 0, 0, 255
  155. AntiAlias=1
  156. X=450
  157. Y=0
  158. W=300
  159. H=60
  160. Text=%1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement