Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

archive_available misses hits #5

Open
geotheory opened this issue Sep 3, 2019 · 1 comment
Open

archive_available misses hits #5

geotheory opened this issue Sep 3, 2019 · 1 comment

Comments

@geotheory
Copy link

geotheory commented Sep 3, 2019

archive_available() function seems to be missing hits. E.g.

https://web.archive.org/web//https://twitter.com/geotheory/

image

> 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?

@geotheory
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant