Add episode webpage link to shownotes

This commit is contained in:
Thomas Perl 2014-03-15 21:40:11 +01:00
parent ab311a20c4
commit 532a99edea
3 changed files with 8 additions and 0 deletions

View file

@ -335,6 +335,7 @@ class gPotherSide:
'title': episode.trimmed_title,
'description': util.remove_html_tags(episode.description),
'metadata': ' | '.join(self._format_metadata(episode)),
'link': episode.link if episode.link != episode.url else '',
}
def _format_metadata(self, episode):