gitminer icon indicating copy to clipboard operation
gitminer copied to clipboard

Support for Github-hosted gravatars

Open mattyb149 opened this issue 10 years ago • 1 comments

The gravatar matcher looks for 32-char hex in the Gravatar URL. However if the avatar is hosted at Github, the URL has the following structure:

https://avatars3.githubusercontent.com/u/1234567?v=3

gitminer could try to match this URL if it fails the original matcher, then return null if neither is recognized.

mattyb149 avatar Jun 18 '15 19:06 mattyb149

https://github.com/pridkett/gitminer/pull/39

mattyb149 avatar Jun 18 '15 19:06 mattyb149