libgrabber icon indicating copy to clipboard operation
libgrabber copied to clipboard

Follow redirects

Open jimaek opened this issue 8 years ago • 0 comments

For example this fails

{
  "packageManager": "github",
  "name": "matreshka",
  "repo": "finom/matreshka",
  "files": {
    "include": ["matreshka.min.js", "matreshka.js", "matreshka.min.map"]
  }
}

because finom/matreshka is now matreshkajs/matreshka

The bot should be able to follow the redirects and use the new repo names.

jimaek avatar Oct 07 '15 13:10 jimaek