| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
When the input is an invalid URL, the error message will report the
whole input string instead of a URL fragment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Factor out usage of args object in log configuration
|
|
|
|
|
|
|
|
Update README
|
|
Merge dev branch changes into master
|
|
|
|
|
|
Also, use a LoggerAdapter to add contextual info (such as filenames)
to log messages when downloading, especially useful with threaded
batch processing.
|
|
|
|
|
|
|
|
An invalid line in the batch file would cause the last valid file to
be downloaded twice.
|
|
|
|
|
|
|
|
|
|
Previously, blank lines would cause an error and lines prepended
with "#" would be downloaded like any other, assuming they were valid.
Now, "#" can be used to mark ignored files or comments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|