Skip to content

Commit

Permalink
[weather.multi] 0.0.21 (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heckie75 authored Dec 31, 2023
1 parent b1b680b commit 60d305b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weather.multi/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="weather.multi" name="Multi Weather" version="0.0.20" provider-name="ronie">
<addon id="weather.multi" name="Multi Weather" version="0.0.21" provider-name="ronie">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.openweathermap.maps" version="1.0.4"/>
Expand Down
2 changes: 1 addition & 1 deletion weather.multi/lib/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .providers import weatherbit
from .providers import openweathermap

CURL = 'https://www.yahoo.com/'
CURL = 'https://www.yahoo.com/?guccounter=2'
YURL = 'https://www.yahoo.com/news/weather/'
LCURL = 'https://www.yahoo.com/news/_tdnews/api/resource/WeatherSearch;text=%s'
FCURL = 'https://www.yahoo.com/news/_tdnews/api/resource/WeatherService;crumb={crumb};woeids=%5B{woeid}%5D'
Expand Down

0 comments on commit 60d305b

Please sign in to comment.