forked from hardikvasa/google-images-download
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a sample config file and made metadata export to a json (hardik…
…vasa#132) * Added sample config & export to json instead of txt * Fixed typo * Added logs to .gitignore
- Loading branch information
1 parent
368de9d
commit d05d061
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,6 @@ output/ | |
|
||
# Downloads | ||
downloads/ | ||
|
||
# Logs | ||
logs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"Records": [ | ||
{ | ||
"keywords": "apple", | ||
"limit": 5, | ||
"color": "green", | ||
"print_urls": true | ||
}, | ||
{ | ||
"keywords": "universe", | ||
"limit": 15, | ||
"size": "large", | ||
"print_urls": true | ||
} | ||
] | ||
} |