Skip to content

[Beginner] How to reduce the number of false positives? #1658

Answered by mre
duboism asked this question in Q&A
Discussion options

You must be logged in to vote

Welcome to lychee! 👋

I took a look at the repo and can see the false positives.

At the moment, we extract links from Jupyter Notebook files using a simple plaintext extractor, which explains the false-positives. For deeper inspection, we'd need to parse the file format. There is a crate for that! I've opened #1659 for that.

In the meantime, you can exclude the broken links with a custom .lycheeignore:

# Issues with placeholder links in Jupyter Notebook files.
# Remove once https://github.com/lycheeverse/lychee/issues/1659 got resolved.
https://dcc.ligo.org/public/0182/T2200137/001/O3bPE_downsampled.tar.gz/n
https://dcc.ligo.org/public/0157/P1800370/005/GW150914_GWTC-1.hdf5/n
https://raw.g…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@duboism
Comment options

@mre
Comment options

mre Mar 20, 2025
Maintainer

Answer selected by mre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants