Skip to content

Commit

Permalink
For PennyPress, auto-include URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Davis committed Jan 31, 2012
1 parent 1c4b3af commit ac976a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newsclips2.py
Expand Up @@ -59,6 +59,7 @@ def duplicate(self):
mention.medium = 'Online'
mention.format = 'Op-Ed'
mention.media = 'Penny Press NV'
mention.url = re.search('(?P<url>[^ ]+)', line).group('url')
else:
mention = Article(line)
else:
Expand Down

0 comments on commit ac976a4

Please sign in to comment.