Skip to content

Commit

Permalink
openwrt.org: add icon and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Aug 8, 2018
1 parent 0876613 commit 571c5c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feeds/spiders/openwrt_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class OpenwrtOrgSpider(FeedsCrawlSpider):
_subtitle = "Newest release builds from OpenWRT."
_timezone = "Europe/Berlin"
_base_url = "https://{}".format(name)
_icon = "https://{}/lib/tpl/openwrt/images/apple-touch-icon.png".format(name)
_logo = "https://{}/lib/tpl/openwrt/images/logo.png".format(name)

def parse_release(self, response):
for href in response.xpath(
Expand Down

0 comments on commit 571c5c4

Please sign in to comment.