Add episode webpage link to shownotes
This commit is contained in:
parent
ab311a20c4
commit
532a99edea
3 changed files with 8 additions and 0 deletions
1
main.py
1
main.py
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue