add logo for each backends
This commit is contained in:
parent
310571e987
commit
490d0a6a39
23 changed files with 25 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
import urllib2
|
||||
from xml.dom import minidom
|
||||
import os
|
||||
|
||||
# TODO store datetime objects instead of strings
|
||||
# from datetime import datetime
|
||||
|
|
@ -36,6 +37,7 @@ class YWeatherBackend(BaseBackend, ICapWeather):
|
|||
VERSION = '0.1'
|
||||
DESCRIPTION = 'Yahoo Weather'
|
||||
LICENSE = 'GPLv3'
|
||||
ICON = os.path.join(os.path.dirname(__file__), 'data/logo.png')
|
||||
|
||||
URL = 'http://weather.yahooapis.com/forecastrss?w=%s&u=%s'
|
||||
|
||||
|
|
|
|||
BIN
weboob/backends/yweather/data/logo.png
Normal file
BIN
weboob/backends/yweather/data/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 370 B |
Loading…
Add table
Add a link
Reference in a new issue