Skip to content

Commit

Permalink
cbird.at: add logo and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preinstorfer committed Sep 8, 2018
1 parent b127816 commit 32d4460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feeds/spiders/cbird_at.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class CbirdAtSpider(FeedsCrawlSpider):
_title = "Neue cbird Versionen"
_subtitle = "Die neuesten Versionen von cbird."
_link = start_urls[0]
_icon = "https://{}/images/bird-1.png".format(name)
_logo = "https://{}/images/bird-1.png".format(name)

def parse_item(self, response):
il = FeedEntryItemLoader(
Expand Down

0 comments on commit 32d4460

Please sign in to comment.