Reddit: fix extra /

This commit is contained in:
tobtoht 2020-10-04 14:43:30 +02:00
parent 7785d5befe
commit 21f3c790bf

View file

@ -270,7 +270,7 @@ class FeatherApi:
blob = [{
'title': z['data']['title'],
'author': z['data']['author'],
'url': "https://old.reddit.com/" + z['data']['permalink'],
'url': "https://old.reddit.com" + z['data']['permalink'],
'comments': z['data']['num_comments']
} for z in blob['data']['children']]