diff --git a/conservancy/podjango/feeds.py b/conservancy/podjango/feeds.py index 9f24d34a..dc406130 100644 --- a/conservancy/podjango/feeds.py +++ b/conservancy/podjango/feeds.py @@ -59,13 +59,13 @@ class CastFeedBase(Feed): def for_podcast_feed_extra_kwargs(self, obj): return { 'managingEditorNames': 'Bradley and Karen', - 'rssImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/faif_144x144.jpg', + 'rssImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/tcs_300x300.jpg', 'width': '144', 'height': '144'}, 'webMaster': 'oggcast@faif.us (Bradley and Karen)', 'dcCreator': 'oggcast@faif.us (Bradley and Karen)', 'iTunesExplicit': 'No', 'iTunesBlock': 'No', - 'iTunesImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/faif_300x300.jpg', + 'iTunesImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/tcs_300x300.jpg', 'title': 'The Corresponding Source (formerly Free as in Freedom)', 'link': self.author_link, 'type': 'video/jpg'}, diff --git a/conservancy/podjango/static/podjango/img/cast/faif_144x144.jpg b/conservancy/podjango/static/podjango/img/cast/faif_144x144.jpg deleted file mode 100644 index b2a571a3..00000000 Binary files a/conservancy/podjango/static/podjango/img/cast/faif_144x144.jpg and /dev/null differ diff --git a/conservancy/podjango/static/podjango/img/cast/faif_200x200.jpg b/conservancy/podjango/static/podjango/img/cast/faif_200x200.jpg deleted file mode 100644 index 16538960..00000000 Binary files a/conservancy/podjango/static/podjango/img/cast/faif_200x200.jpg and /dev/null differ diff --git a/conservancy/podjango/static/podjango/img/cast/faif_300x300.jpg b/conservancy/podjango/static/podjango/img/cast/faif_300x300.jpg deleted file mode 100644 index df51528e..00000000 Binary files a/conservancy/podjango/static/podjango/img/cast/faif_300x300.jpg and /dev/null differ diff --git a/conservancy/podjango/static/podjango/img/cast/faif_300x300.xcf b/conservancy/podjango/static/podjango/img/cast/faif_300x300.xcf deleted file mode 100644 index be55a690..00000000 Binary files a/conservancy/podjango/static/podjango/img/cast/faif_300x300.xcf and /dev/null differ diff --git a/conservancy/podjango/static/podjango/img/cast/tcs_300x300.jpg b/conservancy/podjango/static/podjango/img/cast/tcs_300x300.jpg new file mode 100644 index 00000000..f7643837 Binary files /dev/null and b/conservancy/podjango/static/podjango/img/cast/tcs_300x300.jpg differ diff --git a/conservancy/podjango/static/podjango/img/cast/tcs_300x300.xcf b/conservancy/podjango/static/podjango/img/cast/tcs_300x300.xcf new file mode 100644 index 00000000..e877c64f Binary files /dev/null and b/conservancy/podjango/static/podjango/img/cast/tcs_300x300.xcf differ