jdorfman / awesome-json-datasets

A curated list of awesome JSON datasets that don't require authentication.
Creative Commons Zero v1.0 Universal
3.3k stars 375 forks source link

Created JS code to search for dead links in the README.md and README-etc.md #222

Open TheeDorf opened 1 year ago

TheeDorf commented 1 year ago

Edit: removed script

jdorfman commented 1 year ago

@TheeDorf, thanks for your PR. I just don't know what is happening here:

Image 2023-07-31 at 8 52 08 PM png

If you are writing a script to find dead links, why am I seeing links that are ok? It should just be a list of links that need to be removed. E.g.

- https://api.foo.com/v4/latest/bar
- https://api.foo.com/v4/latest/baz

Thanks!

jdorfman commented 1 year ago

Check out #218

TheeDorf commented 1 year ago

@jdorfman It seems the code is not reading some of the sites correctly. It should be only showing broken links that are coming back with a 404/502. I will debug this and send it back over