Replace "Source: xxx" by "(xxx)"

This commit is contained in:
cquest 2025-01-24 14:57:40 +01:00
parent 850374b9d6
commit dcbede4f35

View File

@ -265,7 +265,10 @@ if source[:4] == 'http':
c = c + ''
if 'authors' in t:
c = c + '\nSource: ' + t.authors[0].name
c = c + ('\n(%s) ' % t.authors[0].name)
if 'ATEXO' in t.authors[0].name:
continue
c = c + '\n\n' + t.link
# replace links to reddit by libreddit ones