diff --git a/rtv/content.py b/rtv/content.py index 65b7c49..27f2efb 100644 --- a/rtv/content.py +++ b/rtv/content.py @@ -106,7 +106,7 @@ class BaseContent(object): displayed through the terminal. """ - reddit_link = re.compile("https?://(np.)?redd(it.com|.it)/r/.*") + reddit_link = re.compile("https?://(www.)?(np.)?redd(it.com|.it)/r/.*") reddit_link_no_host = re.compile("/r/.*") author = getattr(sub, 'author', '[deleted]') name = getattr(author, 'name', '[deleted]')