You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I have seen so far it's not guaranteed that the project name matches with the files. Some Projects name the files just Source . Like Codeblocks is doing it. Furthermore the name in the archive does not need to match with the project name. zedgraph is really an edge case because the archive has two versions. I am not sure if it's necessary to consider version ranges there. zedgraph is the only case I know.
@jloehel You should add the URL listing in the url2purl.json with their expected PURLs.
You can then run the tests and adapt the regex as needed until those pass.
Once you have something stable, you can submit a PR and I'll take care of the merge.
Cheers ;)
@tdruez Thank you very much for the improvements of the Sourceforge download patterns. I still have some issues with the following URLs:
What I have seen so far it's not guaranteed that the project name matches with the files. Some Projects name the files just
Source
. Like Codeblocks is doing it. Furthermore the name in the archive does not need to match with the project name. zedgraph is really an edge case because the archive has two versions. I am not sure if it's necessary to consider version ranges there. zedgraph is the only case I know.What do you think about this regex:
The text was updated successfully, but these errors were encountered: