Remove RT line from tweet

This commit is contained in:
Felix Ableitner 2018-08-24 22:17:05 +02:00
parent 4b32b5de2f
commit 6e62a96562

View file

@ -72,8 +72,8 @@ for t in reversed(d.entries):
#h = BeautifulSoup(t.summary_detail.value, "html.parser") #h = BeautifulSoup(t.summary_detail.value, "html.parser")
c = t.title c = t.title
if t.author != '(%s)' % twitter: # if t.author != '(%s)' % twitter:
c = ("RT %s\n" % t.author[1:-1]) + c # c = ("RT %s\n" % t.author[1:-1]) + c
toot_media = [] toot_media = []
# get the pictures... # get the pictures...
for p in re.finditer(r"https://pbs.twimg.com/[^ \xa0\"]*", t.summary): for p in re.finditer(r"https://pbs.twimg.com/[^ \xa0\"]*", t.summary):