Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Oct 18, 2021
1 parent e2f2256 commit b64faf7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=================
Expand All @@ -30,9 +30,11 @@ Usage
Usage: BingImageDownload [options]
Options:
-p|--path <PATH> The path to where images should be saved (Default: C:\Temp\BingImageDownload)
-a|--archive <VALUE> The number of months to archive after (Default: 1)
-?|-h|--help Show help information
-p|--path <PATH> The path to where images should be saved (Default: Home Path)
-a|--archive <VALUE> The number of months to archive after (Default: 1)
-d|--delete <VALUE> The number of months to delete after (Default: never)
-r|--resolution <VALUE> 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.
Expand Down

0 comments on commit b64faf7

Please sign in to comment.