jjjake
jjjake
TODO: - [ ] Fix tests... should `resume` be automatic? If so, should we worry about the use case where a file might have changed remotely in between download attempts...
What if you just used `--search-parameters` to set a sort like so: ```ia download --search 'frogs' --search-parameters='sorts=publicdate desc'``` And then when you resumed, you could do something like: ```ia download...
Thanks @MerlijnWajer! I just pushed [a patch](https://github.com/jjjake/internetarchive/pull/624/commits/19c9df2ce4d7d5333467e81a478aebaf9e70a922) with your fix.
The confusion here is that `ia search` uses various endpoints depending on several things. It uses the [Scrape API](https://archive.org/services/swagger/?url=%2Fservices%2Fsearch%2Fv1%2Fswagger.yaml#/search) by default, [Advanced Search](https://archive.org/advancedsearch.php) when either `rows` or `page` parameters are...
@chgans `be-api.us.archive.org/ia-pub-fts-api` is the current recommendation from the developers of our FTS beta API. We do hope to consolidate our search endpoints in the future though. Thanks for checking!
The default behavior of `item.upload()` in the `internetarchive` lib is to clobber a file if it already exists, so @phil-el, yes, the bot should be able to upload over existing...
@nemobis what version of the `internetarchive` lib are you using?
Thanks @msikma. Yes, this would be nice to handle.
There is not currently a way to skip failed uploads and continue uploading other files specified in the command (I support this feature though, if anybody has time to add...
Does clearing your PEX cache help at all (e.g. deleting the contents of your ~/.pex directory)?