Skip to content

Commit

Permalink
fix: add proxyUrl to DownloadListOfUrlsOptions
Browse files Browse the repository at this point in the history
Closes #1780
  • Loading branch information
B4nan committed Feb 8, 2023
1 parent 9388ab3 commit 779be1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/utils/src/internals/extract-urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export interface DownloadListOfUrlsOptions {
* @default URL_NO_COMMAS_REGEX
*/
urlRegExp?: RegExp;

/** Allows to use a proxy for the download request. */
proxyUrl?: string;
}

/**
Expand Down

0 comments on commit 779be1e

Please sign in to comment.