Skip to content

Commit

Permalink
[Fixed] The weather issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SaberAkiyama committed Jul 28, 2023
1 parent c4f14c3 commit 212f4cc
Show file tree
Hide file tree
Showing 139 changed files with 2,822 additions and 2,840 deletions.
27 changes: 0 additions & 27 deletions @Resources/Scripts/User Agent.lua

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![SA Weather Cast](https://github.com/SaberAkiyama/SAWeatherCast/blob/master/GitHub_Resources/Weather%20Cast%203.png)

![Version](https://img.shields.io/static/v1?label=Version&message=1.1.2&color=4169e1&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/releases/latest) ![Build](https://img.shields.io/static/v1?label=Build&message=Release&color=e14169&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/blob/concept/README.md) ![Git License](https://img.shields.io/static/v1?label=GITLICENSE&message=CC0-1.0&color=ffd700&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/raw/master/LICENSE) ![Skin License](https://img.shields.io/static/v1?label=SKINLICENSE&message=CC-BY-NC-SA-4.0&color=69e141&style=for-the-badge&link=https://creativecommons.org/licenses/by-nc-sa/4.0)
![Version](https://img.shields.io/static/v1?label=Version&message=2.0.2&color=4169e1&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/releases/latest) ![Build](https://img.shields.io/static/v1?label=Build&message=Release&color=e14169&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/blob/concept/README.md) ![Git License](https://img.shields.io/static/v1?label=GITLICENSE&message=CC0-1.0&color=ffd700&style=for-the-badge&link=https://github.com/SaberAkiyama/SAWeatherCast/raw/master/LICENSE) ![Skin License](https://img.shields.io/static/v1?label=SKINLICENSE&message=CC-BY-NC-SA-4.0&color=69e141&style=for-the-badge&link=https://creativecommons.org/licenses/by-nc-sa/4.0)

A weather skin with a fully transparent background

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
; © 2023 by Saber Akiyama

; ===========================================================================
; DO NOT CHANGE THIS FILE UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING !!!
; ===========================================================================

[Variables]

Latitude=40.74841244

Longitude=-73.98568118

TypeUnits=e

LangLoc=en-US

; ===========================================================================
; WEATHER CORE

APIKey=21d8a80b3d6b444998a80b3d6b1449d3

URLWeatherCore=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point;v3-wx-forecast-hourly-12hour?format=json&geocode=#Latitude#,#Longitude#&units=#TypeUnits#&language=#LangLoc#&apiKey=#APIKey#

URLAirQualityCore=https://api.weather.com/v3/wx/globalAirQuality?geocode=#Latitude#,#Longitude#&language=#LangLoc#&scale=EPA&format=json&apiKey=#APIKey#

; ===========================================================================
; WEATHER DAILY CORE REGEXP

LocationPoint=(?siU)"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*}

CurrentObservations=(?siU)"v3-wx-observations-current":.*{.*"iconCode":(.*),.*"pressureAltimeter":(.*),.*"relativeHumidity":(.*),.*"sunriseTimeLocal":"(.*)",.*"sunsetTimeLocal":"(.*)",.*"temperature":(.*),.*"temperatureDewPoint":(.*),"temperatureFeelsLike":(.*),.*"uvIndex":(.*),"validTimeLocal":"(.*)",.*"visibility":(.*),.*"windDirectionCardinal":"(.*)",.*"windSpeed":(.*),"wxPhraseLong":"(.*)",.*}.*"v3-wx-forecast-daily-15day":.*{.*"moonPhase":."(.*)",.*"temperatureMax":\D(.*),.*"temperatureMin":\D(.*),.*}.*"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*}

OneHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),.*"precipChance":\D(.*),.*"relativeHumidity":\D(.*),.*"temperature":\D(.*),.*"temperatureFeelsLike":\D(.*),.*"uvIndex":\D(.*),.*"validTimeLocal":."(.*)",.*"windDirectionCardinal":."(.*)",.*"windSpeed":\D(.*),.*"wxPhraseLong":."(.*)",.*}

SixHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"precipChance":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"temperature":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"validTimeLocal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windDirectionCardinal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windSpeed":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"wxPhraseLong":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

AirQuality=(?siU)"globalairquality":.*{.*"airQualityIndex":(.*),"airQualityCategory":"(.*)",.*"primaryPollutant":"(.*)",.*}

Pollutants=(?siU)"globalairquality":.*"pollutants":.*(?(?=.*"CO").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"NO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"O3").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM10").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM2.5").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"SO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})

AirQualityDetails=(?siU)"globalairquality":.*{.*"messages":.*"General":{.*"text":"(.*)"},.*}

SeverityAlert=(?siU)"v3alertsHeadlines":(?(?=.*{.*,"alerts":).*{.*,"alerts":.*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*)

; ===========================================================================
; WEATHER TENDAY CORE REGEXP

OneDayForecast=(?siU)"v3-wx-forecast-daily-15day":.*{.*"moonriseTimeLocal":.*"(.*)","(.*)",.*"moonsetTimeLocal":.*"(.*)","(.*)",.*"sunriseTimeLocal":.*"(.*)","(.*)",.*"sunsetTimeLocal":.*"(.*)","(.*)",.*"daypartName":(.*),"(.*)","(.*)",.*"iconCode":(.*),(.*),(.*),.*"precipChance":(.*),(.*),(.*),.*"relativeHumidity":(.*),(.*),(.*),.*"temperature":(.*),(.*),(.*),.*"uvIndex":(.*),(.*),(.*),.*"windDirectionCardinal":(.*),"(.*)","(.*)",.*"windSpeed":(.*),(.*),(.*),.*"wxPhraseLong":(.*),"(.*)","(.*)",.*}

SevenDayDOW=(?siU)"v3-wx-forecast-daily-15day":.*{.*"dayOfWeek":.*"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayTempMax=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMax":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayTempMin=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMin":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayIcon=(?siU)"v3-wx-forecast-daily-15day":.*{.*"iconCode":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayPrecip=(?siU)"v3-wx-forecast-daily-15day":.*{.*"precipChance":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayWDC=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windDirectionCardinal":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayWindSpeed=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windSpeed":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayCondition=(?siU)"v3-wx-forecast-daily-15day":.*{.*"wxPhraseLong":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayDetails=(?siU)"v3-wx-forecast-daily-15day":.*{.*"narrative":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

; ===========================================================================
; WEATHER UNITS

URLWeatherUnitsCore=https://weather.com/#LangLoc#/weather/hourbyhour/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84

URLAQUnitsCore=https://weather.com/#LangLoc#/weather/today/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84

WeatherUnits=(?siU)\\"wxu-general\\":{.*\\"in\\":\\"(.*)\\",.*\\"km\\":\\"(.*)\\",\\"km/h\\":\\"(.*)\\",.*\\"mb\\":\\"(.*)\\",\\"mi\\":\\"(.*)\\",.*\\"mph\\":\\"(.*)\\",.*\\"uvIndexExtreme\\":\\"(.*)\\",\\"uvIndexVal\\":\\"(.*)\\"}.*\\"wxu-weather-data\\":{.*\\"feelsLike\\":\\"(.*)\\",\\"humidity\\":\\"(.*)\\",\\"moonrise\\":\\"(.*)\\",\\"moonset\\":\\"(.*)\\",.*\\"sunrise\\":\\"(.*)\\",\\"sunset\\":\\"(.*)\\",\\"uvIndex\\":\\"(.*)\\",.*\\"wind\\":\\"(.*)\\"}

AirQualityUnits=(?siU)\\"wxu-air-quality\\":{\\"airQuality\\":\\"(.*)\\",.*\\"allPollutants\\":\\"(.*)\\",.*\\"primaryPollutant\\":\\"(.*)\\",.*}
; © 2023 by Saber Akiyama

; ===========================================================================
; DO NOT CHANGE THIS FILE UNLESS YOU ARE SURE YOU KNOW WHAT YOU ARE DOING !!!
; ===========================================================================

[Variables]

Latitude=40.74844637

Longitude=-73.985663658

TypeUnits=e

LangLoc=en-US

; ===========================================================================
; WEATHER CORE

APIKey=21d8a80b3d6b444998a80b3d6b1449d3

URLWeatherCore=https://api.weather.com/v3/aggcommon/v3-wx-observations-current;v3-wx-forecast-daily-15day;v3alertsHeadlines;v3-location-point;v3-wx-forecast-hourly-12hour?format=json&geocode=#Latitude#,#Longitude#&units=#TypeUnits#&language=#LangLoc#&apiKey=#APIKey#

URLAirQualityCore=https://api.weather.com/v3/wx/globalAirQuality?geocode=#Latitude#,#Longitude#&language=#LangLoc#&scale=EPA&format=json&apiKey=#APIKey#

; ===========================================================================
; WEATHER DAILY CORE REGEXP

LocationPoint=(?siU)"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*}

CurrentObservations=(?siU)"v3-wx-observations-current":.*{.*"iconCode":(.*),.*"pressureAltimeter":(.*),.*"relativeHumidity":(.*),.*"sunriseTimeLocal":"(.*)",.*"sunsetTimeLocal":"(.*)",.*"temperature":(.*),.*"temperatureDewPoint":(.*),"temperatureFeelsLike":(.*),.*"uvIndex":(.*),"validTimeLocal":"(.*)",.*"visibility":(.*),.*"windDirectionCardinal":"(.*)",.*"windSpeed":(.*),"wxPhraseLong":"(.*)",.*}.*"v3-wx-forecast-daily-15day":.*{.*"moonPhase":."(.*)",.*"temperatureMax":\D(.*),.*"temperatureMin":\D(.*),.*}.*"v3-location-point":.*{.*"country":"(.*)",.*"displayName":"(.*)",.*}

OneHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),.*"precipChance":\D(.*),.*"relativeHumidity":\D(.*),.*"temperature":\D(.*),.*"temperatureFeelsLike":\D(.*),.*"uvIndex":\D(.*),.*"validTimeLocal":."(.*)",.*"windDirectionCardinal":."(.*)",.*"windSpeed":\D(.*),.*"wxPhraseLong":."(.*)",.*}

SixHourForecast=(?siU)"v3-wx-forecast-hourly-12hour":.*{.*"iconCode":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"precipChance":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"temperature":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"validTimeLocal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windDirectionCardinal":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*"windSpeed":\D(.*),(.*),(.*),(.*),(.*),(.*),.*"wxPhraseLong":."(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

AirQuality=(?siU)"globalairquality":.*{.*"airQualityIndex":(.*),"airQualityCategory":"(.*)",.*"primaryPollutant":"(.*)",.*}

Pollutants=(?siU)"globalairquality":.*"pollutants":.*(?(?=.*"CO").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"NO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"O3").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM10").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"PM2.5").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})(?(?=.*"SO2").*:{"name":"(.*)","phrase":"(.*)","amount":(.*),"unit":"(.*)","category":"(.*)","categoryIndex":.*,"index":.*})

AirQualityDetails=(?siU)"globalairquality":.*{.*"messages":.*"General":{.*"text":"(.*)"},.*}

SeverityAlert=(?siU)"v3alertsHeadlines":(?(?=.*{.*,"alerts":).*{.*,"alerts":.*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*(?(?=.*{"detailKey").*:".*",.*,"eventDescription":"(.*)","severityCode":(.*),"severity":"(.*)",.*,"headlineText":"(.*)",.*}).*)

; ===========================================================================
; WEATHER TENDAY CORE REGEXP

OneDayForecast=(?siU)"v3-wx-forecast-daily-15day":.*{.*"moonriseTimeLocal":.*"(.*)","(.*)",.*"moonsetTimeLocal":.*"(.*)","(.*)",.*"sunriseTimeLocal":.*"(.*)","(.*)",.*"sunsetTimeLocal":.*"(.*)","(.*)",.*"daypartName":(.*),"(.*)","(.*)",.*"iconCode":(.*),(.*),(.*),.*"precipChance":(.*),(.*),(.*),.*"relativeHumidity":(.*),(.*),(.*),.*"temperature":(.*),(.*),(.*),.*"uvIndex":(.*),(.*),(.*),.*"windDirectionCardinal":(.*),"(.*)","(.*)",.*"windSpeed":(.*),(.*),(.*),.*"wxPhraseLong":(.*),"(.*)","(.*)",.*}

SevenDayDOW=(?siU)"v3-wx-forecast-daily-15day":.*{.*"dayOfWeek":.*"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayTempMax=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMax":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayTempMin=(?siU)"v3-wx-forecast-daily-15day":.*{.*"temperatureMin":(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayIcon=(?siU)"v3-wx-forecast-daily-15day":.*{.*"iconCode":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayPrecip=(?siU)"v3-wx-forecast-daily-15day":.*{.*"precipChance":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayWDC=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windDirectionCardinal":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayWindSpeed=(?siU)"v3-wx-forecast-daily-15day":.*{.*"windSpeed":(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),(.*),.*}

SevenDayCondition=(?siU)"v3-wx-forecast-daily-15day":.*{.*"wxPhraseLong":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

SevenDayDetails=(?siU)"v3-wx-forecast-daily-15day":.*{.*"narrative":(.*),"(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)","(.*)",.*}

; ===========================================================================
; WEATHER UNITS

URLWeatherUnitsCore=https://weather.com/#LangLoc#/weather/hourbyhour/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84

URLAQUnitsCore=https://weather.com/#LangLoc#/weather/today/l/96f2f84af9a5f5d452eb0574d4e4d8a840c71b05e22264ebdc0056433a642c84

WeatherUnits=(?siU)\\"wxu-general\\":{.*\\"in\\":\\"(.*)\\",.*\\"km\\":\\"(.*)\\",\\"km/h\\":\\"(.*)\\",.*\\"mb\\":\\"(.*)\\",\\"mi\\":\\"(.*)\\",.*\\"mph\\":\\"(.*)\\",.*\\"uvIndexExtreme\\":\\"(.*)\\",\\"uvIndexVal\\":\\"(.*)\\"}.*\\"wxu-weather-data\\":{.*\\"feelsLike\\":\\"(.*)\\",\\"humidity\\":\\"(.*)\\",\\"moonrise\\":\\"(.*)\\",\\"moonset\\":\\"(.*)\\",.*\\"sunrise\\":\\"(.*)\\",\\"sunset\\":\\"(.*)\\",\\"uvIndex\\":\\"(.*)\\",.*\\"wind\\":\\"(.*)\\"}

AirQualityUnits=(?siU)\\"wxu-air-quality\\":{\\"airQuality\\":\\"(.*)\\",.*\\"allPollutants\\":\\"(.*)\\",.*\\"primaryPollutant\\":\\"(.*)\\",.*}
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 212f4cc

Please sign in to comment.