Updated RSS link name
This commit is contained in:
parent
e9ee1206bd
commit
7d05b666da
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class RSSEventHandler(EventHandler):
|
||||||
imageUrl = self.getUrlFromFilename(filename)
|
imageUrl = self.getUrlFromFilename(filename)
|
||||||
title = '%s - %s' % (comic.name, os.path.basename(filename))
|
title = '%s - %s' % (comic.name, os.path.basename(filename))
|
||||||
pageUrl = comic.referrer
|
pageUrl = comic.referrer
|
||||||
description = '<img src="%s"/><br/><a href="%s">View Comic</a>' % (imageUrl, pageUrl)
|
description = '<img src="%s"/><br/><a href="%s">View Comic Online</a>' % (imageUrl, pageUrl)
|
||||||
args = (
|
args = (
|
||||||
title,
|
title,
|
||||||
imageUrl,
|
imageUrl,
|
||||||
|
|
Loading…
Reference in a new issue