kpcyrd / what-the-src

Source code of https://whatsrc.org/

Home Page:https://whatsrc.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download .crate files referenced in gentoo

kpcyrd opened this issue · comments

The data that is parsed for gentoo contains things like this:

https://crates.io/api/v1/crates/aho-corasick/1.1.1/download -> aho-corasick-1.1.1.crate

The extension .crate is understood in the whatsrc codebase, but it can't detect /download as an archive.

The code should be changed to consider the filename too when processing Gentoo data.