From b64faf753e17b836956728b11147dacc47d3752c Mon Sep 17 00:00:00 2001 From: Chris Blyth Date: Mon, 18 Oct 2021 07:31:40 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e9f495..0c5e6f9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Bing Image Downloader Simple command line application which will retrive the latest set of Bing images. Images are downloaded from Bing directly at: http://www.bing.com/HPImageArchive.aspx?format=xml&idx=0&n=8&mkt={Culture} -E.g. http://www.bing.com/HPImageArchive.aspx?format=xml&idx=20&n=8&mkt=en-GB +E.g. https://www.bing.com/HPImageArchive.aspx?format=xml&idx=20&n=8&mkt=en-GB Bing Countries ================= @@ -30,9 +30,11 @@ Usage Usage: BingImageDownload [options] Options: - -p|--path The path to where images should be saved (Default: C:\Temp\BingImageDownload) - -a|--archive The number of months to archive after (Default: 1) - -?|-h|--help Show help information + -p|--path The path to where images should be saved (Default: Home Path) + -a|--archive The number of months to archive after (Default: 1) + -d|--delete The number of months to delete after (Default: never) + -r|--resolution The resolution for images (HD,FHD,UHD) (Default: FHD) + -?|-h|--help Show help information. ``` You can setup an automated scheduled task in windows to run the dotnet tool daily to get more images.