internetarchive icon indicating copy to clipboard operation
internetarchive copied to clipboard

A Python and Command-Line Interface to Archive.org

Results 94 internetarchive issues
Sort by recently updated
recently updated
newest added

This addresses https://github.com/jjjake/internetarchive/issues/253 and https://github.com/jjjake/internetarchive/issues/288 Counts all files (even those which might be skipped). This is consistent with the newly added behavior for file-level metadata. BUG: if the last file...

Hi! When uploading content to the Internet Archive, the files are successfully uploaded, but quit with this error: `Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e,...

I'm always getting this error, after some 300 MiB uploaded at about 110 Mbps: ``` $ ia upload -S metadata.csv wikimediacommons-2014-09-21: Traceback (most recent call last): ] 378/70937 - 01:33:02...

help wanted

Hi I'm uploading thru csv and I have some files in list that doesn't exist in my hdd (were renamed meanwhile). It's possible to IA to continue to process the...

help wanted

Hello, I used this client (with Python 3.6 installed) to upload large files to archive.org (thank you for the client) but when uploading large files I encountered this error: ```...

Since [IAS3 authorization is now supported by advancedsearch.php](https://github.com/jjjake/internetarchive/commit/93e3237f1846a19fcd20af73c83838628b6f3457), I do not think any other endpoints called within the library rely on archive.org logged-in-* cookies for authorization. I'd like to support...

feedback wanted

I only took a quick glance, but it looks like the globbing on this script only does inclusive and doesn't support the exclusive ! operator. Here's an example of a...

Hello! Downloading with `ia download GothAndrewDeLeonAmazesTheJudgesWithHisVoice-u7dPlCzUG44 -C --verbose` fails on some files, such as https://archive.org/download/GothAndrewDeLeonAmazesTheJudgesWithHisVoice-u7dPlCzUG44/GothAndrewDeLeonAmazesTheJudgesWithHisVoice-u7dPlCzUG44.thumbs/Goth%20Andrew%20De%20Leon%20Amazes%20The%20Judges%20With%20His%20Voice-u7dPlCzUG44_000225.jpg fails with HTTP error "400 Bad Request" (happens with other files in that "thumbs" directory,...

Situation: I'm uploading a large dataset to IA (cf. #288). As of right now, 130 of the 159 total files are uploaded. The local files should not have been modified...

Using Version 2.2.0 under Linux. command executed (repeatedly): `ia move a/b.dat a/c.dat -H x-archive-keep-old-version:0` I'm batch renaming a few 100 files. They're pretty big and the directory is large, close...