Skip to content

Commit

Permalink
Added 'post' to PATHPART_WHITELIST. Fixes #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 5, 2014
1 parent 58c8f1e commit bb0e642
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions storysniffer/__init__.py
Expand Up @@ -56,8 +56,15 @@

# A list of URL parts we think will link to stories
PATHPART_WHITELIST = [
'story', 'article', 'feature', 'featured', 'blog', 'interactive',
'graphic', 'video',
'story',
'article',
'feature',
'featured',
'blog',
'interactive',
'graphic',
'video',
'post',
]


Expand Down

0 comments on commit bb0e642

Please sign in to comment.