Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update trivial-download.lisp #7

Closed
wants to merge 1 commit into from
Closed

Conversation

ailisp
Copy link

@ailisp ailisp commented Aug 11, 2016

fix the (unless quiet in with-download macro. The original version happens to be right because the same name quiet in the definition of download function, but will come to error if directly use with-download with :quiet. Add another option :drakma-options that may be helpful to send additional information when download, e.g. a fake header, cookies or user agent that may be helpful to download files in some websites.

fix the `(unless quiet` in `with-download` macro. The original version happens to be right because the same name `quiet` in the definition of `download` function, but will come to error if directly use `with-download` with `:quiet`. Add another option `:drakma-options` that may be helpful to send additional information when download, e.g. a fake header, cookies or user agent that may be helpful to download files in some websites.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 32.184% when pulling d6f4411 on ailisp:master into d247206 on eudoxia0:master.

@eudoxia0 eudoxia0 closed this Jan 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants