`archive_available()` function seems to be missing hits. E.g. [https://web.archive.org/web/*/https://twitter.com/geotheory/*](https://web.archive.org/web/*/https://twitter.com/geotheory/*) <img width="1292" alt="image" src="https://user-images.githubusercontent.com/1282581/64191058-8e8fef00-ce6f-11e9-9d02-26cae710847d.png"> ``` > archive_available('http://twitter.com/geotheory') # A tibble: 1 x 5 url available closet_url timestamp status <chr> <lgl> <chr> <dttm> <chr> 1 http://twitter… TRUE http://web.archive.org/web/20141… 2014-11-29 00:00:00 200 ``` Am I missing something about the implementation?
archive_available()function seems to be missing hits. E.g.https://web.archive.org/web//https://twitter.com/geotheory/
Am I missing something about the implementation?