-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature Suggest: Use .txt
, .csv
or .json
file for bulk download
#93
Comments
I don't get it about that part ☝🏻 What column header? In my mind, the Using JSON file[
"https://example.com/me/avatar.jpg",
"https://example.com/me/old-avatar.jpg",
"https://example.com/johndoe/avatar.jpg",
"https://example.com/janedoe/avatar.jpg"
] With image options: [
{
"url": "https://example.com/me/avatar.jpg",
"directory": "myimages",
"name": "myavatar",
"extension": "png"
},
{
"url": "https://example.com/me/old-avatar.jpg",
"name": "oldavatar"
},
{
"url": "https://example.com/johndoe/avatar.jpg",
"directory": "friends",
"name": "johndoe"
},
{
"url": "https://example.com/janedoe/avatar.jpg",
"directory": "friends",
"name": "janedoe",
"extension": "webp"
}
] The command: $ imgdl /path/to/file.json Using CSV or TXT file
With image options:
The command: $ imgdl /path/to/file.csv
$ imgdl /path/to/file.txt So, what do you mean with "more than 1 column/key"? Can you provide some example so everyone can understand it. |
sorry, my bad, I forgot that there are already options like that. let's just forget that I said that 😁. I don't even remember how i come up with that 😅 |
That's not what I meant. It is true that the download via file feature DOES NOT currently exist. My question above was meant to confirm what the need is. That's why I gave a usage example as above. Now the question is, does that example match what you want? |
Right, I cause a misunderstanding again. Anyway, your example is absolutely match what I want. |
Great projects, thanks.
Would be better if we can have
.txt
,.csv
and.json
as a source for bulk download with cli or api.And ask for column header if more than 1 column/key is detected in
.csv
/.json
.Or maybe just stick with something like
urls
orlinks
.The text was updated successfully, but these errors were encountered: