JustAnotherArchivist
JustAnotherArchivist
`!a[o]` followed by `!yahoo` is a common pattern for some types of jobs, e.g. lists of tweets or individual Facebook pages. It would be nice if there was a `--yahoo`...
The parser will happily accept `!a https://example.org/--concurrency 1`. Note that there is no space after the URL. This will create a job for `https://example.org/--concurrency`, and the extra `1` argument will...
Setup: * `#channel0`: a redirecting ban, e.g. `+b nick!*@*$#channel2` * `#channel1`: a `$j` extban: `+b $j:#channel0` When `nick` now joins `#channel1`, they simply get `ERR_BANNEDFROMCHAN`. The intuitive expectation is that...
I'm copying files from one item to another. Everything worked fine, except for the copy of `__ia_thumb.jpg`: ``` $ ia copy stackexchange/__ia_thumb.jpg stackexchange_20220307/__ia_thumb.jpg error: failed to copy "stackexchange/__ia_thumb.jpg" to "stackexchange_20220307/__ia_thumb.jpg"...
Fixes #293
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...
As far as I can see, there is no direct way to download only original files through the CLI. Not using `--on-the-fly` merely excludes certain formats that are not stored...
I have an `ia upload` process (internetarchive 1.9.3 on Python 3.7.3) that is simply hanging at the end of one file (not the last one). The progress bar shows this:...
Version and platform: 1.7.7 on CPython 3.4.2 on Debian Jessie When `ia upload` is used with `--checksum`, `--verify`, and/or `--delete`, the MD5 hash of each file is calculated twice: once...
Most of my uploads are running fine, but occasionally, it seems that I'm hitting a bad S3 node or similar and end up with upload speeds well below 1 MB/s...