Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
archive-collection
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chaz
archive-collection
Commits
d9cd6854
Commit
d9cd6854
authored
Dec 07, 2019
by
chaz
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Let's call this 1.0.0
parent
368ee26f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
README.md
README.md
+24
-0
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
No files found.
README.md
0 → 100644
View file @
d9cd6854
Archive Collection
==================
This tool lets you download files from archive.org collections. It downloads
all (useful) original files for each item in the collection, or each item
matching a search term.
Install: just git clone, for now.
Usage: run
`./archive-collection.js --help`
to see options.
Example:
`./archive-collection.js --max 100 -p 2 bibliotheca-philadelphiensis`
will download the 100 most recently uploaded books in the
[
Bibliotheca
Philadelphiensis
](
https://archive.org/details/bibliotheca-philadelphiensis
)
medieval manuscripts collection.
You can also treat a user's uploads as a collection by using
`@username`
in
place of a collection identifier.
There's very little error handling yet, and things are fairly brittle at this
early stage. Hopefully it's useful anyway.
Enjoy!
package-lock.json
View file @
d9cd6854
{
"name"
:
"archive-collection"
,
"version"
:
"
0
.0.0"
,
"version"
:
"
1
.0.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
d9cd6854
{
"name"
:
"archive-collection"
,
"version"
:
"
0
.0.0"
,
"version"
:
"
1
.0.0"
,
"description"
:
"download a collection from archive.org"
,
"license"
:
"GPL-3.0-or-later"
,
"author"
:
"Charles Lindsay <charleslindsay@pm.me>"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment