You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The counts at the end don't tally up because collections can contain
collections. They've been removed. People wanting to count things are
encouraged to use the CSV and JSON outputs.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,21 @@ To check a particular URL here's how it works:
27
27
28
28
```shell
29
29
waybackprov https://twitter.com/EPAScottPruitt
30
-
364 https://archive.org/details/focused_crawls
31
-
306 https://archive.org/details/edgi_monitor
32
-
151 https://archive.org/details/www3.epa.gov
33
-
60 https://archive.org/details/epa.gov4
34
-
47 https://archive.org/details/epa.gov5
35
-
...
30
+
31
+
crawls collections
32
+
364 https://archive.org/details/focused_crawls
33
+
306 https://archive.org/details/edgi_monitor
34
+
151 https://archive.org/details/www3.epa.gov
35
+
60 https://archive.org/details/epa.gov4
36
+
47 https://archive.org/details/epa.gov5
36
37
```
37
38
38
39
The first column contains the number of crawls for a particular URL, and the
39
40
second column contains the URL for the Internet Archive collection that added
40
41
it.
41
42
43
+
When evaluating the counts it's important to remember that collections can be contained in other collections. So `epa.gov4` in the example above is part of the `edgi_monitor` collection.
44
+
42
45
## Time
43
46
44
47
By default waybackprov will only look at the current year. If you would like it
0 commit comments