diff --git a/rtv/content.py b/rtv/content.py index f7f5471..833d920 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -171,6 +171,7 @@ class Content(object): data['comments'] = '' data['url_full'] = comment._fast_permalink data['url'] = comment._fast_permalink + data['permalink'] = comment._fast_permalink data['nsfw'] = comment.over_18 data['subreddit'] = six.text_type(comment.subreddit) data['url_type'] = 'selfpost'