gitminer
gitminer copied to clipboard
Support for Github-hosted gravatars
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.
https://github.com/pridkett/gitminer/pull/39