summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-01-10 22:13:28 +0300
committerdartraiden <wowemuh@gmail.com>2022-01-10 22:13:28 +0300
commitc8db39fe09740b20040c652c7724a68001749f2c (patch)
tree0d6d93466433423671738f44c11ce6e356bd1de0 /protocols
parent73b86c4055e61ae05c3a2a528100e1bb6741ab3c (diff)
Weather: fix min/max temp parsing for gismeteo_ru.ini
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Weather/docs/weather/gismeteo_ru.ini14
1 files changed, 7 insertions, 7 deletions
diff --git a/protocols/Weather/docs/weather/gismeteo_ru.ini b/protocols/Weather/docs/weather/gismeteo_ru.ini
index b6c2ff1177..a09cedce94 100644
--- a/protocols/Weather/docs/weather/gismeteo_ru.ini
+++ b/protocols/Weather/docs/weather/gismeteo_ru.ini
@@ -54,17 +54,17 @@ Update URL3=https://www.gismeteo.ru/weather-%s/10-days/
;-----------------------------------------------------
-[Update]
-Start=<div class="day" data-pattern="G:i">
-End=</div>
-Url=1
-
[Condition]
Start=data-text="
End=">
Unit=Cond
Url=1
+[Update]
+Start=<div class="day" data-pattern="G:i">
+End=</div>
+Url=1
+
[TempNow]
Start=<span class="sign">
End=<span class="unit
@@ -86,13 +86,13 @@ Set Data=[TempFeel] & " °C"
[Low]
Start=<span class="unit unit_temperature_c">
End=</span>
-;Unit=C
+Unit=C
Url=1
[High]
Start=<span class="unit unit_temperature_c">
End=</span>
-;Unit=C
+Unit=C
Url=1
[WS]