Final beta version for testing

This commit is contained in:
Boris Daniel Martinez Millán 2021-03-08 16:10:56 -05:00
parent 75769cb225
commit ec813e95e3
1 changed files with 1 additions and 1 deletions

2
api.py
View File

@ -46,7 +46,7 @@ class FriendApi():
out=[]
for i in range(0,limit):
try:
out.append(html2text(exp[i])+'\n'+self.url+html2text(exp1[i])+'\n\n')
out.append(html2text(exp[i])+'\n'+self.url+exp1[i].replace('"','').replace('> _< span class=sr-only','')+'\n\n')
except:
break
return out