Command-line utility to download an archive collection from Archive.org to your computer.
SyncCollection Enhanced started as a fork from malfunct/SyncCollection. The author refused a pull request with visual enhancements because it goes against his original purpose for the tool, so I just made this standalone repository.
Initially, I have no intention of adding additional features on my own, but you can create a pull request to help include additional improvements. If the original author updates his code, I will likely include those changes.
All what the original @malfunct's program has in its version 1.11 plus:
- Download progress information.
Download the latest release by clicking here.
Command line usage:
SyncCollection.exe [[rowCount] collection]
The default collection, if one is not provided on the command line, is apple_ii_library_4am and represents the items shown at the url https://archive.org/details/apple_ii_library_4am and you would get the same result using the command line:
SyncCollection.exe apple_ii_library_4am
To download the items represented by the collection shown at https://archive.org/details/softwarelibrary you would use the following command line:
SyncCollection.exe softwarelibrary
To download the first 50 items represented by the collection shown at https://archive.org/details/softwarelibrary you would use the following command line:
SyncCollection.exe 50 softwarelibrary
Explore the complete list of changes, bug fixes, and improvements across different releases by clicking here.
This Work (the repository and the content provided in) is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the Work or the use or other dealings in the Work.
Your contribution is highly appreciated!. If you have any ideas, suggestions, or encounter issues, feel free to open an issue by clicking here.
Your input helps make this Work better for everyone. Thank you for your support! 🚀
This work is distributed for educational purposes and without any profit motive. However, if you find value in my efforts and wish to support and motivate my ongoing work, you may consider contributing financially through the following options:
__________________
You can show me your support by clicking here,
contributing any amount you prefer, and unlocking rewards!
__________________
You can donate to me any amount you like via Paypal by clicking here.
__________________
If you are a .NET developer, you may want to explore 'DevCase Class Library for .NET',
a huge set of APIs that I have on sale. Check out the product by clicking here
It also contains all piece of reusable code that you can find across the source code of my open source works.