Skip to content

Commit

Permalink
flickr urls on google have a slash at the end...
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Drackett committed Mar 27, 2009
1 parent 6e30a4b commit c25e4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
{
'name': 'Flickr',
'url': 'http://www.flickr.com/photos/%s',
'url': 'http://www.flickr.com/photos/%s/',
'identifier': 'Flickr Alias',
'icon': 'flickr.png',
'network_type': 'sn'
Expand Down

0 comments on commit c25e4e9

Please sign in to comment.