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

Hello I hahe the error bellow when I am trying to configure. Please help ` (base) PS C:\Users\clark.djilo> ia configure Enter your Archive.org credentials below to configure 'ia'. Email address:...

Addition of `--start-idx=` and `--end=idx=` options for cli download; this both allows downloading specific ranges of items within a collection, and speeds up resumption of incomplete collection downloads immensely, directing...

First pass at making downloads resume automatically.

enhancement

The idea is to add a parameter (that can be used in pair with --checksum) to allow the software to skip files that were already validated. This would create a...

enhancement

This is a suggestion / enhancement. I don't _think_ there is a valid usecase for the `--stdout` download option sending the downloaded files to STDOUT while creating empty directories? That...

bug

Hi I've been trying to upload some things to IA, unfortunately I would come back to the `ia upload` command having crashed due to connection timeouts very often It'd be...

I have been trying to upload a number of files with --keep-directories and due to ia crashing (#597) I have to restart uploads from time to time. For a previous...

``` =========================================================================================================== FAILURES =========================================================================================================== _____________________________________________________________________________________________________ test_archive_session _____________________________________________________________________________________________________ tmpdir = local('/tmp/pytest-of-yuri/pytest-4/test_archive_session0') def test_archive_session(tmpdir): tmpdir.chdir() s = internetarchive.session.ArchiveSession(CONFIG) assert os.path.isfile('test.log') > assert CONFIG == s.config E AssertionError: assert {'cookies': {...test_secret'}} == {'cookies':...

While trying to download this collection for The Computer Chronicles, I found that a number of files were not saving to the disk. I tried redownloading and observed in the...

Hi, I am doing `ia search --parameters="..."` ...but I do not know what parameters it accepts. Is there a list or documentation anywhere? My goal is to return a small...