https://github.com/dfaust/unrar
Patched version of unrar that supports extraction while still downloading rar parts
https://github.com/dfaust/unrar
Last synced: about 1 month ago
JSON representation
Patched version of unrar that supports extraction while still downloading rar parts
- Host: GitHub
- URL: https://github.com/dfaust/unrar
- Owner: dfaust
- License: other
- Created: 2014-02-08T13:48:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T14:16:45.000Z (over 12 years ago)
- Last Synced: 2025-01-02T04:33:48.572Z (over 1 year ago)
- Language: C++
- Size: 363 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
unrar
=====
Patched version of unrar that supports extraction while still downloading rar parts
Adds a new option to wait for the next volume to appear. This is usefull when downloading a large rar archive that has been splitted into multiple parts.
If the next volume got found, the file size gets checked in the given interval until it doesn't change anymore.
The default interval is 5 seconds.
command line option:
-vap\ Wait for each volume to appear, check interval in seconds
Please have a look at the license.txt file for the UnRAR license.
The modifications made in this repository are free to use without any restrictions.