Open geotheory opened 5 years ago
Hmm I just realised that's a positive response - it wasn't earlier. This currently illustrates the issue:
> archive_available('https://twitter.com/geotheory/status/1114823496587251712')
# A tibble: 1 x 5
url available closest_url timestamp status
<chr> <lgl> <lgl> <lgl> <chr>
1 https://twitter.com/geotheory/status/111482349… FALSE NA NA 404
Could this be a Wayback server-side issue?
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?