mirror of https://gitlab.com/bashrc2/epicyon
Avoid duplicate links
parent
9033869c69
commit
9df1f1a8c5
|
@ -477,6 +477,8 @@ def html_podcast_episode(translate: {},
|
|||
link_str = remove_html(link_str)
|
||||
if not resembles_url(link_str):
|
||||
continue
|
||||
if link_str in podcast_str:
|
||||
continue
|
||||
if not links_text:
|
||||
links_text = '<p>\n'
|
||||
link_url = link_str
|
||||
|
|
Loading…
Reference in New Issue